Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5658
b: refs/heads/master
c: 003ba51
h: refs/heads/master
v: v3
  • Loading branch information
Pete Zaitcev authored and Linus Torvalds committed Aug 5, 2005
1 parent cd08502 commit 2bf184a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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: 43c34735524d5b1c9b9e5d63b49dd4c1b394bde4
refs/heads/master: 003ba5153582427b1df2347553529299872961e5
2 changes: 1 addition & 1 deletion trunk/Documentation/usb/usbmon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Here is the list of words, from left to right:
- URB Status. This field makes no sense for submissions, but is present
to help scripts with parsing. In error case, it contains the error code.
In case of a setup packet, it contains a Setup Tag. If scripts read a number
in this field, the proceed to read Data Length. Otherwise, they read
in this field, they proceed to read Data Length. Otherwise, they read
the setup packet before reading the Data Length.
- Setup packet, if present, consists of 5 words: one of each for bmRequestType,
bRequest, wValue, wIndex, wLength, as specified by the USB Specification 2.0.
Expand Down
9 changes: 4 additions & 5 deletions trunk/drivers/usb/mon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ config USB_MON
help
If you say Y here, a component which captures the USB traffic
between peripheral-specific drivers and HC drivers will be built.
The USB_MON is similar in spirit and may be compatible with Dave
Harding's USBMon.
For more information, see <file:Documentation/usb/usbmon.txt>.

This is somewhat experimental at this time, but it should be safe,
as long as you aren't using modular USB and try to remove this
module.
This is somewhat experimental at this time, but it should be safe.

If unsure, say Y.
1 change: 1 addition & 0 deletions trunk/drivers/usb/mon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@

usbmon-objs := mon_main.o mon_stat.o mon_text.o

# This does not use CONFIG_USB_MON because we want this to use a tristate.
obj-$(CONFIG_USB) += usbmon.o

0 comments on commit 2bf184a

Please sign in to comment.