USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb
authorXiaofan Chen <xiaofanc@gmail.com>
Tue, 13 May 2008 13:52:00 +0000 (21:52 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 14 May 2008 17:00:29 +0000 (10:00 -0700)
commit5fc89390f74ac42165db477793fb30f6a200e79c
treeba5ad80e903d806f29cb35a39353ae505aeddbef
parent96cb15cf977356d9d3117dd88f3fe187d6024f4b
USB: remove PICDEM FS USB demo (04d8:000c) device from ldusb

Microchip has changed the PICDEM FS USB demo device (0x04d8:000c)
to use bulk transfer and not interrupt transfer. So I've updated the libusb
based program here (Post #31).
http://forum.microchip.com/tm.aspx?m=106426&mpage=2

So I believe that the in-kernel ldusb driver will no longer work with the
demo firmware.  It should be removed.

Signed-off-by: Xiaofan Chen <xiaofanc@gmail.com>
Cc: Michael Hund <MHund@LD-Didactic.de>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/ldusb.c