android_kernel_google_msm/Documentation/usb
Sebastian Andrzej Siewior 2e8dc2f2c1 usb/usbmon: correct the data interpretation of usbmon's output
The doc says that the data
| 55534243 5e000000 00000000 00000600 00000000 00000000 00000000 000000
is the SCSI command 0x5e. According to the usbmon source, it dumps one
byte after the other. The first 4 bytes are US_BULK_CB_SIGN which is
correct. After that we see the TAG which is 0x5e. The cdb is 0x00 in
this example.
In order to correct this, I change the example to a READ_10 command
which is 0x28 so it is not just a zero somewhere in the stream.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-04-06 13:54:00 -07:00
..
acm.txt
anchors.txt
authorization.txt
bulk-streams.txt
callbacks.txt
CREDITS
dma.txt doc: fix broken references 2011-09-27 18:08:04 +02:00
dwc3.txt usb: dwc3: gadget: implement streams support 2011-10-04 10:25:54 -07:00
ehci.txt USB: EHCI: Allow users to override 80% max periodic bandwidth 2011-07-08 14:51:33 -07:00
error-codes.txt USB: Fix up URB error codes to reflect implementation. 2011-06-17 11:28:21 -07:00
gadget_hid.txt USB: Documentation: Use correct character in gadget_hid.txt 2011-07-01 14:43:27 -07:00
gadget_multi.txt
gadget_printer.txt
gadget_serial.txt
hotplug.txt
iuu_phoenix.txt
linux-cdc-acm.inf USB: linux-cdc-acm.inf: add support for the acm_ms gadget 2011-11-29 09:59:29 +09:00
linux.inf
misc_usbsevseg.txt
mtouchusb.txt Documentation: Fix Broken URL "freshmeat" 2012-02-21 11:43:45 +01:00
ohci.txt
persist.txt
power-management.txt Documentation: remove references to /etc/modprobe.conf 2012-03-30 16:03:15 -07:00
proc_usb_info.txt Documentation: Fix typo in proc_usb_info.txt 2012-02-21 11:40:39 +01:00
rio.txt
URB.txt
usb-help.txt
usb-serial.txt
usbmon.txt usb/usbmon: correct the data interpretation of usbmon's output 2012-04-06 13:54:00 -07:00
wusb-cbaf
WUSB-Design-overview.txt