/openbmc/u-boot/drivers/usb/ |
H A D | Kconfig | 1 menuconfig USB config 2 bool "USB support" 4 Universal Serial Bus (USB) is a specification for a serial bus 7 and allows for hot swapping. Up to 127 USB peripherals can be 8 connected to a single USB host in a tree structure. 10 The USB host is the root of the tree, the peripherals are the 11 leaves and the inner nodes are special USB devices called hubs. 12 Most PCs now have USB host ports, used to connect peripherals 16 Say Y here if your device has an USB port, either host, peripheral or 19 For an USB host port, you then need to say Y to at least one of the [all …]
|
/openbmc/qemu/hw/usb/ |
H A D | Kconfig | 1 config USB config 6 select USB 20 select USB 34 select USB 47 select USB 66 select USB 71 depends on USB 76 depends on USB 81 depends on USB 85 depends on USB [all …]
|
/openbmc/linux/drivers/usb/serial/ |
H A D | Kconfig | 3 # USB Serial device configuration 7 tristate "USB Serial Converter support" 10 Say Y here if you have a USB device that provides normal serial 12 your USB bus. 24 bool "USB Serial Console device support" 27 If you say Y here, it will be possible to use a USB to serial 41 kernel will automatically use the first USB to serial converter 47 bool "USB Generic Serial Driver" 49 Say Y here if you want to use the generic USB serial driver. Please 51 using this driver. It is recommended that the "USB Serial converter [all …]
|
/openbmc/linux/drivers/usb/ |
H A D | Kconfig | 3 # USB device configuration 30 bool "USB support" 34 This option adds core support for Universal Serial Bus (USB). 44 config USB config 45 tristate "Support for Host-side USB" 51 Universal Serial Bus (USB) is a specification for a serial bus 54 and allows for hot swapping. Up to 127 USB peripherals can be 55 connected to a single USB host in a tree structure. 57 The USB host is the root of the tree, the peripherals are the 58 leaves and the inner nodes are special USB devices called hubs. [all …]
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | Kconfig | 2 # USB Host Controller Drivers 4 comment "USB Host Controller Drivers" 10 bool "xHCI HCD (USB 3.0) support" 13 The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0 22 USB controller based on the DesignWare USB3 IP Core. 30 USB controller based on the DesignWare USB3 IP Core. 33 bool "MVEBU USB 3.0 support" 38 Choose this option to add support for USB 3.0 driver on mvebu 43 bool "Support for PCI-based xHCI USB controller" 50 bool "Support for Rockchip on-chip xHCI USB controller" [all …]
|
/openbmc/linux/drivers/net/can/usb/ |
H A D | Kconfig | 2 menu "CAN USB interfaces" 3 depends on USB 12 tristate "EMS CPC-USB/ARM7 CAN/USB interface" 14 This driver is for the one channel CPC-USB/ARM7 CAN/USB interface 18 tristate "esd electronics gmbh CAN/USB interfaces" 20 This driver adds supports for several CAN/USB interfaces 24 - esd CAN-USB/2 25 - esd CAN-USB/Micro 31 tristate "ETAS ES58X CAN/USB interfaces" 42 tristate "Fintek F81604 USB to 2CAN interface" [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.usb | 7 USB Support 10 The USB support is implemented on the base of the UHCI Host 13 Currently supported are USB Hubs, USB Keyboards, USB Floppys, USB 14 flash sticks and USB network adaptors. 20 The USB (at least the USB UHCI) needs a frame list (4k), transfer 23 frame pointer. This may cause to crash the OS during boot. So the USB 24 _MUST_ be stopped during OS boot. This is the reason, why the USB is 25 NOT automatically started during start-up. If someone needs the USB 29 For USB keyboards this can be done by a script which is automatically 31 USB keyboard another script is necessary, which first disables the [all …]
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | Kconfig | 4 tristate "USB/IP support" 9 This enables pushing USB packets over IP to allow remote 10 machines direct access to USB devices. It provides the 11 USB/IP core that is required by both drivers. 23 depends on USBIP_CORE && USB 25 This enables the USB/IP virtual host controller driver, 32 int "Number of ports per USB/IP virtual host controller" 37 To increase number of ports available for USB/IP virtual 39 USB/IP virtual host controller. 42 int "Number of USB/IP virtual host controllers" [all …]
|
/openbmc/linux/tools/usb/usbip/ |
H A D | README | 8 USB/IP protocol allows to pass USB device from server to client over the 9 network. Server is a machine which provides (shares) a USB device. Client is 10 a machine which uses USB device provided by server over the network. 11 The USB device may be either physical device connected to a server or 12 software entity created on a server using USB gadget subsystem. 16 A client side kernel module which provides a virtual USB Host Controller 17 and allows to import a USB device from a remote machine. 20 A server side module which provides a USB device driver which can be 21 bound to a physical USB device to make it exportable. 24 A server side module which provides a virtual USB Device Controller and allows [all …]
|
/openbmc/linux/drivers/usb/phy/ |
H A D | Kconfig | 3 # Physical Layer USB driver configuration 5 menu "USB Physical Layer drivers" 12 # USB Transceiver Drivers 15 tristate "AB8500 USB Transceiver Driver" 19 Enable this to support the USB OTG transceiver in AB8500 chip. 24 tristate "Freescale USB OTG Transceiver Driver" 29 Enable this to support Freescale USB OTG transceiver. 32 tristate "Keystone USB PHY Driver" 36 Enable this to support Keystone USB phy. This driver provides 37 interface to interact with USB 2.0 and USB 3.0 PHY that is part [all …]
|
/openbmc/linux/drivers/usb/core/ |
H A D | Kconfig | 3 # USB Core configuration 6 bool "USB announce new devices" 8 Say Y here if you want the USB core to always announce the 10 strings for every new USB device to the syslog. This option is 18 comment "Miscellaneous USB options" 21 bool "Enable USB persist by default" 24 Say N here if you don't want USB power session persistence 25 enabled by default. If you say N it will make suspended USB 36 bool "Limit USB device initialization to only a few retries" 38 When a new USB device is detected, the kernel tries very hard [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | stable-api-nonsense.rst | 95 举一个例子,内核的USB驱动程序接口在USB子系统的整个生命周期中,至少经历 99 复杂度,提高了所有USB驱动程序的吞吐率,这样几乎所有的USB设备都 101 - 修改了USB核心代码中为USB驱动分配数据包内存的方式,所有的驱动都 102 需要提供更多的参数给USB核心,以修正了很多已经被记录在案的死锁。 105 外的维护旧的USB接口。这导致了一个可能性,新的开发者依然会不小心使用旧的 109 ;旧的,有问题的接口必须一直维护,给Linux USB开发者带来额外的工作。既然 110 所有的Linux USB驱动的作者都是利用自己的时间工作,那么要求他们去做毫无意
|
/openbmc/linux/Documentation/translations/zh_TW/process/ |
H A D | stable-api-nonsense.rst | 98 舉一個例子,內核的USB驅動程序接口在USB子系統的整個生命周期中,至少經歷 102 複雜度,提高了所有USB驅動程序的吞吐率,這樣幾乎所有的USB設備都 104 - 修改了USB核心代碼中爲USB驅動分配數據包內存的方式,所有的驅動都 105 需要提供更多的參數給USB核心,以修正了很多已經被記錄在案的死鎖。 108 外的維護舊的USB接口。這導致了一個可能性,新的開發者依然會不小心使用舊的 112 ;舊的,有問題的接口必須一直維護,給Linux USB開發者帶來額外的工作。既然 113 所有的Linux USB驅動的作者都是利用自己的時間工作,那麼要求他們去做毫無意
|
/openbmc/linux/drivers/usb/misc/ |
H A D | Kconfig | 3 # USB Miscellaneous driver configuration 5 comment "USB Miscellaneous drivers" 12 This driver is for USB parallel port adapters that use the Lucent 13 Technologies USS-720 chip. These cables are plugged into your USB 14 port and provide USB compatibility to peripherals designed with 18 mode, it looks to the computer like a standard USB printer. Only 20 USB printer driver ("USB Printer support", above) may be used in 30 Say Y here if you own an USS-720 USB->Parport cable and intend to 37 tristate "EMI 6|2m USB Audio interface support" 39 This driver loads firmware to Emagic EMI 6|2m low latency USB [all …]
|
/openbmc/linux/drivers/usb/typec/tcpm/ |
H A D | Kconfig | 4 tristate "USB Type-C Port Controller Manager" 5 depends on USB 9 The Type-C Port Controller Manager provides a USB PD and USB Type-C 27 Type-C Port Controller Manager to provide USB PD and USB 35 USB Type-C. It works with Type-C Port Controller Manager 36 to provide USB PD and USB Type-C functionalities. 43 USB Type-C. It works with Type-C Port Controller Manager 44 to provide USB PD and USB Type-C functionalities. 63 Type-C Port Controller Manager to provide USB PD and USB 67 tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver" [all …]
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | Kconfig | 2 # USB Gadget support on a system involves 13 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 17 bool "USB Gadget Support" 19 USB is a master/slave protocol, organized with one master 21 The USB hardware is asymmetric, which makes it easier to set up: 33 a USB peripheral device. Configure one hardware driver for your 42 Support Aspeed USB device on port A. You can emulate USB device as 46 bool "Aspeed USB Device support on gadget" 50 Support Aspeed USB device gadget. It's a different architecture with 55 string "Vendor name of the USB device" [all …]
|
/openbmc/linux/drivers/extcon/ |
H A D | Kconfig | 11 host USB ports. Many of 30-pin connectors including PDMI are 29 Say Y here to enable support for USB peripheral detection 30 and USB MUX switching by X-Power AXP288 PMIC. 39 FSA9480 microUSB switch and accessory detector chip. The FSA9480 is a USB 41 I2C and enables USB data, stereo and mono audio, video, microphone 55 Say Y here to enable extcon support for USB OTG ports controlled by 85 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory 89 tristate "Maxim MAX3355 USB OTG EXTCON Support" 92 If you say yes here you get support for the USB OTG role detection by 94 enable a system with an integrated USB OTG dual-role transceiver to [all …]
|
/openbmc/linux/drivers/usb/roles/ |
H A D | Kconfig | 4 tristate "USB Role Switch Support" 6 USB Role Switch is a device that can select the USB role - host or 7 device - for a USB port (connector). In most cases dual-role capable 8 USB controller will also represent the switch, but on some platforms 10 the USB connector between separate USB host and device controllers. 12 Say Y here if your USB connectors support both device and host roles. 19 tristate "Intel XHCI USB Role Switch" 22 Driver for the internal USB role switch for switching the USB data
|
/openbmc/linux/drivers/usb/class/ |
H A D | Kconfig | 3 # USB Class driver configuration 5 comment "USB Device Class drivers" 8 tristate "USB Modem (CDC ACM) support" 11 This driver supports USB modems and ISDN adapters which support the 23 tristate "USB Printer support" 25 Say Y here if you want to connect a USB printer to your computer's 26 USB port. 32 tristate "USB Wireless Device Management support" 42 tristate "USB Test and Measurement Class support" 44 Say Y here if you want to connect a USB device that follows [all …]
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | Kconfig | 3 # USB Gadget support on a system involves 14 # both kinds of controller can also support "USB On-the-Go" (CONFIG_USB_OTG). 18 # USB Peripheral Controller Support 27 menu "USB Peripheral Controller" 34 tristate "Atmel AT91 USB Device Port" 39 full speed USB Device Port with support for five configurable 47 tristate "LPC32XX USB Peripheral Controller" 52 This option selects the USB device controller in the LPC32xx SoC. 62 USBA is the integrated high-speed USB Device controller on some 85 high speed USB Device Port with support for four fixed endpoints [all …]
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | usb-cardlist.rst | 3 USB drivers 6 The USB boards are identified by an identification called USB ID. 8 The ``lsusb`` command allows identifying the USB IDs:: 18 via USB Video Class. Those cameras are automatically supported by the 21 Older cameras and TV USB devices uses USB Vendor Classes: each vendor 25 While this is not as common as on PCI, sometimes the same USB ID is used 30 The current supported USB cards (not including staging drivers) are 37 for cameras not supported by the USB Video Class (UVC) driver, 45 b2c2-flexcop-usb Technisat/B2C2 Air/Sky/Cable2PC USB 46 cx231xx Conexant cx231xx USB video capture [all …]
|
/openbmc/qemu/docs/system/devices/ |
H A D | usb.rst | 1 USB emulation 4 QEMU can emulate a PCI UHCI, OHCI, EHCI or XHCI USB controller. You can 5 plug virtual USB devices or real host USB devices (only works with 7 connect virtual USB hubs as necessary to connect multiple USB devices. 9 USB controllers 23 XHCI supports USB 1.1, USB 2.0 and USB 3.0 devices, so this is the 24 only controller you need. With only a single USB controller (and 25 therefore only a single USB bus) present in the system there is no 26 need to use the bus= parameter when adding USB devices. 32 The QEMU EHCI Adapter supports USB 2.0 devices. It can be used either [all …]
|
/openbmc/linux/drivers/usb/storage/ |
H A D | Kconfig | 3 # USB Storage driver configuration 10 tristate "USB Mass Storage support" 13 Say Y here if you want to connect USB mass storage devices to your 14 computer's USB port. This is the driver you need for USB 15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs, 16 USB flash devices, and memory sticks, along with 22 (BLK_DEV_SD) for most USB storage devices. 30 bool "USB Mass Storage verbose debug" 32 Say Y here in order to have the USB Mass Storage code generate 39 for Realtek RTS51xx USB card readers. [all …]
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | Kconfig | 2 menu "USB HID support" 3 depends on USB 6 tristate "USB HID transport layer" 8 depends on USB && INPUT 11 Say Y here if you want to connect USB keyboards, 13 to your computer via USB, as well as Uninterruptible Power Supply 25 comment "Input core support is needed for USB HID input layer or HIDBP support" 39 Say Y here if you want to support HID devices (from the USB 48 menu "USB HID Boot Protocol drivers" 49 depends on USB!=n && USB_HID!=y && EXPERT [all …]
|
/openbmc/linux/drivers/usb/typec/ |
H A D | Kconfig | 4 tristate "USB Type-C Support" 6 USB Type-C Specification defines a cable and connector for USB where 10 specific Configuration Channel (CC) which goes through the USB Type-C 12 Accessory Modes - Analog Audio and Debug - and if USB Power Delivery 14 something else then USB communication. 16 USB Power Delivery Specification defines a protocol that can be used 18 partners. USB Power Delivery allows higher voltages then the normal 19 5V, up to 20V, and current up to 5A over the cable. The USB Power 21 Modes when they are supported. USB Power Delivery does not depend on 22 USB Type-C connector, however it is mostly used together with USB [all …]
|