From 44ecc034c1b773c619d12bc20ca3e757efec2520 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 19 May 2013 17:06:53 +0200 Subject: Add Windows INF driver templates and class driver OS support information to the documentation. --- LUFA/DoxygenPages/OSDrivers.txt | 111 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 LUFA/DoxygenPages/OSDrivers.txt (limited to 'LUFA/DoxygenPages/OSDrivers.txt') diff --git a/LUFA/DoxygenPages/OSDrivers.txt b/LUFA/DoxygenPages/OSDrivers.txt new file mode 100644 index 000000000..28c1ca93a --- /dev/null +++ b/LUFA/DoxygenPages/OSDrivers.txt @@ -0,0 +1,111 @@ +/** \file + * + * This file contains special DoxyGen information for the generation of the main page and other special + * documentation pages. It is not a project source file. + */ + +/** \page Page_OSDrivers Operating System Drivers + * + * Most of the USB classes supported by LUFA are also supported natively in + * most operating systems, without extra drivers being required. However, in + * some cases, a driver file is required in order for the device to enumerate + * and function correctly. + * + * \section Sec_OSClassSupport Operating System USB Class Support + * The table below lists the supported LUFA USB classes, and their associated + * native support on modern operating systems. + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + * + *
USB ClassAndroidWindowsLinuxOS X
Android Open Accessory2.3.4+N/AN/AN/A
Audio 1.0N/AXP+2.6.?+10.?+
CDC-ACMN/AXP+2.6.?+10.?+
HIDN/AXP+2.6.?+10.?+
MIDIN/AXP+2.6.?+10.?+
Mass StorageN/AXP+2.6.?+10.?+
PrinterN/AXP+2.6.?+10.?+
RNDISN/AXP+2.6.?+N/A
Still ImageN/AXP+2.6.?+10.?+
+ * + * \section Sec_WinINFTemplates Windows INF Drivers + * Windows uses INF driver files to associate a USB device of a specific class, + * Vendor and Product ID, compatibility ID or other characteristic to a kernel + * driver. In most cases these files are build into the operating system, and + * no special user action or driver files are required for a device using a + * standard USB class to enumerate. However, for some classes, a specific INF + * driver must be created and given to the operating system for the device to + * enumerate. + * + * Those USB classes requiring a custom INF driver file in Windows are listed + * below, along with a basic INF template for each class. + * + * \subsection SSec_WinINF_CDC Windows CDC INF Template + * This template is required for all CDC-ACM devices on Windows XP or newer. + * \verbinclude WindowsINF/CDC-ACM.inf + * + * \subsection SSec_WinINF_RNDIS Windows RNDIS INF Template + * This template is required for all CDC-RNDIS devices on Windows XP or newer. + * \verbinclude WindowsINF/RNDIS.inf + */ + -- cgit v1.2.3