Skip to content

Commit

Permalink
Bump version to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed Sep 9, 2017
1 parent b1c91a3 commit a6d4d4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions drivers/DAP42CDC.inf
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ DAP42_DISPLAY_NAME = "DAP42 Driver"
%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
;%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&MI_03
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_01
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&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
;%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&MI_03
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&MI_01
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0130&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 = 0x0120,
.bcdDevice = 0x0130,
.iManufacturer = STR_MANUFACTURER,
.iProduct = STR_PRODUCT,
.iSerialNumber = STR_SERIAL,
Expand Down

0 comments on commit a6d4d4f

Please sign in to comment.