[PATCH] USB Storage: Add unusual_devs for Trumpion Voice Recorder

The original entry of this patch was submitted by Filippo Bardelli
<filibard@libero.it>, with cleanups and patch-ification by me.

This corrects the subclass that the device reports.

Signed-off-by: Phil Dibowitz <phil@ipom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by Phil Dibowitz and committed by Greg KH 1724757e 77ddecc3

+9
+9
drivers/usb/storage/unusual_devs.h
··· 862 US_SC_DEVICE, US_PR_BULK, NULL, 863 US_FL_NEED_OVERRIDE ), 864 865 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ 866 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, 867 "Trumpion",
··· 862 US_SC_DEVICE, US_PR_BULK, NULL, 863 US_FL_NEED_OVERRIDE ), 864 865 + /* Reported by Filippo Bardelli <filibard@libero.it> 866 + * The device reports a subclass of RBC, which is wrong. 867 + */ 868 + UNUSUAL_DEV( 0x090a, 0x1050, 0x0100, 0x0100, 869 + "Trumpion Microelectronics, Inc.", 870 + "33520 USB Digital Voice Recorder", 871 + US_SC_UFI, US_PR_DEVICE, NULL, 872 + 0), 873 + 874 /* Trumpion Microelectronics MP3 player (felipe_alfaro@linuxmail.org) */ 875 UNUSUAL_DEV( 0x090a, 0x1200, 0x0000, 0x9999, 876 "Trumpion",