Magellan Linux

Diff of /tags/udev-166-r2/udev-persistent-input.rules.magellan

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 515 by niro, Sat Mar 22 18:12:38 2008 UTC revision 717 by niro, Mon Dec 22 20:31:37 2008 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/60-persistent-input.rules:  device naming rules for udev  # /etc/udev/rules/60-persistent-input.rules:  device naming rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-persistent-input.rules.magellan,v 1.4 2008-03-22 18:12:00 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-persistent-input.rules.magellan,v 1.5 2008-12-22 20:31:37 niro Exp $
3  #  #
4  # There are a number of modifiers that are allowed to be used in some  # There are a number of modifiers that are allowed to be used in some
5  # of the different fields. They provide the following subsitutions:  # of the different fields. They provide the following subsitutions:
# Line 32  DRIVERS=="pcspkr", ENV{ID_CLASS}="spkr" Line 32  DRIVERS=="pcspkr", ENV{ID_CLASS}="spkr"
32  DRIVERS=="atkbd", ENV{ID_CLASS}="kbd"  DRIVERS=="atkbd", ENV{ID_CLASS}="kbd"
33  DRIVERS=="psmouse", ENV{ID_CLASS}="mouse"  DRIVERS=="psmouse", ENV{ID_CLASS}="mouse"
34  ATTRS{name}=="*dvb*|*DVB*|* IR *", ENV{ID_CLASS}="ir"  ATTRS{name}=="*dvb*|*DVB*|* IR *", ENV{ID_CLASS}="ir"
35    # joystick (ABS_X || ABS_WHEEL || ABS_THROTTLE) && !BTN_TOUCH
36  ATTRS{modalias}=="input:*-*a[068],*|input:*-*a*,[68],*m*", ATTRS{modalias}!="input:*-*k*14A,*r*", ENV{ID_CLASS}="joystick"  ATTRS{modalias}=="input:*-*a[068],*|input:*-*a*,[68],*m*", ATTRS{modalias}!="input:*-*k*14A,*r*", ENV{ID_CLASS}="joystick"
37    
38  # fill empty serial number  # fill empty serial number

Legend:
Removed from v.515  
changed lines
  Added in v.717