aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Drivers/Tiva USB/usb_tango_serial.inf
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 12:35:07 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-01-08 12:35:07 +0200
commitd1799765af79003be5f30053134a12158ce98d82 (patch)
tree55daeb06f2280bbdbfa418f3aec786febab030b9 /Software/Drivers/Tiva USB/usb_tango_serial.inf
parente7a30d51c85b2d9be2f675769506c1faa8667c89 (diff)
downloadTango-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.inf49
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"