Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213588
b: refs/heads/master
c: 3323b71
h: refs/heads/master
v: v3
  • Loading branch information
Michal Nazarewicz authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent b32c5a6 commit 952baec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 115bb1ffa54c3934f3617bdd4e4dfc68b11e1e69
refs/heads/master: 3323b7107ece794eb3e16111b583f5afb6749278
14 changes: 1 addition & 13 deletions trunk/drivers/usb/gadget/storage_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@


#include <asm/unaligned.h>
#include <linux/usb/storage.h>


/*
Expand Down Expand Up @@ -156,19 +157,6 @@
#define TYPE_DISK 0x00
#define TYPE_CDROM 0x05

/* USB protocol value = the transport method */
#define USB_PR_CBI 0x00 /* Control/Bulk/Interrupt */
#define USB_PR_CB 0x01 /* Control/Bulk w/o interrupt */
#define USB_PR_BULK 0x50 /* Bulk-only */

/* USB subclass value = the protocol encapsulation */
#define USB_SC_RBC 0x01 /* Reduced Block Commands (flash) */
#define USB_SC_8020 0x02 /* SFF-8020i, MMC-2, ATAPI (CD-ROM) */
#define USB_SC_QIC 0x03 /* QIC-157 (tape) */
#define USB_SC_UFI 0x04 /* UFI (floppy) */
#define USB_SC_8070 0x05 /* SFF-8070i (removable) */
#define USB_SC_SCSI 0x06 /* Transparent SCSI */

/* Bulk-only data structures */

/* Command Block Wrapper */
Expand Down

0 comments on commit 952baec

Please sign in to comment.