File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ DAP42_DISPLAY_NAME = "DAP42 Driver"
3434%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_03
3535%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_01
3636%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_03
37+ %DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0200&MI_01
38+ %DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0200&MI_03
3739
3840[DeviceList.NTamd64]
3941%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0100&MI_01
@@ -43,6 +45,8 @@ DAP42_DISPLAY_NAME = "DAP42 Driver"
4345%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_03
4446%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_01
4547%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_03
48+ %DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0200&MI_01
49+ %DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0200&MI_03
4650
4751[DestinationDirs]
4852DefaultDestDir=10,System32\Drivers
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ static const struct usb_device_descriptor dev = {
8484 .bMaxPacketSize0 = 64 ,
8585 .idVendor = 0x1209 ,
8686 .idProduct = 0xDA42 ,
87- .bcdDevice = 0x0131 ,
87+ .bcdDevice = 0x0200 ,
8888 .iManufacturer = STR_MANUFACTURER ,
8989 .iProduct = STR_PRODUCT ,
9090 .iSerialNumber = STR_SERIAL ,
You can’t perform that action at this time.
0 commit comments