patch-2.4.22 linux-2.4.22/drivers/usb/storage/transport.h
Next file: linux-2.4.22/drivers/usb/storage/unusual_devs.h
Previous file: linux-2.4.22/drivers/usb/storage/transport.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-08-25 04:44:42.000000000 -0700
- Orig file:
linux-2.4.21/drivers/usb/storage/transport.h
- Orig date:
2002-11-28 15:53:15.000000000 -0800
diff -urN linux-2.4.21/drivers/usb/storage/transport.h linux-2.4.22/drivers/usb/storage/transport.h
@@ -75,6 +75,8 @@
#define US_PR_JUMPSHOT 0xf3 /* Lexar Jumpshot */
#endif
+#define US_PR_DEVICE 0xff /* Use device's value */
+
/*
* Bulk only data structures
*/
@@ -106,6 +108,8 @@
#define US_BULK_CS_WRAP_LEN 13
#define US_BULK_CS_SIGN 0x53425355 /* spells out 'USBS' */
+/* This is for Olympus Camedia digital cameras */
+#define US_BULK_CS_OLYMPUS_SIGN 0x55425355 /* spells out 'USBU' */
#define US_BULK_STAT_OK 0
#define US_BULK_STAT_FAIL 1
#define US_BULK_STAT_PHASE 2
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)