All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add support for Epson 785EPX Storage device
@ 2002-12-08 21:43 Khalid Aziz Khalid Shuah Khan
  2002-12-09  2:43 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Khalid Aziz Khalid Shuah Khan @ 2002-12-08 21:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcelo, khalid

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",

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-12-09  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-08 21:43 [PATCH] Add support for Epson 785EPX Storage device Khalid Aziz Khalid Shuah Khan
2002-12-09  2:43 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.