Skip to content

Commit 9b23b82

Browse files
committed
libwdi 1.5.1
* Update libusb-win32 URL to latest
1 parent 63dbca8 commit 9b23b82

File tree

12 files changed

+35
-35
lines changed

12 files changed

+35
-35
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
WDK_URL: https://go.microsoft.com/fwlink/p/?LinkID=253170
25-
LIBUSB0_URL: https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.6.0/libusb-win32-bin-1.2.6.0.zip/download
25+
LIBUSB0_URL: https://github.com/mcuee/libusb-win32/releases/download/release_1.4.0.0/libusb-win32-bin-1.4.0.0.zip
2626
LIBUSBK_URL: https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z
2727
SOLUTION_FILE_PATH: ./libwdi.sln
2828
TARGET_PLATFORM: x64

.github/workflows/coverity.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
env:
1515
WDK_URL: https://go.microsoft.com/fwlink/p/?LinkID=253170
16-
LIBUSB0_URL: https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.7.3/libusb-win32-bin-1.2.7.3.zip/download
16+
LIBUSB0_URL: https://github.com/mcuee/libusb-win32/releases/download/release_1.4.0.0/libusb-win32-bin-1.4.0.0.zip
1717
LIBUSBK_URL: https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z
1818
SOLUTION_FILE_PATH: ./libwdi.sln
1919

.github/workflows/mingw.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
WDK_URL: https://go.microsoft.com/fwlink/p/?LinkID=253170
25-
LIBUSB0_URL: https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.7.3/libusb-win32-bin-1.2.7.3.zip/download
25+
LIBUSB0_URL: https://github.com/mcuee/libusb-win32/releases/download/release_1.4.0.0/libusb-win32-bin-1.4.0.0.zip
2626
LIBUSBK_URL: https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z
2727
BUILD_OPTIONS: '--enable-toggable-debug --enable-examples-build --disable-debug --disable-shared'
2828
DRIVERS_PATHS: '--with-wdkdir="wdk/Windows Kits/8.0" --with-wdfver=1011 --with-libusb0="libusb0" --with-libusbk="libusbk/bin"'

.github/workflows/vs2022.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222

2323
env:
2424
WDK_URL: https://go.microsoft.com/fwlink/p/?LinkID=253170
25-
LIBUSB0_URL: https://sourceforge.net/projects/libusb-win32/files/libusb-win32-releases/1.2.7.3/libusb-win32-bin-1.2.7.3.zip/download
25+
LIBUSB0_URL: https://github.com/mcuee/libusb-win32/releases/download/release_1.4.0.0/libusb-win32-bin-1.4.0.0.zip
2626
LIBUSBK_URL: https://github.com/mcuee/libusbk/releases/download/V3.1.0.0/libusbK-3.1.0.0-bin.7z
2727
SOLUTION_FILE_PATH: ./libwdi.sln
2828
BUILD_MACROS: '"WDK_DIR=\"../wdk/Windows Kits/8.0\";LIBUSB0_DIR=\"../libusb0\";LIBUSBK_DIR=\"../libusbk/bin\""'
@@ -99,14 +99,3 @@ jobs:
9999
with:
100100
name: Zadig
101101
path: ./zadig-*.exe
102-
103-
Merge-Artifacts:
104-
runs-on: windows-latest
105-
needs: VS2022-Build
106-
steps:
107-
- name: Merge Artifacts
108-
uses: actions/upload-artifact/merge@v4
109-
if: ${{ github.event_name == 'push' }}
110-
with:
111-
name: Zadig
112-
delete-merged: true

ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
For the latest changes, please visit:
22
https://github.com/pbatard/libwdi/commits/master
33

4+
o v1.5.1 (2024.06.13)
5+
New features:
6+
- libusb-win32 ARM64 driver installation support (courtesy of Peter Dons Tychsen)
7+
Bugfixes:
8+
- fix filter installer being potentially overwritten (courtesy of Peter Dons Tychsen)
9+
Improvements:
10+
- improve Windows edition and platform reporting
11+
412
o v1.5.0 (2023.03.01)
513
New features:
614
- ARM64 driver installation support (WinUSB, USBSer with MSVC only)

examples/wdi-simple.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#endif
88

99
VS_VERSION_INFO VERSIONINFO
10-
FILEVERSION 1,5,0,787
11-
PRODUCTVERSION 1,5,0,787
10+
FILEVERSION 1,5,1,788
11+
PRODUCTVERSION 1,5,1,788
1212
FILEFLAGSMASK 0x17L
1313
#ifdef _DEBUG
1414
FILEFLAGS 0x1L
@@ -25,13 +25,13 @@ BEGIN
2525
BEGIN
2626
VALUE "CompanyName", "akeo.ie"
2727
VALUE "FileDescription", "WDI-Simple"
28-
VALUE "FileVersion", "1.5.0.787"
28+
VALUE "FileVersion", "1.5.1.788"
2929
VALUE "InternalName", "WDI-Simple"
3030
VALUE "LegalCopyright", "� 2010-2023 Pete Batard (LGPL v3)"
3131
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/lesser.html"
3232
VALUE "OriginalFilename", "wdi-simple.exe"
3333
VALUE "ProductName", "WDI-Simple"
34-
VALUE "ProductVersion", "1.5.0.787"
34+
VALUE "ProductVersion", "1.5.1.788"
3535
VALUE "Comments", "http://libwdi.akeo.ie"
3636
END
3737
END

examples/zadig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#define FIELD_ORANGE RGB(255,240,200)
6161
#define ARROW_GREEN RGB(92,228,65)
6262
#define ARROW_ORANGE RGB(253,143,56)
63-
#define APP_VERSION "Zadig 2.8.787"
63+
#define APP_VERSION "Zadig 2.9.788"
6464

6565
// These are used to flag end users about the driver they are going to replace
6666
enum driver_type {

examples/zadig.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ END
246246
//
247247

248248
VS_VERSION_INFO VERSIONINFO
249-
FILEVERSION 2,8,787,0
250-
PRODUCTVERSION 2,8,787,0
249+
FILEVERSION 2,9,788,0
250+
PRODUCTVERSION 2,9,788,0
251251
FILEFLAGSMASK 0x17L
252252
#ifdef _DEBUG
253253
FILEFLAGS 0x1L
@@ -264,13 +264,13 @@ BEGIN
264264
BEGIN
265265
VALUE "CompanyName", "akeo.ie"
266266
VALUE "FileDescription", "Zadig"
267-
VALUE "FileVersion", "2.8.787"
267+
VALUE "FileVersion", "2.9.788"
268268
VALUE "InternalName", "Zadig"
269269
VALUE "LegalCopyright", "� 2010-2023 Pete Batard (GPL v3)"
270270
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
271271
VALUE "OriginalFilename", "zadig.exe"
272272
VALUE "ProductName", "Zadig"
273-
VALUE "ProductVersion", "2.8.787"
273+
VALUE "ProductVersion", "2.9.788"
274274
VALUE "Comments", "https://zadig.akeo.ie"
275275
END
276276
END

examples/zadig_license.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Zadig: Automated Driver Installer for USB devices (GUI version)
3-
* Copyright (c) 2010-2023 Pete Batard <[email protected]>
3+
* Copyright (c) 2010-2024 Pete Batard <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify
66
* it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@ const char* about_blurb_format =
2121
"{\\b\\fs20Zadig - The Automated Driver Installer}\\line\n"
2222
"\\fs18Version %d.%d (Build %d)\\line\n"
2323
"\\line\n"
24-
"Copyright © 2010-2023 Pete Batard / Akeo\\line\n"
24+
"Copyright © 2010-2024 Pete Batard / Akeo\\line\n"
2525
APPLICATION_URL "\\line\n"
2626
"\\line\n"
2727
"Report bugs or request enhancements at:\\line\n"
@@ -32,7 +32,7 @@ APPLICATION_URL "\\line\n"
3232
const char* additional_copyrights =
3333
"{\\rtf1\\ansi\n"
3434
"Windows Driver Installer library, libwdi:\\line\n"
35-
"Copyright © 2010-2023 by Pete Batard et al.\\line\n"
35+
"Copyright © 2010-2024 by Pete Batard et al.\\line\n"
3636
"GNU Lesser General Public License (LGPL) v3 or later\\line\n"
3737
"https://github.com/pbatard/libwdi/wiki\\line\n"
3838
"\\line\n"

examples/zadig_net.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Zadig: Automated Driver Installer for USB devices (GUI version)
33
* Networking functionality (web file download, check for update, etc.)
4-
* Copyright © 2012-2023 Pete Batard <[email protected]>
4+
* Copyright © 2012-2024 Pete Batard <[email protected]>
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU General Public License as published by

libwdi/libwdi.rc

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 1,5,0,787
54-
PRODUCTVERSION 1,5,0,787
53+
FILEVERSION 1,5,1,788
54+
PRODUCTVERSION 1,5,1,788
5555
FILEFLAGSMASK 0x17L
5656
#ifdef _DEBUG
5757
FILEFLAGS 0x1L
@@ -68,13 +68,13 @@ BEGIN
6868
BEGIN
6969
VALUE "CompanyName", "akeo.ie"
7070
VALUE "FileDescription", "libwdi: Windows Driver Installer Library"
71-
VALUE "FileVersion", "1.5.0.787"
71+
VALUE "FileVersion", "1.5.1.788"
7272
VALUE "InternalName", "libwdi"
7373
VALUE "LegalCopyright", "� 2010-2023 Pete Batard (LGPL v3)"
7474
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/lesser.html"
7575
VALUE "OriginalFilename", "libwdi"
7676
VALUE "ProductName", "libwdi"
77-
VALUE "ProductVersion", "1.5.0.787"
77+
VALUE "ProductVersion", "1.5.1.788"
7878
VALUE "Comments", "http://libwdi.akeo.ie"
7979
END
8080
END

libwdi/vid_data.c

+6-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ struct vendor_name {
2929

3030
/*
3131
* http://www.linux-usb.org/usb.ids
32-
* Version: 2023.01.16
32+
* Version: 2024.03.18
3333
*/
3434
static struct vendor_name usb_vendor[] = {
3535
{ 0x0001, "Fry's Electronics" },
3636
{ 0x0002, "Ingram" },
3737
{ 0x0003, "Club Mac" },
3838
{ 0x0004, "Nebraska Furniture Mart" },
3939
{ 0x0011, "Unknown" },
40+
{ 0x001f, "Walmart" },
4041
{ 0x0040, "Anyware Corporation" },
4142
{ 0x0042, "DMT" },
4243
{ 0x0053, "Planex" },
@@ -173,7 +174,7 @@ static struct vendor_name usb_vendor[] = {
173174
{ 0x0464, "AMP/Tycoelectronics Corp." },
174175
{ 0x0467, "AT&T Paradyne" },
175176
{ 0x0468, "Wieson Technologies Co., Ltd" },
176-
{ 0x046a, "Cherry GmbH" },
177+
{ 0x046a, "CHERRY" },
177178
{ 0x046b, "American Megatrends, Inc." },
178179
{ 0x046c, "Toshiba Corp., Digital Media Equipment" },
179180
{ 0x046d, "Logitech, Inc." },
@@ -1226,6 +1227,7 @@ static struct vendor_name usb_vendor[] = {
12261227
{ 0x0a2c, "AK-Modul-Bus Computer GmbH" },
12271228
{ 0x0a34, "TG3 Electronics, Inc." },
12281229
{ 0x0a35, "Radikal Technologies" },
1230+
{ 0x0a38, "IRIS sa" },
12291231
{ 0x0a39, "Gilat Satellite Networks, Ltd" },
12301232
{ 0x0a3a, "PentaMedia Co., Ltd" },
12311233
{ 0x0a3c, "NTT DoCoMo, Inc." },
@@ -1249,7 +1251,7 @@ static struct vendor_name usb_vendor[] = {
12491251
{ 0x0a5b, "EAsics NV" },
12501252
{ 0x0a5c, "Broadcom Corp." },
12511253
{ 0x0a5d, "Diatrend Corp." },
1252-
{ 0x0a5f, "Zebra" },
1254+
{ 0x0a5f, "Zebra Technologies" },
12531255
{ 0x0a62, "MPMan" },
12541256
{ 0x0a66, "ClearCube Technology" },
12551257
{ 0x0a67, "Medeli Electronics Co., Ltd" },
@@ -3267,6 +3269,7 @@ static struct vendor_name usb_vendor[] = {
32673269
{ 0x2e57, "MEGWARE Computer Vertrieb und Service GmbH" },
32683270
{ 0x2e69, "Swift Navigation" },
32693271
{ 0x2e95, "SCUF Gaming" },
3272+
{ 0x2ecc, "ASR Microelectronics" },
32703273
{ 0x2f76, "KeyXentic Inc." },
32713274
{ 0x2fad, "Definium Technologies" },
32723275
{ 0x2fb0, "Infocrypt" },

0 commit comments

Comments
 (0)