Skip to content

Commit

Permalink
Bump version to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed Apr 29, 2017
1 parent 627b605 commit ce5604f
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 @@ -29,12 +29,14 @@ DAP42_DISPLAY_NAME = "DAP42 Driver"
[DeviceList]
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0100&MI_01
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&MI_01
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&MI_03
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0120&MI_01
;%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&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
%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&MI_03
%DAP42UART%=DriverInstall, USB\VID_1209&PID_da42&Rev_0120&MI_01
;%DAP42SLCAN%=DriverInstall, USB\VID_1209&PID_da42&Rev_0110&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 @@ -55,7 +55,7 @@ static const struct usb_device_descriptor dev = {
.bMaxPacketSize0 = 64,
.idVendor = 0x1209,
.idProduct = 0xDA42,
.bcdDevice = 0x0110,
.bcdDevice = 0x0120,
.iManufacturer = STR_MANUFACTURER,
.iProduct = STR_PRODUCT,
.iSerialNumber = STR_SERIAL,
Expand Down

0 comments on commit ce5604f

Please sign in to comment.