~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/usb/storage/usb.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
#define US_FLIDX_RESETTING      4       /* device reset in progress */
74
74
#define US_FLIDX_TIMED_OUT      5       /* SCSI midlayer timed out  */
75
75
#define US_FLIDX_DONT_SCAN      6       /* don't scan (disconnect)  */
 
76
#define US_FLIDX_REDO_READ10    7       /* redo READ(10) command    */
 
77
#define US_FLIDX_READ10_WORKED  8       /* previous READ(10) succeeded */
76
78
 
77
79
#define USB_STOR_STRING_LEN 32
78
80