mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
8b8214e2dc7590976ac0c0c7271903ad2831edf1
The RNDIS gadget function has USB class of 2 and subclass of 2, which matches "USB\Class_02&SubClass_02" in the usbser.inf file in the Windows system, so the device is initially detected as a COM port instead of RNDIS. This is why we need to install RNDIS manually. Refer to Defined Class Codes [1] and rndis_host of Linux [2], this patch sets the RNDIS gadget with base class of 0xE0h (Wireless Controller) and subclass of 0x01h and protocol of 0x03h. [1] https://www.usb.org/defined-class-codes [2] http://www.embedded-os.de/en/proto-rndis_host.shtml Change-Id: Ida366749f378a0ce770d707b4ba56b87f9e188cf Signed-off-by: William Wu <william.wu@rock-chips.com>
…
…
…
…
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.6%
Makefile
0.3%
Perl
0.1%