Magellan Linux

Diff of /tags/udev-166-r2/udev-hid2hci.rules.magellan

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

revision 888 by niro, Tue Oct 13 15:10:19 2009 UTC revision 1016 by niro, Tue Apr 6 23:46:22 2010 UTC
# Line 1  Line 1 
1  # /etc/udev/rules/70-hid2hci.rules:  device naming rules for udev  # /etc/udev/rules/70-hid2hci.rules:  device naming rules for udev
2  # $Header: /root/magellan-cvs/src/udev/udev-hid2hci.rules.magellan,v 1.1 2009-10-13 15:10:19 niro Exp $  # $Header: /root/magellan-cvs/src/udev/udev-hid2hci.rules.magellan,v 1.2 2010-04-06 23:46:22 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 37  ENV{DEVTYPE}!="usb_device", GOTO="hid2hc Line 37  ENV{DEVTYPE}!="usb_device", GOTO="hid2hc
37  # When a Dell device recovers from S3, the mouse child needs to be repoked  # When a Dell device recovers from S3, the mouse child needs to be repoked
38  # Unfortunately the only event seen is the BT device disappearing, so the mouse  # Unfortunately the only event seen is the BT device disappearing, so the mouse
39  # device needs to be chased down on the USB bus.  # device needs to be chased down on the USB bus.
40  ATTR{bDeviceClass}=="e0", ATTR{bDeviceSubClass}=="01", ATTR{bDeviceProtocol}=="01", \  ATTR{bDeviceClass}=="e0", ATTR{bDeviceSubClass}=="01", ATTR{bDeviceProtocol}=="01", ATTR{idVendor}=="413c", \
   ATTR{idVendor}=="413c", ATTR{bmAttributes}=="e0", \  
41    ENV{REMOVE_CMD}="/sbin/udevadm trigger --action=change --subsystem-match=usb --property-match=HID2HCI_SWITCH=1"    ENV{REMOVE_CMD}="/sbin/udevadm trigger --action=change --subsystem-match=usb --property-match=HID2HCI_SWITCH=1"
42    
43  # CSR devices  # CSR devices

Legend:
Removed from v.888  
changed lines
  Added in v.1016