Skip to content

Commit

Permalink
Bump version to 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed Oct 9, 2018
1 parent 2a6ae4d commit 121af8f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions drivers/DAP42CDC.inf
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,17 @@ DAP42_DISPLAY_NAME = "DAP42 Driver"
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0120&MI_01
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_01
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_03
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_01
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_03

[DeviceList.NTamd64]
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0100&MI_01
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&MI_01
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0120&MI_01
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_01
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_03
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_01
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0131&MI_03

[DestinationDirs]
DefaultDestDir=10,System32\Drivers
Expand Down
2 changes: 1 addition & 1 deletion src/USB/composite_usb_conf.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ static const struct usb_device_descriptor dev = {
.bMaxPacketSize0 = 64,
.idVendor = 0x1209,
.idProduct = 0xDA42,
.bcdDevice = 0x0130,
.bcdDevice = 0x0131,
.iManufacturer = STR_MANUFACTURER,
.iProduct = STR_PRODUCT,
.iSerialNumber = STR_SERIAL,
Expand Down

0 comments on commit 121af8f

Please sign in to comment.