USB: storage: include Prolific Technology USB drive in unusual_devs list

Add a quirk entry for the Leading Driver UD-11 usb flash drive.

As Alan Stern told me, the device doesn't deal correctly with the
locking media feature of the device, and this patch incorporates it.

Compiled, tested, working.

Signed-off-by: Rogerio Brito <rbrito@ime.usp.br>
Cc: Phil Dibowitz <phil@ipom.com>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Robert Hancock <hancockrwd@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Rogerio Brito and committed by Greg Kroah-Hartman c15e3ca1 50d0678e

+7
+7
drivers/usb/storage/unusual_devs.h
··· 838 838 US_SC_DEVICE, US_PR_DEVICE, NULL, 839 839 US_FL_FIX_CAPACITY ), 840 840 841 + /* Reported by Rogerio Brito <rbrito@ime.usp.br> */ 842 + UNUSUAL_DEV( 0x067b, 0x2317, 0x0001, 0x001, 843 + "Prolific Technology, Inc.", 844 + "Mass Storage Device", 845 + US_SC_DEVICE, US_PR_DEVICE, NULL, 846 + US_FL_NOT_LOCKABLE ), 847 + 841 848 /* Reported by Richard -=[]=- <micro_flyer@hotmail.com> */ 842 849 /* Change to bcdDeviceMin (0x0100 to 0x0001) reported by 843 850 * Thomas Bartosik <tbartdev@gmx-topmail.de> */