Commit 69c4a5e0 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman

[PATCH] USB: dabusb doesn't claim every ez-usb an21xx device

This resolves the annoyance that dabusb claims devices
it shouldn't (and hotplugs for them), because of wrongly
including the device IDs used by an21xx devices that don't
have an ID prom.  Mostly affects developers.

Deti OK'd such a patch ages ago.
parent 9faa23f8
......@@ -800,7 +800,7 @@ static void dabusb_disconnect (struct usb_interface *intf)
}
static struct usb_device_id dabusb_ids [] = {
{ USB_DEVICE(0x0547, 0x2131) },
// { USB_DEVICE(0x0547, 0x2131) }, /* An2131 chip, no boot ROM */
{ USB_DEVICE(0x0547, 0x9999) },
{ } /* Terminating entry */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment