linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hid2hci: Remove superfluous bmAttributes match
@ 2009-08-20 17:23 Mario Limonciello
  2009-08-20 17:30 ` Kay Sievers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mario Limonciello @ 2009-08-20 17:23 UTC (permalink / raw)
  To: linux-hotplug

For the retrigger of the device on remove we were trying to match bmAttributes
of self powered which is unnecessary.
---
 extras/hid2hci/70-hid2hci.rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/hid2hci/70-hid2hci.rules b/extras/hid2hci/70-hid2hci.rules
index b332c16..2659877 100644
--- a/extras/hid2hci/70-hid2hci.rules
+++ b/extras/hid2hci/70-hid2hci.rules
@@ -20,7 +20,7 @@ ENV{DEVTYPE}!="usb_device", GOTO="hid2hci_end"
 # Unfortunately the only event seen is the BT device disappearing, so the mouse
 # device needs to be chased down on the USB bus.
 ATTR{bDeviceClass}="e0", ATTR{bDeviceSubClass}="01", ATTR{bDeviceProtocol}="01", \
-  ATTR{idVendor}="413c", ATTR{bmAttributes}="e0", \
+  ATTR{idVendor}="413c", \
   ENV{REMOVE_CMD}="/sbin/udevadm trigger --action=change --subsystem-match=usb --property-match=HID2HCI_SWITCH=1"
 
 # CSR devices
-- 
1.6.3.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-20 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20 17:23 [PATCH] hid2hci: Remove superfluous bmAttributes match Mario Limonciello
2009-08-20 17:30 ` Kay Sievers
2009-08-20 17:36 ` Mario Limonciello
2009-08-20 17:45 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).