eec24f2a0d4dc3b1d95a3ccd2feb523ede3ba775
The list [1] of commits doing endianness fixes in USB subsystem is long due to below quote from USB spec Revision 2.0 from April 27, 2000: ------------ 8.1 Byte/Bit Ordering Multiple byte fields in standard descriptors, requests, and responses are interpreted as and moved over the bus in little-endian order, i.e. LSB to MSB. ------------ This commit belongs to the same family. [1] Example of endianness fixes in USB subsystem: commit14e1d56cbe("usb: gadget: f_uac2: endianness fixes.") commit42370b8211("usb: gadget: f_uac1: endianness fixes.") commit63afd5cc78("USB: chaoskey: fix Alea quirk on big-endian hosts") commit74098c4ac7("usb: gadget: acm: fix endianness in notifications") commitcdd7928df0("ACM gadget: fix endianness in notifications") commit323ece54e0("cdc-wdm: fix endianness bug in debug statements") commite102609f10("usb: gadget: uvc: Fix endianness mismatches") list goes on Fixes:132fcb4608("usb: gadget: Add Audio Class 2.0 Driver") Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com> Reviewed-by: Ruslan Bilovol <ruslan.bilovol@gmail.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.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.5%
Assembly
1%
Shell
0.6%
Python
0.3%
Makefile
0.3%