From: Lars Op den Kamp Date: Wed, 29 Aug 2012 10:27:12 +0000 (+0200) Subject: restrict the cdc part in the driver inf file to interface 0 for pid 0x1002 X-Git-Tag: upstream/2.2.0~1^2~18^2^2~22 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=9d3b2bef36816ef5861c2f2830046a08122ca4d6 restrict the cdc part in the driver inf file to interface 0 for pid 0x1002 --- diff --git a/driver/p8usb-cec.inf b/driver/p8usb-cec.inf index 9c89626..43e161e 100644 --- a/driver/p8usb-cec.inf +++ b/driver/p8usb-cec.inf @@ -54,6 +54,7 @@ AddReg=DriverInstall.NTamd64.AddReg HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,%DRIVERFILENAME%.sys HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider" +HKR,,PortSubClass,1,01 [DriverInstall.NTamd64.Services] AddService=usbser, 0x00000002, DriverService.NTamd64 @@ -68,9 +69,11 @@ ServiceBinary=%12%\%DRIVERFILENAME%.sys [SourceDisksFiles] [SourceDisksNames] [DeviceList] +%DESCRIPTION2%=DriverInstall, USB\VID_2548&PID_1002&MI_00 %DESCRIPTION%=DriverInstall, USB\VID_2548&PID_1001 [DeviceList.NTamd64] +%DESCRIPTION2%=DriverInstall, USB\VID_2548&PID_1002&MI_00 %DESCRIPTION%=DriverInstall, USB\VID_2548&PID_1001 [Strings] @@ -79,4 +82,5 @@ DRIVERFILENAME ="usbser" MFGNAME="Pulse-Eight Limited" INSTDISK="Pulse-Eight USB-CEC Installation Disc" DESCRIPTION="Pulse-Eight USB to HDMI CEC Adapter" +DESCRIPTION2="Pulse-Eight USB to HDMI CEC Adapter" SERVICE="USB to HDMI-CEC"