~ubuntu-branches/ubuntu/vivid/libwebcam/vivid-proposed

« back to all changes in this revision

Viewing changes to uvcdynctrl/udev/rules/85-uvcdynctrl.rules

  • Committer: Bazaar Package Importer
  • Author(s): Paulo Assis
  • Date: 2010-02-07 12:57:00 UTC
  • Revision ID: james.westby@ubuntu.com-20100207125700-trji5o6o8l5bk4uw
Tags: upstream-0.2.0
ImportĀ upstreamĀ versionĀ 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###################################################################################################
 
2
# Rules for adding dynamic UVC extension unit controls to UVC devices.
 
3
#
 
4
# Note that the DRIVERS clause only works in newer versions of udev. For older versions the clause
 
5
# never matches, making the script a no-op.
 
6
# udev versions confirmed to work: 141 (Ubuntu 9.04), 142 (Ubuntu 9.10)
 
7
# udev versions confirmed not to work: 117 (Ubuntu 8.04)
 
8
###################################################################################################
 
9
ACTION=="add", SUBSYSTEM=="video4linux", DRIVERS=="uvcvideo", RUN+="/lib/udev/uvcdynctrl"