]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/io/usb/serial/slave/v2_0/host/windows/eCosUsbSerial.inf
Initial revision
[karo-tx-redboot.git] / packages / io / usb / serial / slave / v2_0 / host / windows / eCosUsbSerial.inf
1 ; eCos USB Serial INF file for Windows
2 ; This can be used for any USB device that emulates a serial port connection.
3 ; Simply set the VID & PID numbers in this file to the proper values for the
4 ; device, copy this file and the 'usbser.sys' file from your version of Windows
5 ; into the same directory, and load these when prompted by the Windows device
6 ; manager.
7
8 [Version]
9 Signature="$Windows NT$"
10 Class=Ports
11 ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
12 Provider=eCosUsbSerial
13 DriverVer=06/02/2008,0.0.0.1
14
15 [DestinationDirs]
16 DefaultDestDir=12       ; %windir$\System32\drivers
17
18 [Manufacturer]
19 eCosUsbSerial=eCosDevices
20
21 [eCosDevices]
22 "eCosUsbSerial"=InstalleCosUsbSerial,USB\VID_FFFF&PID_0001
23
24 [InstalleCosUsbSerial]
25 CopyFiles=CopyeCosUsbFiles
26 AddReg=eCosUsbReg
27
28 [CopyeCosUsbFiles]
29 usbser.sys                      ; The standard Windows USB serial driver
30
31 [eCosUsbReg]
32 HKR,,DevLoader,,*ntkern
33 HKR,,NTMPDriver,,usbser.sys
34 HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"
35
36 [InstalleCosUsbSerial.Services]
37 AddService = usbser,2,eCosUsbSerialService
38
39 [eCosUsbSerialService]
40 DisplayName = ECOS_USB_SERIAL_NAME
41 ServiceType = 1                         ; driver
42 StartType = 3                           ; on-demand or manual
43 ErrorControl = 1                        ; report errors
44 ServiceBinary = %12%\usbser.sys         ; Driver path: %windir%\System32\drivers
45 LoadOrderGroup = Base
46
47 [Strings]
48 ECOS_USB_SERIAL_NAME = "eCos USB Serial Driver"
49