[PATCH] Add support for Epson 785EPX Storage device

Khalid Aziz Khalid Shuah Khan (khalid@gonehiking.org)
Sun, 8 Dec 2002 14:43:29 -0700 (MST)


Epson 785EPX USB printer has a PCMCIA slot that works as a USB storage
device. usb-storage driver fails to recognize this device since it
returns 0xff for Subclass. Attached patch adds support for the PCMCIA
slot to usb-storage driver.

Marcelo, please apply.

--
Khalid Aziz
khalid@gonehiking.org
khalid@fc.hp.com

--- linux-2.4.20/drivers/usb/storage/unusual_devs.h Thu Nov 28 16:53:15 2002 +++ linux-2.4.20-785stor/drivers/usb/storage/unusual_devs.h Sun Dec 8 08:14:37 2002 @@ -97,6 +97,13 @@ "DVD-CAM DZ-MV100A Camcorder", US_SC_SCSI, US_PR_CB, NULL, US_FL_SINGLE_LUN), +/* Reported by Khalid Aziz <khalid@gonehiking.org> + * This entry is needed because the device reports Sub=ff */ +UNUSUAL_DEV( 0x04b8, 0x0602, 0x0110, 0x0110, + "Epson", + "785EPX Storage", + US_SC_SCSI, US_PR_BULK, NULL, US_FL_SINGLE_LUN), + UNUSUAL_DEV( 0x04cb, 0x0100, 0x0000, 0x2210, "Fujifilm", "FinePix 1400Zoom", - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/