Skip to content

Commit 071416b

Browse files
committed
[internal] bumped internal version
1 parent 4829e15 commit 071416b

File tree

8 files changed

+29
-21
lines changed

8 files changed

+29
-21
lines changed

_bm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Create and upload a Zadig release
33
# !!!THIS SCRIPT IS FOR INTERNAL DEVELOPER USE ONLY!!!
44

5-
zadig_version=2.0.1.161
5+
zadig_version=2.0.1.162
66
target_dir=/e/dailies/libwdi
77

88
type -P git &>/dev/null || { echo "Git not found. Aborting." >&2; exit 1; }

examples/wdi-simple.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#endif
88

99
VS_VERSION_INFO VERSIONINFO
10-
FILEVERSION 1,2,2,161
11-
PRODUCTVERSION 1,2,2,161
10+
FILEVERSION 1,2,2,162
11+
PRODUCTVERSION 1,2,2,162
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.2.2.161"
28+
VALUE "FileVersion", "1.2.2.162"
2929
VALUE "InternalName", "WDI-Simple"
3030
VALUE "LegalCopyright", "� 2010-2011 Pete Batard (LGPL v3)"
3131
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
3232
VALUE "OriginalFilename", "wdi-simple.exe"
3333
VALUE "ProductName", "WDI-Simple"
34-
VALUE "ProductVersion", "1.2.2.161"
34+
VALUE "ProductVersion", "1.2.2.162"
3535
VALUE "Comments", "http://libwdi.akeo.ie"
3636
END
3737
END

examples/zadic.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ END
5656
//
5757

5858
VS_VERSION_INFO VERSIONINFO
59-
FILEVERSION 1,2,2,161
60-
PRODUCTVERSION 1,2,2,161
59+
FILEVERSION 1,2,2,162
60+
PRODUCTVERSION 1,2,2,162
6161
FILEFLAGSMASK 0x17L
6262
#ifdef _DEBUG
6363
FILEFLAGS 0x1L
@@ -74,13 +74,13 @@ BEGIN
7474
BEGIN
7575
VALUE "CompanyName", "akeo.ie"
7676
VALUE "FileDescription", "Zadic"
77-
VALUE "FileVersion", "1.2.2.161"
77+
VALUE "FileVersion", "1.2.2.162"
7878
VALUE "InternalName", "Zadic"
7979
VALUE "LegalCopyright", "� 2010-2011 Pete Batard (LGPL v3)"
8080
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
8181
VALUE "OriginalFilename", "zadic.exe"
8282
VALUE "ProductName", "Zadic"
83-
VALUE "ProductVersion", "1.2.2.161"
83+
VALUE "ProductVersion", "1.2.2.162"
8484
VALUE "Comments", "http://libwdi.akeo.ie"
8585
END
8686
END

examples/zadig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#define FIELD_ORANGE RGB(255,240,200)
5454
#define ARROW_GREEN RGB(92,228,65)
5555
#define ARROW_ORANGE RGB(253,143,56)
56-
#define APP_VERSION "Zadig v2.0.1.161"
56+
#define APP_VERSION "Zadig v2.0.1.162"
5757

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

examples/zadig.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ BEGIN
174174
DEFPUSHBUTTON "OK",IDOK,231,174,50,16,WS_GROUP
175175
CONTROL "<a href=""http://libwdi.akeo.ie"">http://libwdi.akeo.ie</a>",IDC_ABOUT_LIBWDI_URL,
176176
"SysLink",WS_TABSTOP,46,47,87,9
177-
LTEXT "Version 2.0.1 (Build 161)",IDC_STATIC,46,19,78,8
177+
LTEXT "Version 2.0.1 (Build 162)",IDC_STATIC,46,19,78,8
178178
DEFPUSHBUTTON "License...",IDC_ABOUT_LICENSE,46,174,50,16,WS_GROUP
179179
EDITTEXT IDC_ABOUT_COPYRIGHTS,46,107,235,63,ES_MULTILINE | ES_READONLY | WS_VSCROLL
180180
LTEXT "Report bugs or request enhancements at:",IDC_STATIC,46,66,187,8
@@ -211,8 +211,8 @@ END
211211
//
212212

213213
VS_VERSION_INFO VERSIONINFO
214-
FILEVERSION 2,0,1,161
215-
PRODUCTVERSION 2,0,1,161
214+
FILEVERSION 2,0,1,162
215+
PRODUCTVERSION 2,0,1,162
216216
FILEFLAGSMASK 0x17L
217217
#ifdef _DEBUG
218218
FILEFLAGS 0x1L
@@ -229,13 +229,13 @@ BEGIN
229229
BEGIN
230230
VALUE "CompanyName", "akeo.ie"
231231
VALUE "FileDescription", "Zadig"
232-
VALUE "FileVersion", "2.0.1.161"
232+
VALUE "FileVersion", "2.0.1.162"
233233
VALUE "InternalName", "Zadig"
234234
VALUE "LegalCopyright", "� 2010-2011 Pete Batard (GPL v3)"
235235
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
236236
VALUE "OriginalFilename", "zadig.exe"
237237
VALUE "ProductName", "Zadig"
238-
VALUE "ProductVersion", "2.0.1.161"
238+
VALUE "ProductVersion", "2.0.1.162"
239239
VALUE "Comments", "http://libwdi.akeo.ie"
240240
END
241241
END

examples/zadig_README.creole

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1-
**Note**: You will need [[http://www.7-zip.org/|7-zip]] to extract the file. You can download 7-zip for Windows **[[http://www.7-zip.org/download.html|here]]**.
21
== **IMPORTANT: WINDOWS XP USERS, PLEASE DOWNLOAD THE _XP VERSION: ** ==
32
From v2.0.1.156 on, the default version of Zadig uses [[http://msdn.microsoft.com/en-us/library/windows/hardware/gg463279.aspx|KMDF]] v1.11, from the Windows 8 Driver Kit, for WinUSB and libusbK driver installation.\\
43
However this version of KMDF is **INCOMPATIBLE** with Windows XP.\\
54
Since v2.0.1.160, a specific version of Zadig is also released for XP users, using KMDF v1.09. If you are running XP, please download the **_xp** version!
65

76
= Screenshot:\\{{https://github.com/pbatard/libwdi/wiki/images/zadig.png|Zadig screenshot}}\\Changelog: =
7+
=== v2.0.1.162: ===
8+
* fix support for devices that have a comma in their description
9+
* fix usage of relative directories for driver files
10+
* add support for VIA VL805 USB 3.0 Host Controllers
11+
* add 'exit_on_success' option in zadig.ini
12+
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.6.0
13+
814
=== v2.0.1.161: ===
915
* Newer versions of Zadig are now avilable at http://zadig.akeo.ie
1016
* Zadig is now provided as an LZMA compressed executable

libwdi/libwdi.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ END
5050
//
5151

5252
VS_VERSION_INFO VERSIONINFO
53-
FILEVERSION 1,2,2,161
54-
PRODUCTVERSION 1,2,2,161
53+
FILEVERSION 1,2,2,162
54+
PRODUCTVERSION 1,2,2,162
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.2.2.161"
71+
VALUE "FileVersion", "1.2.2.162"
7272
VALUE "InternalName", "libwdi"
7373
VALUE "LegalCopyright", "� 2010-2011 Pete Batard (LGPL v3)"
7474
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/lesser.html"
7575
VALUE "OriginalFilename", "libwdi"
7676
VALUE "ProductName", "libwdi"
77-
VALUE "ProductVersion", "1.2.2.161"
77+
VALUE "ProductVersion", "1.2.2.162"
7878
VALUE "Comments", "http://libwdi.akeo.ie"
7979
END
8080
END

libwdi/vid_data.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct vendor_name {
2929

3030
/*
3131
* http://www.linux-usb.org/usb.ids
32-
* Version: 2013.08.21
32+
* Version: 2013.10.23
3333
*/
3434
static struct vendor_name usb_vendor[] = {
3535
{ 0x0001, "Fry's Electronics" },
@@ -41,6 +41,7 @@ static struct vendor_name usb_vendor[] = {
4141
{ 0x0105, "Trust International B.V." },
4242
{ 0x0145, "Unknown" },
4343
{ 0x017c, "MLK" },
44+
{ 0x0200, "TP-Link" },
4445
{ 0x0204, "Chipsbank Microelectronics Co., Ltd" },
4546
{ 0x0218, "Hangzhou Worlde" },
4647
{ 0x02ad, "HUMAX Co., Ltd." },
@@ -2765,6 +2766,7 @@ static struct vendor_name usb_vendor[] = {
27652766
{ 0x21d6, "Agecodagis SARL" },
27662767
{ 0x2222, "MacAlly" },
27672768
{ 0x2227, "SAMWOO Enterprise" },
2769+
{ 0x2232, "Silicon Motion" },
27682770
{ 0x2233, "RadioShack Corporation" },
27692771
{ 0x2237, "Kobo Inc." },
27702772
{ 0x22a6, "Pie Digital, Inc." },

0 commit comments

Comments
 (0)