blacklisting a device
Cheuksan Edward Wang
wang02139 at gmail.com
Fri Jan 27 18:46:54 PST 2006
I have a special USB device. HAL tries to probe it and I get a lot of these
error messages in my log:
usb 2-2: hald timed out on ep0in
usb 2-2: hald timed out on ep0in
usb 2-2: hald timed out on ep0in
lsusb gives the correct VID and PID
Bus 002 Device 003: ID 07f2:0001
How do I blacklist this device so HAL doesn't touch it? I want HAL to
completely skip this device based on its VID and PID. I can't use
/etc/hotplug/blacklist because it doesn't use any special driver. I have
tried making an fdi file which matches but it doesn't help.
Any help would be much appreciated.
Cheuksan Wang
<?xml version="1.0" encoding="ISO-8859-1"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
<match key="info.bus" string="usb">
<match key="usb.vendor_id" int="0x07f2">
<match key="usb.product_id" int="0x0001">
<merge key="info.category" type="string">special</merge>
</match>
</match>
</match>
</device>
</deviceinfo>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/hal/attachments/20060127/b25a90c8/attachment.html
More information about the hal
mailing list