USB: adds Artisman USB dongle to list of quirky devices
commitaf75e8c313ec87ab4d66dc5c283caa3b8f482930
authorPaul Mortier <mortier@btinternet.com>
Fri, 9 Jul 2010 12:18:50 +0000 (9 13:18 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 2 Aug 2010 17:30:01 +0000 (2 10:30 -0700)
tree868417b32b8e866b53bafe5936801f2f9c12b2be
parenta4f16eede5fb267bb6c0026a4ce816cd715f3514
USB: adds Artisman USB dongle to list of quirky devices

commit 47f19c0eedb377ad1ee8114f464d001ec5f96a69 upstream.

When an attempt is made to read the interface strings of the Artisman
Watchdog USB dongle (idVendor:idProduct 04b4:0526) an error is written
to the dmesg log (uhci_result_common: failed with status 440000) and the
dongle resets itself, resulting in a disconnect/reconnect loop.

Adding the dongle to the list of devices in quirks.c, with the same
quirk Alan Stern's previous patch for the Saitek Cyborg Gold 3D
joystick, stops the device from resetting and allows it to be used with
no problems.

Signed-off-by: Paul Mortier <mortier@btinternet.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/quirks.c