~ubuntu-branches/ubuntu/lucid/udev-extras/lucid

« back to all changes in this revision

Viewing changes to rules.d/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-06-06 17:14:38 UTC
  • Revision ID: james.westby@ubuntu.com-20090606171438-rxp3so6n3y55s2e4
Tags: 20090606+1-1
* Update to git 5a9ab80:
  - Auto-ACL handling for libgphoto cameras and /dev/kvm.
  - Add model/vendor descriptions for PCI & USB net/tty devices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
udevrulesdir = $(udev_prefix)/lib/udev/rules.d
202
202
dist_udevrules_DATA = \
203
203
        78-sound-card.rules \
204
 
        60-persistent-alsa.rules
 
204
        60-persistent-alsa.rules \
 
205
        75-net-description.rules \
 
206
        75-tty-description.rules
205
207
 
206
208
all: all-am
207
209