diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 12:35:07 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-08 12:35:07 +0200 |
| commit | d1799765af79003be5f30053134a12158ce98d82 (patch) | |
| tree | 55daeb06f2280bbdbfa418f3aec786febab030b9 /Software/Drivers/Tiva USB/usb_tango_serial.inf | |
| parent | e7a30d51c85b2d9be2f675769506c1faa8667c89 (diff) | |
| download | Tango-d1799765af79003be5f30053134a12158ce98d82.tar.gz Tango-d1799765af79003be5f30053134a12158ce98d82.zip | |
Added Tango USB Drivers.
Modified Machine Connection Icons on Machine Studio.
Diffstat (limited to 'Software/Drivers/Tiva USB/usb_tango_serial.inf')
| -rw-r--r-- | Software/Drivers/Tiva USB/usb_tango_serial.inf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/Software/Drivers/Tiva USB/usb_tango_serial.inf b/Software/Drivers/Tiva USB/usb_tango_serial.inf new file mode 100644 index 000000000..2f1b40919 --- /dev/null +++ b/Software/Drivers/Tiva USB/usb_tango_serial.inf @@ -0,0 +1,49 @@ +; +; Jig USB CDC (serial) driver installation file. +; +[Version] +Signature="$Windows NT$" +Class=Ports +ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318} +Provider=%MFGNAME% +LayoutFile=layout.inf +CatalogFile.NTx86=usb_tango_serial_x86.cat +CatalogFile.NTamd64=usb_tango_serial_amd64.cat +DriverVer=12/16/2015,2.1.2.111 + +[Manufacturer] +%MFGNAME%=VirComDevice,NT,NTamd64 + +[DestinationDirs] +DefaultDestDir = 12 + +[VirComDevice.NT] +%DESCRIPTION%=DriverInstall,USB\Vid_1CBE&Pid_0002 + +[VirComDevice.NTamd64] +%DESCRIPTION%=DriverInstall,USB\Vid_1CBE&Pid_0002 + +[DriverInstall.NT] +Include=mdmcpq.inf +CopyFiles=FakeModemCopyFileSection +AddReg=DriverInstall.NT.AddReg + +[DriverInstall.NT.AddReg] +HKR,,DevLoader,,*ntkern +HKR,,NTMPDriver,,usbser.sys +HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" + +[DriverInstall.NT.Services] +AddService=usbser, 0x00000002, DriverServiceInst + +[DriverServiceInst] +DisplayName=%SERVICE% +ServiceType=1 +StartType=3 +ErrorControl=1 +ServiceBinary=%12%\usbser.sys + +[Strings] +MFGNAME = "Twine" +DESCRIPTION = "Tango USB Serial Port" +SERVICE = "Tango USB CDC serial port" |
