Changeset 32408 in vbox for trunk/src/VBox/HostDrivers/VBoxUSB/win
- Timestamp:
- Sep 10, 2010 1:43:23 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65770
- Location:
- trunk/src/VBox/HostDrivers/VBoxUSB/win
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Device/VBoxUSB.inf
r31898 r32408 17 17 Class=USB 18 18 ClassGUID={36FC9E60-C465-11CF-8056-444553540000} 19 provider=% sun%19 provider=%ORACLE% 20 20 ;edit-DriverVer=08/26/2008,2.00.0000 21 21 ;cat CatalogFile=VBoxUSB.cat … … 28 28 29 29 [Manufacturer] 30 ;x86 %MfgName%= sun31 ;amd64 %MfgName%= sun, NTamd6430 ;x86 %MfgName%=ORACLE 31 ;amd64 %MfgName%=ORACLE, NTamd64 32 32 33 ;x86 [ sun]34 ;amd64 [ sun.NTamd64]33 ;x86 [ORACLE] 34 ;amd64 [ORACLE.NTamd64] 35 35 %USB\VID_80EE&PID_CAFE.DeviceDesc%=VBoxUSB.Dev, USB\VID_80EE&PID_CAFE 36 36 … … 63 63 64 64 [Strings] 65 sun="Sun Microsystems, Inc."66 MfgName=" Sun Microsystems, Inc."65 ORACLE="Oracle Corporation" 66 MfgName="Oracle Corporation" 67 67 Disk_Description="VBoxUSB Installation Disk" 68 68 USB\VID_80EE&PID_CAFE.DeviceDesc="VirtualBox USB" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Filter/VBoxUSBFlt.inf
r31898 r32408 17 17 [Version] 18 18 Signature = "$Windows NT$" 19 Provider = % sun%19 Provider = %ORACLE% 20 20 ;edit-DriverVer = 08/26/2008,2.00.0000 21 21 DriverPackageType = ClassFilter … … 59 59 60 60 [Strings] 61 sun = "Sun Microsystems, Inc."61 ORACLE = "Oracle Corporation" 62 62 VBoxUSBFlt.SvcDesc = "VirtualBox USB Filter Driver" 63 63 VBoxUSBFlt.MediaDesc = "VirtualBox USB Filter Driver Disc" -
trunk/src/VBox/HostDrivers/VBoxUSB/win/Monitor/VBoxUSBMon.inf
r31908 r32408 17 17 [Version] 18 18 Signature = "$Windows NT$" 19 Provider = % SUN%19 Provider = %ORACLE% 20 20 ;edit-DriverVer = 08/26/2008,2.00.0000 21 21 DriverPackageType = KernelService … … 25 25 26 26 [Manufacturer] 27 ;x86 % SUN%=SUN28 ;amd64 % SUN%=SUN, NTamd6427 ;x86 %ORACLE%=ORACLE 28 ;amd64 %ORACLE%=ORACLE, NTamd64 29 29 30 30 [DefaultInstall.NT] … … 55 55 56 56 [Strings] 57 SUN = "Sun Microsystems, Inc."58 VBoxUSBMon.SvcDesc 59 VBoxUSBMon.MediaDesc 57 ORACLE = "Oracle Corporation" 58 VBoxUSBMon.SvcDesc = "VirtualBox USB Monitor Driver" 59 VBoxUSBMon.MediaDesc = "VirtualBox USB Monitor Driver Disc" 60 60 61 61 ; Useful constants
Note:
See TracChangeset
for help on using the changeset viewer.