Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

usbdevs(8) [netbsd man page]

USBDEVS(8)						    BSD System Manager's Manual 						USBDEVS(8)

NAME
usbdevs -- show USB devices connected to the system SYNOPSIS
usbdevs [-dv] [-a addr] [-f dev] DESCRIPTION
usbdevs prints a listing of all USB devices connected to the system with some information about each device. The indentation of each line indicates its distance from the root. The options are as follows: -a addr Only print information about the device at the given address. -d Show the device drivers associated with each device. -f dev Only print information for the given USB controller. -v Be verbose. FILES
/dev/usb[0-9] Default USB controllers. SEE ALSO
usb(4) HISTORY
The usbdevs command appeared in NetBSD 1.4. BSD
August 15, 2011 BSD

Check Out this Related Man Page

EHCI(4)                                                    BSD Kernel Interfaces Manual                                                    EHCI(4)

NAME
ehci -- USB Enhanced Host Controller driver SYNOPSIS
device ehci DESCRIPTION
The ehci driver provides support for the USB Enhanced Host Controller Interface, which is used by USB 2.0 controllers. EHCI controllers are peculiar in that they can only handle the USB 2.0 protocol. This means that they normally have one or more companion controllers (i.e., ohci(4) or uhci(4)) handling USB 1.x devices. Consequently each USB connector is electrically connected to two USB con- trollers. The handling of this is totally automatic, but can be noticed since USB 1.x and USB 2.0 devices plugged in to the same connector appear to connect to different USB busses. SEE ALSO
ohci(4), uhci(4), usb(4) HISTORY
The ehci device driver first appeared in FreeBSD 5.1. BUGS
The driver is not finished and is quite buggy. There is currently no support for isochronous transfers. BSD March 20, 2005 BSD
Man Page