source: thomson/elec/CrO2/software/windows-driver/PowerSwitch.inf@ 0da6f01

main
Last change on this file since 0da6f01 was 0da6f01, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add host software for CrO2 (WIP)

git-svn-id: svn://localhost/thomson@6 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 2.1 KB
Line 
1[Version]
2Signature = "$Chicago$"
3provider = %manufacturer%
4DriverVer = 03/09/2005,0.1.10.1
5CatalogFile = PowerSwitch.cat
6
7Class = LibUsbDevices
8ClassGUID = {EB781AAF-9C70-4523-A5DF-642A87ECA567}
9
10[ClassInstall]
11AddReg=ClassInstall.AddReg
12
13[ClassInstall32]
14AddReg=ClassInstall.AddReg
15
16[ClassInstall.AddReg]
17HKR,,,,"LibUSB-Win32 Devices"
18HKR,,Icon,,"-20"
19
20[Manufacturer]
21%manufacturer%=Devices
22
23;--------------------------------------------------------------------------
24; Files
25;--------------------------------------------------------------------------
26
27[SourceDisksNames]
281 = "Libusb-Win32 Driver Installation Disk",,
29
30[SourceDisksFiles]
31libusb0.sys = 1,,
32libusb0.dll = 1,,
33
34[DestinationDirs]
35LIBUSB.Files.Sys = 10,System32\Drivers
36LIBUSB.Files.Dll = 10,System32
37
38[LIBUSB.Files.Sys]
39libusb0.sys
40
41[LIBUSB.Files.Dll]
42libusb0.dll
43
44;--------------------------------------------------------------------------
45; Device driver
46;--------------------------------------------------------------------------
47
48[LIBUSB_DEV]
49CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll
50AddReg = LIBUSB_DEV.AddReg
51
52[LIBUSB_DEV.NT]
53CopyFiles = LIBUSB.Files.Sys, LIBUSB.Files.Dll
54
55[LIBUSB_DEV.HW]
56DelReg = LIBUSB_DEV.DelReg.HW
57
58[LIBUSB_DEV.NT.HW]
59DelReg = LIBUSB_DEV.DelReg.HW
60
61[LIBUSB_DEV.NT.Services]
62AddService = libusb0, 0x00000002, LIBUSB.AddService
63
64[LIBUSB_DEV.AddReg]
65HKR,,DevLoader,,*ntkern
66HKR,,NTMPDriver,,libusb0.sys
67
68[LIBUSB_DEV.DelReg.HW]
69HKR,,"LowerFilters"
70
71;--------------------------------------------------------------------------
72; Services
73;--------------------------------------------------------------------------
74
75[LIBUSB.AddService]
76DisplayName = "LibUsb-Win32 - Kernel Driver 03/09/2005, 0.1.10.1"
77ServiceType = 1
78StartType = 3
79ErrorControl = 0
80ServiceBinary = %12%\libusb0.sys
81
82;--------------------------------------------------------------------------
83; Devices
84;--------------------------------------------------------------------------
85
86[Devices]
87"PowerSwitch"=LIBUSB_DEV, USB\VID_16c0&PID_05dc
88
89[Strings]
90manufacturer = "www.obdev.at"
91
Note: See TracBrowser for help on using the repository browser.