Home
last modified time | relevance | path

Searched refs:US_BULK_CS_OLYMPUS_SIGN (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/usb/storage/
Dtransport.h112 #define US_BULK_CS_OLYMPUS_SIGN 0x55425355 /* spells out 'USBU' */ macro
Dtransport.c1271 …ature != cpu_to_le32(US_BULK_CS_SIGN) && bcs->Signature != cpu_to_le32(US_BULK_CS_OLYMPUS_SIGN)) || in usb_stor_Bulk_transport()