Searched +full:cdc +full:- +full:acm (Results 1 – 7 of 7) sorted by relevance
| /Documentation/usb/ |
| D | gadget_multi.rst | 13 with RNDIS[1] (that is Ethernet), USB CDC[2] ACM (that is serial) and 16 A CDC ECM (Ethernet) function may be turned on via a Kconfig option 18 have two configurations -- one with RNDIS and another with CDC ECM[3]. 20 Please note that if you use non-standard configuration (that is enable 21 CDC ECM) you may need to change vendor and/or product ID. 26 To make use of the gadget one needs to make it work on host side -- 31 ------------------ 38 This is also true for two configuration set-up with RNDIS 40 configuration with CDC ECM which should work better under Linux. 43 -------------------- [all …]
|
| D | text_files.rst | 1 Linux CDC ACM inf 2 ----------------- 4 .. include:: linux-cdc-acm.inf 8 --------- 14 --------------------------------- 16 .. literalinclude:: usbdevfs-drop-permissions.c 20 -------
|
| D | gadget_serial.rst | 7 (updated 8-May-2008 for v2.3) 11 ---------------------- 25 MA 02111-1307 USA. 35 ------------- 55 -------- 61 The gadget serial driver talks over USB to either a CDC ACM driver 65 -------------------------------------- 66 | Host-Side CDC ACM USB Host | 68 | System | Generic USB | Driver |-------- 71 -------------------------------------- | [all …]
|
| D | acm.rst | 2 Linux ACM driver v0.16 23 Temple Place, Suite 330, Boston, MA 02111-1307 USA 25 Should you need to contact me, the author, you can do so either by e-mail - 34 The drivers/usb/class/cdc-acm.c drivers works with USB modems and USB ISDN terminal 36 Abstract Control Model (USB CDC ACM) specification. 40 - 3Com OfficeConnect 56k 41 - 3Com Voice FaxModem Pro 42 - 3Com Sportster 43 - MultiTech MultiModem 56k 44 - Zoom 2986L FaxModem [all …]
|
| D | linux-cdc-acm.inf | 1 ; Windows USB CDC ACM Setup File 7 ; <http://msdn.microsoft.com/en-us/cc300389.aspx#MLPL>. 13 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} 24 ;------------------------------------------------------------------------------ 25 ; Windows 2000/XP/Vista-32bit Sections 26 ;------------------------------------------------------------------------------ 51 ;------------------------------------------------------------------------------ 52 ; Vista-64bit Sections 53 ;------------------------------------------------------------------------------ 79 ;------------------------------------------------------------------------------ [all …]
|
| /Documentation/devicetree/bindings/serial/ |
| D | esp,esp32-acm.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/serial/esp,esp32-acm.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: ESP32S3 ACM gadget controller 11 - Max Filippov <jcmvbkbc@gmail.com> 14 Fixed function USB CDC-ACM gadget controller of the Espressif ESP32S3 SoC. 17 - $ref: serial.yaml# 21 const: esp,esp32s3-acm 30 - compatible [all …]
|
| /Documentation/driver-api/usb/ |
| D | gadget.rst | 11 This document presents a Linux-USB "Gadget" kernel mode API, for use 17 - Supports USB 2.0, for high speed devices which can stream data at 20 - Handles devices with dozens of endpoints just as well as ones with 21 just two fixed-function ones. Gadget drivers can be written so 24 - Flexible enough to expose more complex USB device capabilities such 28 - USB "On-The-Go" (OTG) support, in conjunction with updates to the 29 Linux-USB host side. 31 - Sharing data structures and API models with the Linux-USB host side 32 API. This helps the OTG support, and looks forward to more-symmetric 36 - Minimalist, so it's easier to support new device controller hardware. [all …]
|