Skip to content

Commit 72f05c6

Browse files
committed
[internal] bumped internal version
1 parent f415af4 commit 72f05c6

File tree

8 files changed

+42
-26
lines changed

8 files changed

+42
-26
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.159
5+
zadig_version=2.0.1.160
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,159
11-
PRODUCTVERSION 1,2,2,159
10+
FILEVERSION 1,2,2,160
11+
PRODUCTVERSION 1,2,2,160
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.159"
28+
VALUE "FileVersion", "1.2.2.160"
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.159"
34+
VALUE "ProductVersion", "1.2.2.160"
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,159
60-
PRODUCTVERSION 1,2,2,159
59+
FILEVERSION 1,2,2,160
60+
PRODUCTVERSION 1,2,2,160
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.159"
77+
VALUE "FileVersion", "1.2.2.160"
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.159"
83+
VALUE "ProductVersion", "1.2.2.160"
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
@@ -54,7 +54,7 @@
5454
#define FIELD_ORANGE RGB(255,240,200)
5555
#define ARROW_GREEN RGB(92,228,65)
5656
#define ARROW_ORANGE RGB(253,143,56)
57-
#define APP_VERSION "Zadig v2.0.1.159"
57+
#define APP_VERSION "Zadig v2.0.1.160"
5858

5959
// These are used to flag end users about the driver they are going to replace
6060
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 159)",IDC_STATIC,46,19,78,8
177+
LTEXT "Version 2.0.1 (Build 160)",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,159
215-
PRODUCTVERSION 2,0,1,159
214+
FILEVERSION 2,0,1,160
215+
PRODUCTVERSION 2,0,1,160
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.159"
232+
VALUE "FileVersion", "2.0.1.160"
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.159"
238+
VALUE "ProductVersion", "2.0.1.160"
239239
VALUE "Comments", "http://libwdi.akeo.ie"
240240
END
241241
END

examples/zadig_README.creole

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
**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]]**.
2-
== **IMPORTANT: WINDOWS XP USERS PLEASE DOWNLOAD Zadig v2.0.1.154** ==
3-
From v2.0.1.155 on, 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.\\
2+
== **IMPORTANT: WINDOWS XP USERS, PLEASE DOWNLOAD THE _XP VERSION: ** ==
3+
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.\\
44
However this version of KMDF is **INCOMPATIBLE** with Windows XP.\\
5-
In the future, I will ne releasing 2 versions of Zadig: one with KMDF 1.11 for Windows Vista and later and one with KMDF 1.9. For the time being however, Windows XP users should download Zadig v2.0.1.154.
5+
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!
66
77
= Screenshot:\\{{https://github.com/pbatard/libwdi/wiki/images/zadig.png|Zadig screenshot}}\\Changelog: =
8+
=== v2.0.1.160: ===
9+
* Zadig is now provided in 2 versions: One for XP users that includes KMDF/WDF 1.09 and one for Vista, Windows 7 and Windows 8 users that includes KMDF/WDF 1.11. Make sure you pick the right one!
10+
* libusb-win32 should now install the libusbK DLL. This is needed for libusbx applications using libusb-win32.
11+
* embedded drivers: WinUSB v6.1.7600.16385, libusb-win32 v1.2.6.0 & libusbK v3.0.5.16
12+
813
=== v2.0.1.159: ===
914
* token release to align with libwdi v1.2.2
1015
* binary build compiler upgradded to gcc v4.7 (MinGW-w64)

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,159
54-
PRODUCTVERSION 1,2,2,159
53+
FILEVERSION 1,2,2,160
54+
PRODUCTVERSION 1,2,2,160
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.159"
71+
VALUE "FileVersion", "1.2.2.160"
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.159"
77+
VALUE "ProductVersion", "1.2.2.160"
7878
VALUE "Comments", "http://libwdi.akeo.ie"
7979
END
8080
END

libwdi/vid_data.c

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct vendor_name {
2828

2929
/*
3030
* http://www.linux-usb.org/usb.ids
31-
* Version: 2012.09.19
31+
* Version: 2012.09.20
3232
*/
3333
static struct vendor_name usb_vendor[] = {
3434
{ 0x0001, "Fry's Electronics" },
@@ -1222,6 +1222,7 @@ static struct vendor_name usb_vendor[] = {
12221222
{ 0x0a70, "International Game Technology" },
12231223
{ 0x0a71, "VIPColor Technologies USA, Inc." },
12241224
{ 0x0a72, "Sanwa Denshi" },
1225+
{ 0x0a73, "Mackie Designs" },
12251226
{ 0x0a7d, "NSTL, Inc." },
12261227
{ 0x0a7e, "Octagon Systems Corp." },
12271228
{ 0x0a80, "Rexon Technology Corp., Ltd" },
@@ -1438,7 +1439,7 @@ static struct vendor_name usb_vendor[] = {
14381439
{ 0x0c25, "Sampo Corp." },
14391440
{ 0x0c26, "Prolific Technology Inc." },
14401441
{ 0x0c27, "RFIDeas, Inc" },
1441-
{ 0x0c2e, "Metro" },
1442+
{ 0x0c2e, "Metrologic Instruments" },
14421443
{ 0x0c35, "Eagletron, Inc." },
14431444
{ 0x0c36, "E Ink Corp." },
14441445
{ 0x0c37, "e.Digital" },
@@ -1581,6 +1582,7 @@ static struct vendor_name usb_vendor[] = {
15811582
{ 0x0d41, "Ta Yun Terminals Industrial Co., Ltd" },
15821583
{ 0x0d42, "Full Der Co., Ltd" },
15831584
{ 0x0d46, "Kobil Systems GmbH" },
1585+
{ 0x0d48, "Promethean Limited" },
15841586
{ 0x0d49, "Maxtor" },
15851587
{ 0x0d4a, "NF Corp." },
15861588
{ 0x0d4b, "Grape Systems, Inc." },
@@ -1701,6 +1703,7 @@ static struct vendor_name usb_vendor[] = {
17011703
{ 0x0e0f, "VMware, Inc." },
17021704
{ 0x0e16, "JMTek, LLC" },
17031705
{ 0x0e17, "Walex Electronic, Ltd" },
1706+
{ 0x0e1a, "Unisys" },
17041707
{ 0x0e1b, "Crewave" },
17051708
{ 0x0e20, "Pegasus Technologies Ltd." },
17061709
{ 0x0e21, "Cowon Systems, Inc." },
@@ -2023,6 +2026,7 @@ static struct vendor_name usb_vendor[] = {
20232026
{ 0x10f5, "Turtle Beach" },
20242027
{ 0x10fb, "Pictos Technologies, Inc." },
20252028
{ 0x10fd, "Anubis Electronics, Ltd" },
2029+
{ 0x10fe, "Thrane & Thrane" },
20262030
{ 0x1100, "VirTouch, Ltd" },
20272031
{ 0x1101, "EasyPass Industrial Co., Ltd" },
20282032
{ 0x1108, "Brightcom Technologies, Ltd" },
@@ -2205,6 +2209,7 @@ static struct vendor_name usb_vendor[] = {
22052209
{ 0x1436, "Denali Software, Inc." },
22062210
{ 0x143c, "Altek Corporation" },
22072211
{ 0x1443, "Digilent" },
2212+
{ 0x1446, "X.J.GROUP" },
22082213
{ 0x1453, "Radio Shack" },
22092214
{ 0x1456, "Extending Wire & Cable Co., Ltd." },
22102215
{ 0x1457, "First International Computer, Inc." },
@@ -2223,6 +2228,7 @@ static struct vendor_name usb_vendor[] = {
22232228
{ 0x148e, "EVATRONIX SA" },
22242229
{ 0x148f, "Ralink Technology, Corp." },
22252230
{ 0x1491, "Futronic Technology Co. Ltd." },
2231+
{ 0x1493, "Suunto" },
22262232
{ 0x1497, "Panstrong Company Ltd." },
22272233
{ 0x1498, "Microtek International Inc." },
22282234
{ 0x149a, "Imagination Technologies" },
@@ -2254,10 +2260,12 @@ static struct vendor_name usb_vendor[] = {
22542260
{ 0x1524, "ENE Technology Inc" },
22552261
{ 0x1527, "Silicon Portals" },
22562262
{ 0x1529, "UBIQUAM Co., Ltd." },
2263+
{ 0x152a, "Thesycon Systemsoftware & Consulting GmbH" },
22572264
{ 0x152d, "JMicron Technology Corp. / JMicron USA Technology Corp." },
22582265
{ 0x152e, "LG (HLDS)" },
22592266
{ 0x1532, "Razer USA, Ltd" },
22602267
{ 0x1546, "U-Blox AG" },
2268+
{ 0x1547, "SG Intec Ltd & Co KG" },
22612269
{ 0x154a, "Celectronic GmbH" },
22622270
{ 0x154b, "PNY" },
22632271
{ 0x154d, "ConnectCounty Holdings Berhad" },
@@ -2302,6 +2310,7 @@ static struct vendor_name usb_vendor[] = {
23022310
{ 0x1606, "Umax" },
23032311
{ 0x1608, "Inside Out Networks [hex]" },
23042312
{ 0x160a, "VIA Technologies, Inc." },
2313+
{ 0x160e, "INRO" },
23052314
{ 0x1614, "Amoi Electronics" },
23062315
{ 0x1619, "L & K Precision Technology Co., Ltd." },
23072316
{ 0x1621, "Wionics Research" },
@@ -2316,6 +2325,7 @@ static struct vendor_name usb_vendor[] = {
23162325
{ 0x164c, "Matrix Vision GmbH" },
23172326
{ 0x1657, "Struck Innovative Systeme GmbH" },
23182327
{ 0x165b, "Frontier Design Group" },
2328+
{ 0x165c, "Kondo Kagaku" },
23192329
{ 0x1660, "Creatix Polymedia GmbH" },
23202330
{ 0x1668, "Actiontec Electronics, Inc. [hex]" },
23212331
{ 0x1669, "PiKRON Ltd. [hex]" },
@@ -2329,6 +2339,7 @@ static struct vendor_name usb_vendor[] = {
23292339
{ 0x1686, "ZOOM Corporation" },
23302340
{ 0x1687, "Kingmax Digital Inc." },
23312341
{ 0x1688, "Saab AB" },
2342+
{ 0x1689, "Razer USA, Ltd" },
23322343
{ 0x168c, "Atheros Communications" },
23332344
{ 0x1690, "Askey Computer Corp. [hex]" },
23342345
{ 0x1696, "Hitachi Video and Information System, Inc." },
@@ -2339,10 +2350,10 @@ static struct vendor_name usb_vendor[] = {
23392350
{ 0x16ac, "Dongguan ChingLung Wire & Cable Co., Ltd." },
23402351
{ 0x16b4, "iStation" },
23412352
{ 0x16b5, "Persentec, Inc." },
2342-
{ 0x16c0, "VOTI" },
2353+
{ 0x16c0, "Van Ooijen Technische Informatica" },
23432354
{ 0x16ca, "Wireless Cables, Inc." },
23442355
{ 0x16cc, "silex technology, Inc." },
2345-
{ 0x16d0, "GrauTec" },
2356+
{ 0x16d0, "MCS" },
23462357
{ 0x16d3, "Frontline Test Equipment, Inc." },
23472358
{ 0x16d5, "AnyDATA Corporation" },
23482359
{ 0x16d6, "JABLOCOM s.r.o." },

0 commit comments

Comments
 (0)