X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/44ecc034c1b773c619d12bc20ca3e757efec2520..ffaa83ad27fa3713a86d04dcbf200b1de0454bfc:/LUFA/DoxygenPages/OSDrivers.txt diff --git a/LUFA/DoxygenPages/OSDrivers.txt b/LUFA/DoxygenPages/OSDrivers.txt index 28c1ca93a..4823c5b08 100644 --- a/LUFA/DoxygenPages/OSDrivers.txt +++ b/LUFA/DoxygenPages/OSDrivers.txt @@ -18,10 +18,10 @@ *
USB Class | - *Android | - *Windows | - *Linux | - *OS X | + *Android | + *Windows | + *Linux | + *OS X | *
---|---|---|---|---|---|---|---|---|
Android Open Accessory | @@ -46,7 +46,7 @@ *||||||||
HID | - *N/A | + *3.?+ | *XP+ | *2.6.?+ | *10.?+ | @@ -90,7 +90,7 @@ * * \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 + * VID/PID ID pair, Windows 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 @@ -102,10 +102,10 @@ * * \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 + * \verbinclude "WindowsINF/LUFA 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 + * This template is required for all RNDIS devices on Windows XP or newer. + * \verbinclude "WindowsINF/LUFA RNDIS.inf" */