diff options
| author | Drashna Jaelre <drashna@live.com> | 2019-08-02 14:02:40 -0700 |
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2019-08-30 15:01:52 -0700 |
| commit | cf4575b94a3c65e6535a159fc71fc885aebc2620 (patch) | |
| tree | 2354f2b7a200e02246a564afefedc32357e62b8e /lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf | |
| parent | 75ee8df19e0f14ba466f41ab673dde2fe2fdae9c (diff) | |
| download | qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.tar.gz qmk_firmware-cf4575b94a3c65e6535a159fc71fc885aebc2620.zip | |
Fix the LUFA lib to use a submodule instead of just files (#6245)
* Remove LUFA files
* Update descriptions for newer version of LUFA
* Create PR6245.md
* Fix CDC(Serial) type errors
* Fix missed merge conflict for AUDIO_DTYPE_CSInterface
Diffstat (limited to 'lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf')
| -rw-r--r-- | lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf b/lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf deleted file mode 100644 index 1a0e0248a..000000000 --- a/lib/lufa/Demos/Device/LowLevel/DualVirtualSerial/LUFA DualVirtualSerial.inf +++ /dev/null | |||
| @@ -1,66 +0,0 @@ | |||
| 1 | ;************************************************************ | ||
| 2 | ; Windows USB CDC ACM Setup File | ||
| 3 | ; Copyright (c) 2000 Microsoft Corporation | ||
| 4 | ;************************************************************ | ||
| 5 | |||
| 6 | [DefaultInstall] | ||
| 7 | CopyINF="LUFA DualVirtualSerial.inf" | ||
| 8 | |||
| 9 | [Version] | ||
| 10 | Signature="$Windows NT$" | ||
| 11 | Class=Ports | ||
| 12 | ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} | ||
| 13 | Provider=%MFGNAME% | ||
| 14 | DriverVer=7/1/2012,10.0.0.0 | ||
| 15 | |||
| 16 | [Manufacturer] | ||
| 17 | %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64 | ||
| 18 | |||
| 19 | [SourceDisksNames] | ||
| 20 | |||
| 21 | [SourceDisksFiles] | ||
| 22 | |||
| 23 | [DestinationDirs] | ||
| 24 | DefaultDestDir=12 | ||
| 25 | |||
| 26 | [DriverInstall] | ||
| 27 | Include=mdmcpq.inf | ||
| 28 | CopyFiles=FakeModemCopyFileSection | ||
| 29 | AddReg=DriverInstall.AddReg | ||
| 30 | |||
| 31 | [DriverInstall.Services] | ||
| 32 | Include=mdmcpq.inf | ||
| 33 | AddService=usbser, 0x00000002, LowerFilter_Service_Inst | ||
| 34 | |||
| 35 | [DriverInstall.AddReg] | ||
| 36 | HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider" | ||
| 37 | |||
| 38 | ;------------------------------------------------------------------------------ | ||
| 39 | ; Vendor and Product ID Definitions | ||
| 40 | ;------------------------------------------------------------------------------ | ||
| 41 | ; When developing your USB device, the VID and PID used in the PC side | ||
| 42 | ; application program and the firmware on the microcontroller must match. | ||
| 43 | ; Modify the below line to use your VID and PID. Use the format as shown below. | ||
| 44 | ; Note: One INF file can be used for multiple devices with different VID and PIDs. | ||
| 45 | ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. | ||
| 46 | ;------------------------------------------------------------------------------ | ||
| 47 | [DeviceList] | ||
| 48 | %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02 | ||
| 49 | |||
| 50 | [DeviceList.NTx86] | ||
| 51 | %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02 | ||
| 52 | |||
| 53 | [DeviceList.NTamd64] | ||
| 54 | %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02 | ||
| 55 | |||
| 56 | [DeviceList.NTia64] | ||
| 57 | %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_204E&MI_00, USB\VID_03EB&PID_204E&MI_02 | ||
| 58 | |||
| 59 | ;------------------------------------------------------------------------------ | ||
| 60 | ; String Definitions | ||
| 61 | ;------------------------------------------------------------------------------ | ||
| 62 | ;Modify these strings to customize your device | ||
| 63 | ;------------------------------------------------------------------------------ | ||
| 64 | [Strings] | ||
| 65 | MFGNAME="http://www.lufa-lib.org" | ||
| 66 | DESCRIPTION="LUFA CDC-ACM Virtual Serial Port" \ No newline at end of file | ||
