mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-01 11:54:10 +00:00
Documentation: fix usb related doc refs
Update ref to usb proc_usb_info.txt. Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
f495ae3c01
commit
4269a69110
3 changed files with 4 additions and 6 deletions
|
@ -690,9 +690,7 @@ The USB devices are now exported via debugfs:
|
||||||
This file is handy for status viewing tools in user mode, which can scan
|
This file is handy for status viewing tools in user mode, which can scan
|
||||||
the text format and ignore most of it. More detailed device status
|
the text format and ignore most of it. More detailed device status
|
||||||
(including class and vendor status) is available from device-specific
|
(including class and vendor status) is available from device-specific
|
||||||
files. For information about the current format of this file, see the
|
files. For information about the current format of this file, see below.
|
||||||
``Documentation/usb/proc_usb_info.txt`` file in your Linux kernel
|
|
||||||
sources.
|
|
||||||
|
|
||||||
This file, in combination with the poll() system call, can also be used
|
This file, in combination with the poll() system call, can also be used
|
||||||
to detect when devices are added or removed::
|
to detect when devices are added or removed::
|
||||||
|
|
|
@ -332,8 +332,8 @@ References
|
||||||
[5] "MBIM (Mobile Broadband Interface Model) Registry"
|
[5] "MBIM (Mobile Broadband Interface Model) Registry"
|
||||||
- http://compliance.usb.org/mbim/
|
- http://compliance.usb.org/mbim/
|
||||||
|
|
||||||
[6] "/dev/bus/usb filesystem output"
|
[6] "/sys/kernel/debug/usb/devices output format"
|
||||||
- Documentation/usb/proc_usb_info.txt
|
- Documentation/driver-api/usb/usb.rst
|
||||||
|
|
||||||
[7] "/sys/bus/usb/devices/.../descriptors"
|
[7] "/sys/bus/usb/devices/.../descriptors"
|
||||||
- Documentation/ABI/stable/sysfs-bus-usb
|
- Documentation/ABI/stable/sysfs-bus-usb
|
||||||
|
|
|
@ -773,7 +773,7 @@ host:
|
||||||
# cat /dev/usb/lp0
|
# cat /dev/usb/lp0
|
||||||
|
|
||||||
More advanced testing can be done with the prn_example
|
More advanced testing can be done with the prn_example
|
||||||
described in Documentation/usb/gadget-printer.txt.
|
described in Documentation/usb/gadget_printer.txt.
|
||||||
|
|
||||||
|
|
||||||
20. UAC1 function (virtual ALSA card, using u_audio API)
|
20. UAC1 function (virtual ALSA card, using u_audio API)
|
||||||
|
|
Loading…
Add table
Reference in a new issue