[PATCH] Make udev rule work with hubs, too
Reported by Martin S. | April 12th, 2009 @ 07:21 PM | in 1.0 Release
The current udev rule does not work for me.
I have multiple hubs and some other "apple" devices with 05ac vendor id in my sysfs tree resulting in the attached device to not match the KERNEL=="?-?" rule at all.
For instance my device which needs the configuration changed to #3 is at "/sys/devices/pci0000:00/0000:00:0b.2/usb3/3-1/3-1.1/3-1.1.4/".
The patch matches versus generic SUBSYSTEM=="usb" and requires the idProduct/idVendor combination to match exactly for a device to set the bConfigurationValue to 3.
Afaik. this should work better.
Comments and changes to this ticket
-
Jonathan Beck April 13th, 2009 @ 07:59 AM
- Milestone set to 1.0 Release
-
Matt Colyer April 13th, 2009 @ 03:31 PM
- State changed from new to resolved
(from [b55a541ea8a8e4cd4a80126420e7b3da48148bc8]) Make udev rules more generic as the KERNEL match did skip usb hubs [#23 state:resolved]
Signed-off-by: Matt Colyer matt@colyer.name http://github.com/MattColyer/lib...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A project around supporting the iPhone in Linux.
See http://libimobiledevice.org
People watching this ticket
Attachments
Referenced by
- 23 [PATCH] Make udev rule work with hubs, too (from [b55a541ea8a8e4cd4a80126420e7b3da48148bc8]) Make ud...