* [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.
---
| 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--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
* Re: [PATCH] hid2hci: Remove superfluous bmAttributes match
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
2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2009-08-20 17:30 UTC (permalink / raw)
To: linux-hotplug
On Thu, Aug 20, 2009 at 19:23, Mario
Limonciello<Mario_Limonciello@dell.com> wrote:
> 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"
We have two of these matches? The other one stays?
Kay
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] hid2hci: Remove superfluous bmAttributes match
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
2 siblings, 0 replies; 4+ messages in thread
From: Mario Limonciello @ 2009-08-20 17:36 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 409 bytes --]
Hi Kay:
Kay Sievers wrote:
> On Thu, Aug 20, 2009 at 19:23, Mario
> Limonciello<Mario_Limonciello@dell.com> wrote:
>
>
> We have two of these matches? The other one stays?
>
> Kay
>
Yeah, the other one is fine. This one that comes off the BT interface
is the only troublesome one in my testing.
Thanks,
--
Mario Limonciello
*Dell | Linux Engineering*
mario_limonciello@dell.com
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] hid2hci: Remove superfluous bmAttributes match
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
2 siblings, 0 replies; 4+ messages in thread
From: Kay Sievers @ 2009-08-20 17:45 UTC (permalink / raw)
To: linux-hotplug
On Thu, Aug 20, 2009 at 19:36, Mario
Limonciello<mario_limonciello@dell.com> wrote:
> Kay Sievers wrote:
>> On Thu, Aug 20, 2009 at 19:23, Mario Limonciello<Mario_Limonciello@dell.com> wrote:
>>
>> We have two of these matches? The other one stays?
>>
> Yeah, the other one is fine. Â This one that comes off the BT interface
> is the only troublesome one in my testing.
Cool. Applied.
Thanks,
Kay
^ permalink raw reply [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).