summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_mass_storage.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2012-02-25 18:28:10 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-28 11:07:42 -0800
commitb8db6d6402ddca1c78a27407fbd10a6ccb23ab14 (patch)
tree4e9dfe7724cb2332f083f4dd0a3a4b5576c0e28a /drivers/usb/gadget/f_mass_storage.c
parent7ac4704c099125214a4f0a4bd54ce94d15be2ffb (diff)
downloadlinux-b8db6d6402ddca1c78a27407fbd10a6ccb23ab14.tar.bz2
usb/storage: redefine US_BULK_FLAG_IN and use it
US_BULK_FLAG_IN is defined as 1 and not used. The USB storage spec says that bit 7 of flags within CBW defines the data direction. 1 is DATA-IN (read from device) and 0 is the DATA-OUT. Bit 6 is obselete and bits 0-5 are reserved. This patch redefines the unsued define US_BULK_FLAG_IN from 1 to 1 << 7 aka 0x80 and replaces the obvious users. In a following patch the storage gadget will use it as well. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/f_mass_storage.c')
0 files changed, 0 insertions, 0 deletions