Lines Matching refs:usb
1 /proc/bus/usb filesystem output
7 /proc/bus/usb. It provides the /proc/bus/usb/devices file, as well as
8 the /proc/bus/usb/BBB/DDD files.
11 USB device nodes are created under /dev/usb/ or someplace similar. The
13 /sys/kernel/debug/usb/devices.
16 **NOTE**: If /proc/bus/usb appears empty, and a host controller
20 mount -t usbfs none /proc/bus/usb
24 none /proc/bus/usb usbfs defaults 0 0
27 You can then issue `cat /proc/bus/usb/devices` to extract
32 Consult the source code (linux/drivers/usb/core/inode.c) for
41 of the USB Guide can be found at http://www.linux-usb.org/
44 THE /proc/bus/usb/BBB/DDD FILES:
63 in text form by the /proc/bus/usb/devices file, described later.
66 devices. You would open the /proc/bus/usb/BBB/DDD file read/write,
72 source code (linux/drivers/usb/core/devio.c) is the primary reference
82 THE /proc/bus/usb/devices FILE:
84 In /proc/bus/usb/devices, each device's output has multiple
107 /proc/bus/usb/devices output format:
280 example, use something like "grep ^T: /proc/bus/usb/devices"
282 "grep -i ^[tdp]: /proc/bus/usb/devices" can be used to list
289 /proc/bus/usb/devices.)
300 For example, "grep ^C: /proc/bus/usb/devices".