51

(38 replies, posted in Software)

kickarse wrote:

My program doesn't use Regex at all to parse the information. It only reads what it needs to. It builds what it needs to parse from the logical way a INF is created.

That was how I initially tried to tackle the problem and I just couldn't figure out a way to do it.  Could be more of a limitation of vbs than anything else.  I had long wanted to familiarize myself with regular expressions, so I thought that this was not only a good opportunity, but the only way I would be able to do what I wanted.

52

(53 replies, posted in 3rd Party DriverPacks)

Grunger86 wrote:

I think what DP supplied driver & driver from Lenovo are different!

Yes, they're different..  to some degree.  But I think that they share the same pedigree.  I'm going to throw in the Lenovo supplied driver, but leave in the WinBond driver, and we'll see if it works.  I'm not optimistic it will, but I think it's worth the effort to see if does.  If it does not we'll have to see if there is a solution to differentiate these two drivers.

53

(38 replies, posted in Software)

20081020 - v1.1.0
* Increased performance by about 20 gagillion times..  seriously.  All official DriverPacks completed under 90 seconds.
* Eliminated ALL duplicate HWIDs within the same .inf file.
* Added a very simple logging mechanism for benchmarking and statistics
* All file handles are now appropriately closed (D'oh!)


Ok, so like this thing is actually pretty useful now.  About all that's left is perhaps some fine tuning to the regex if you guys find it's missing stuff.

54

(53 replies, posted in 3rd Party DriverPacks)

Grunger86 wrote:

my issue has not resolve?

Dang it!  I forgot.  Ok, I'm looking at it tonight.  Depending on what I find, maybe a release tomorrow.

EDIT:  This looks like there's one of two things going on.  Either this is a non-resolvable issue, or the drivers are actually licensed from the same vendor.  They have the same guid  - {4d36e97d-e325-11ce-bfc1-08002be10318} and appear the same.  The one in the DP is slightly newer than the Lenovo supplied driver.  If I could ask if the DP supplied driver works for you?  You said it installs the wrong driver, but I'm wondering if this is just an instance where it says "WinBond" instead of "Atmel".  If it works, I'm inclined to just leave it alone.

55

(53 replies, posted in 3rd Party DriverPacks)

20081019 - Updated

I noticed there was large amount of duplication between DP Misc and DP SmartCardReader.  And a good deal of the drivers in SmartCardReader were out of date.  I had originally intended to update both DriverPacks, but it was becoming too complex and I began to wonder why biometric readers were in Misc instead of SmartCardReader.  And would it be appropriate to call it SmartCardReader when there are other authentication security devices included.  In the end I went with keeping it simple and to the point.

I intended on including all of the different Gem based drivers in this release - and then I accidentally deleted the directory.  My recovery attempts didn't go so well, so their inclusion will have to wait until the next update.

56

(38 replies, posted in Software)

WsnoW wrote:

Think I can make possibility to run it from mу app, of course if you are not against

If you somehow find my script useful, then by all means, use it as you see fit.  Everything that I write is fully open and intended for everyone to use freely or include with whatever they want to distribute.

That's quite a utility you got going on over there.  I'm giving it a spin right now in fact...

57

(38 replies, posted in Software)

OverFlow wrote:

Well... you are headed in the opposite direction we have always gone and i am sure you know that... wink lol

we want all the drivers all the time not some of the drivers some of the time and some of the drivers all the time... wink

i can see where it would be nice for a company that had 200 dell model XXXX PC's to have custom DriverPacks

Yea that's how I like it as well when I make a multi-vendor OEM disc, but for the most part I am dealing with about half a dozen different models.  And even then, all half dozen models are using Intel chipsets and mass storage controllers.

OverFlow wrote:

PS based on your speed comment i guess i planted a seed that grew?

Honestly, about 98% of what I do is self motivated.  The other 2% is actually posting it online for others to use.  I know I'm not unique is this regard, but I could use about another 3 or 4 of me where I work.  So whatever I can do to automate and speed up operations is always welcome.

Well I'll start to put some of the pieces together on this.  I'm going to start with the idea of going modular, one script calling another script, which should give the added benefit of each script capable of being a useful tool on it's own merits.

58

(38 replies, posted in Software)

20081016 - v1.0.2
* Doubled performance by using a single regex instead of two.

So what I'm thinking about doing is creating a series of modular scripts that can be used together or independently.  I'm fairly certain that I can read and output all of the hwids for a given system directly from VBscript by way of WMI.  Also I can implement command line switches, usage of .ini files, etc.

My initial though is to make a system that will grab the hwids of your local system or a remote system and create a custom DP for that individual system.  Taking this a step further...   we could ask the users here to run my hwid grabbing script which could output a standardized .ini file or something similar, and then create a database of configuration files that other forum member could search.

Any other thoughts?  ideas?  cries of dissension?

Unlike how I usually tend to do things, I would just assume gather input before investing a crapload of time into coding and making it all the harder to suit the code to the desires of others.

59

(38 replies, posted in Software)

OverFlow wrote:

have you looked at the spotlight tool ?

You know I downloaded it a while back, but still haven't gotten around to checking it out.  I probably should have done that before anything else, but I always struggle deciphering code written by others.  Especially when it's Microsoft vbs code - it follows all of the "best practices", but it a complete PITA to follow.

60

(38 replies, posted in Software)

Hmm..  I guess I missed that because I didn't look in the proper subforum.  Yea, it looks as though he is attempting to do something similar to me.  But I do not think he is using regular expressions, which I think is the only road to really doing this successfully.  My script surely needs a crapload of tweaking and feature adds.  Basically I wanted to get it out there since it has helped me immensely already and I wanted to see if it would help you guys.  Additionally, I though the main DP maintainers would be able to suggest what it should do, options, etc.

61

(38 replies, posted in Software)

ListHWID - 1.25KB
MD5: D3DED0E1B9758444F2EA21B42B6576C7

ListMonHWID - 1.09KB
MD5: B58707ADDFB85AF86380609DF5C10E6D

Instructions:  Copy the script file to the root of the tree you want to scan and double click.  The script will crawl all of the subdirectories below the directory in which it resides.  When it's done there will be a file - hwids.csv - located in the same directory as the script itself.  From there you can open up the csv file in Excel or in my case, OOo Calc, and sort the columns however you see fit.

20081021 - v1.2.0
* Now picking up more HWIDs - and unfortunately a couple that it shouldn't  Getting closer.
* Added a separate script specifically for collecting monitor HWIDs

20081020 - v1.1.0
* Increased performance by about 20 gagillion times..  seriously.  All official DriverPacks completed under 90 seconds.
* Eliminated ALL duplicate HWIDs within the same .inf file.
* Added a very simple logging mechanism for benchmarking and statistics
* All file handles are now appropriately closed (D'oh!)

20081016 - v1.0.2
* Doubled performance by using a single regex instead of two.

20081014 - v1.0.1
* Ignore lines that begin with a semicolon.
* Eliminated consecutive duplicates (still need to eliminate non-consecutive duplicates).

62

(53 replies, posted in 3rd Party DriverPacks)

Ok, I'll take a look at this issue and see what I can do to address it.  Thank you for providing a link to the driver.  I've been putting in a ton of time this week on this particular DP, so I am glad you brought it to my attention before I put out a new version.

63

(53 replies, posted in 3rd Party DriverPacks)

Updated to 80929

64

(107 replies, posted in 3rd Party DriverPacks)

Download - 10.5MB
MD5: F7BBE8ACCA4273A5A54407B19CF45D8B

If you wouldn't mind giving this a spin.  If it works out for you, I'll update the top post.  The drivers will hopefully install during PnP enumeration and then an installer should kick off from the DPFinisher.

65

(107 replies, posted in 3rd Party DriverPacks)

You may want to check this out.  It looks identical, only a little more recent.

66

(107 replies, posted in 3rd Party DriverPacks)

Sure, I'm grabbing the latest drivers from Wacom's site now.  It looks like pretty standard stuff and there are a few workstations at my place that this will come in handy.  I'm surprised I hadn't though of doing this earlier.

67

(53 replies, posted in 3rd Party DriverPacks)

It is quite possible that I have access to the FTP site, though I don't believe I have the ability to edit other's posts.  The main reason I posted these things on my hosting space is that I tend to post the release stuff towards the end of my day, when I'm just about to collapse.  I try to devote my more cognitive hours to the complicated stuff where I could make a serious error.  Anyway, if folks feel it more appropriate for the downloads to be on the official hosting space, that's fine.  But I just figured what's the difference just so long as people can get at them smile

I hope that they can get their act together with this.  It seemed like development was much better before Sun got involved.

Download - 420KB
MD5:

Changelog:

DP_Virtual_wnt5_x86-32 Changelog

9.02.25 - JakeLD

Removed
-VB\ AMD PCNET Family Ethernet Adapter 4.51.0.0 [20040707] because it is included in DP Lan

Updated
-VM\ VMware, Inc. VMware Workstation 6.5.1.126130/ESX 3.5 guest drivers
-VB\ Sun Microsystems, Inc. VirtualBox 2.1.4 guest drivers

8.09.25 - RogueSpear

Removed
-VM\ VMware SCSI Controller 1.2.0.6 [20070410] because it is included with DP Mass Storage

Updated
-VB\ Sun Microsystems, Inc. VirtualBox 2.0.2 guest drivers
-VM\ VMware, Inc. VMware Workstation 6.5.0.118166 guest drivers


No Change Log Documented Prior

Contents:

DP_Virtual_wnt5_x86-32_90225

\VB
VirtualBox Graphics Adapter 02/16/2009,2.1.4
VirtualBox Guest Driver 02/16/2009,2.1.4
VirtualBox Guest Mouse Service 02/16/2009,2.1.4


\VM
VMware Accelerated AMD PCNet Adapter 09/03/2008, 2.0.2.2
VMware PCI Ethernet Adapter 09/03/2008, 2.0.2.2
VMware Pointing Device 08/06/2008, 12.4.0.3
VMware SVGA II 08/07/2008, 11.06.00.0013

70

(53 replies, posted in 3rd Party DriverPacks)

Helmi wrote:

Just a question: Is there any reason you host them on your own site rather than the official 3rd party DriverPack host?

It's not really a good reason lol.  At the time I was posting these my eyes were close to slamming shut.  So I just took the quick and expedient route by posting them on my host.

I forgot to mention in the first post, and will make an edit, mr_smartepants gave me the help I needed to get started with making my first exception in a DP.

71

(107 replies, posted in 3rd Party DriverPacks)

Download - 18.1MB
MD5: 637364ab981ea79bd4abccccb030d210

Changelog:

9.02.04 - RogueSpear

Fixed
- \LS Removed Vista specific .inf/.cat file set


9.01.22 - RogueSpear

Added
- \F2 Fujitsu USB TouchPanel HID Driver V1.0.0.1 [20070301]
Changed
- \P changed to \F1
Updated
- \F1 Fujitsu PS2 Touchpad from V2.0.4.2002 [20031108] to V2.2.4.20006 [20060801]
- \LS Logitech Setpoint from V4.60.42 [20080229] to V4.70.165 [20080926]


8.10.27 - RogueSpear

Removed
- \LS Removed PS/2 related files


8.10.21 - RogueSpear

Added
- Multimode installer for Logitech Gaming Software
- \LH Logitech Harmony Remote Control USB LAN Link V02.03.02.317 [20070112]
Changed
- All installers called by exceptions are now located in D\3\H
Fixed
- Error with the .ini file prevented the Wacom installer from executing
Removed
- \LG Logitech Game Controller Drivers for Windows 98/ME
Updated
- \LG Logitech Game Controller Drivers from V4.60.345.0 [20050412] to V5.02.093.0 [20080124]
- \LS Logitech Setpoint from V3.1 [20060719] to V4.60.42 [20080229]
- \S  Synaptics Generic Driver from V8.3.4 [20061905] to V10.1.8.0 [20071206]


8.09.27 - RogueSpear

Added
- \W
  Wacom HID Filter V1.0.4.0 [20080225]
  Wacom Mouse Filter Driver V1.02.0002.0 [20070215]
  Wacom Mouse Monitor V1.00.0003.2 [20080917]
  Wacom Penabled Dual Touch V2.8.0.5 [20080327]
  Wacom Virtual HID Driver V2.09.0001.1 [20080711]
  Wacom Virtual Keyboard Driver V1.01.0000.0 [20070215]
  Wacom Virtual Touch Driver V1.01.0000.0 [20070215]


8.09.11 - RogueSpear

Added
- \A3  Alps Pointing Device for Dell V7.1.102.7 [20070824]
- \LG  Logitech Game Controller Drivers V4.60 [20050412] from DP Misc
- \MS1 Microsoft XBOX 360 Controller Driver V1.1 [20070215] from DP Misc
- \MS2 Microsoft HID Non-User Input Data Filter Driver from DP Misc
Changed
- Directory layout to match new format
Updated
- \IP  Microsoft Intellipoint from V6.10.155.0 [20060711] to V6.30.189.0 [20080602]
- \IT  Microsoft Intellitype from V6.10.155.0 [20060711] to V6.30.183.0 [20080526]
- \IT  Added support for Microsoft Natural Keyboard Pro hwid
- \MS2 Microsoft HID Non-User Input Data Filter Driver from V1.0.0.0 [20070109] to V6.2 [20070815]


7.09.23 - Chud

- L\S complains WdfCoInstaller01005.dll is missing and won't install, replacing this file lets it continue but gives a non functioning device.
- rolled back to Setpoint from 3.10, 07/19/2006


7.09.08 - JakeLD

- A\1 Updated Alps Pointing-device V5.4.102.12 [20041116] to V5.4.104.4 [20051019]


7.09.05 - JakeLD

- Created new folder \L, Moved LM folder to L\M, Moved LS to L\S
- L\S Updated Logitech Setpoint from V3.10 [20060719] to V4.00.101 [20070411]
- L\S Removed obsoletes WdfCoInstaller01005.dll & DPInst.exe
- Improved SupportList - DP Input.txt with DriverPack standards


7.09.03 - Debugger

- Renamed changelog filename from SupportList - DP HID.txt to SupportList - DP Input.txt
- Moved folder \A to \A\1
- Changed versioning from V1.3 to 7.09.03
- A\2 Added Alps Pointing-device V5.5.1302.12 [20060613]


7.01 - RogueSpear

- Updated Synaptics Generic Driver to V8.3.4

Contents:

\A1
Alps Pointing Device V5.4.104.4 [20051019]


\A2
Alps Pointing Device V5.5.1302.12 [20060613]


\A3
Alps Pointing Device for Dell V7.1.102.7 [20070824]


\F1
Fujitsu PS2 Touchpad V2.2.4.20006 [20060801]


\F2
Fujitsu USB TouchPanel HID Driver V1.0.0.1 [20070301]


\IP
Microsoft Intellipoint V6.30.189.0 [20080602]


\IT
Microsoft Intellitype V6.30.183.0 [20080526]


\LG
Logitech Game Controller Drivers V5.02.093.0 [20080124]


\LH
Logitech Harmony Remote Control USB LAN Link V02.03.02.317 [20070112]


\LM
Logitech Mousweware V9.80 [20031114]


\LS
Logitech Setpoint V4.70.165 [20080926]


\M
Motorola Rugged Laptop Touchpad [20010328]


\MS1
Microsoft XBOX 360 Controller Driver V1.1 [20070215]


\MS2
Microsoft HID Non-User Input Data Filter Driver V1.0.0.0 [20070109]


\S
Synaptics Generic Driver V10.1.8.0 [20071206]

\W
Wacom HID Filter V1.0.4.0 [20080225]
Wacom Mouse Filter Driver V1.02.0002.0 [20070215]
Wacom Mouse Monitor V1.00.0003.2 [20080917]
Wacom Penabled Dual Touch V2.8.0.5 [20080327]
Wacom Virtual HID Driver V2.09.0001.1 [20080711]
Wacom Virtual Keyboard Driver V1.01.0000.0 [20070215]
Wacom Virtual Touch Driver V1.01.0000.0 [20070215]

DP_Misc_wnt5_x86-32_90813.7z - 20.0 MB
MD5: 709451AE2E17025AE3FAAC60E67975D7

This 3rd Party DriverPack contains four exceptions with accompanying multimode installers:
   * Intel Wireless USB Link 1480
   * OmniKey Diagnostic Tool
   * UPEK Fingerprint Scanner Suite
   * WiQuest Wireless USB Controller

Thank you goes out to mr_smartepants for helping me out with making an exception.  I was looking at those things a bit cross-eyed.

Changelog:

DP_Misc_wnt5_x86-32 Changelog

9.02.15 - JakeLD

Updated
- \J  JMicron JMB38X SD/MMC/MS/xD Card Reader from V1.00.21.02 [20081027] to V1.00.24.12 [20090203]

9.02.14 - RogueSpear

Added
- \B1 Broadcom USH CV V6.0.6000.16386 [20080718]
- \B2 Broadcom TPM Device V3.0.0.1 [20071105]
- \D  Dell Tablet PC Key Buttons V1.1.5.0 [20080922]


9.01.22 - RogueSpear

Added
- \A  Atmel TPM Device V3.00.00.15 [20050517]
- \G  Axalto e-gate USB/ISO7816-12 Smart Card V3.00.06.00 [20060425]
      Axalto e-gate USB Smart Card Reader V3.00.06.00 [20060425]
      Axalto e-gate Virtual Reader Enumerator V3.00.06.00 [20060425]
      Gemplus ContactLess Bus Enumerator V1.0.0.0 [20050131]
      Gemplus GemPC Card Smart Card Reader V4.0.2.7 [20071207]
      Gemplus GemPC Express USB Key Smart Card Reader V4.0.3.7 [20080326]
      Gemplus GemPC Pinpad USB Smart Card Reader V4.0.3.6 [20080317]
      Gemplus GemPC Serial Smart Card Reader V1.0.5.11 [20040626]
      Gemplus GemPC400 PCMCIA Smart Card Reader V2.1.10.1 [20040106]
          COMPAQ PC-CARD Smart Card Reader
      Gemplus GemPC410 Serial Smart Card Reader V2.6.3.0 [20030818]
          American Express GCR415 Serial Smart Card Reader
          COMPAQ Basic Serial Smart Card Reader
      Gemplus GemPC430 USB Smart Card Reader V2.1.0.1 [20030811]
          American Express GCR435 USB Smart Card Reader
      Gemplus GemPC433 USB Smart Card Reader V1.2.0.3 [20011015]
      Gemplus Gemprox-XU(1) PC/SC Contactless Reader V3.0.0.15 [20071015]
      Gemplus PnpGemprox Device Driver V2.0.0.6 [20051027]
      Gemplus Serial Smart Card Reader V1.0.4 [20011107]
      SchlumbergerSema Reflex 20 Smart Card Reader V3.06.00.01 [20020308]
      SchlumbergerSema Reflex 20 V2 Smart Card Reader V1.04.00.01 [20021218]
      SchlumbergerSema Reflex 20 V3 Smart Card Reader V1.13.00.01 [20031205]
      SchlumbergerSema Reflex 30 Smart Card Reader V3.5.0.5 [20020704]
      SchlumbergerSema Reflex 72 Smart Card Reader V2.13.0.5 [20020318]
      SchlumbergerSema Reflex 72 V2 Smart Card Reader V1.45.00.01 [20020806]
      SchlumbergerSema Reflex Lite Smart Card Reader V2.14.00.02 [20020307]
      SchlumbergerSema Reflex USB Smart Card Reader V2.10.00.01 [20020314]
      SchlumbergerSema Reflex USB Lite Smart Card Reader V2.0.8.6 [20020901]
      SchlumbergerSema Reflex USB V2 Smart Card Reader V1.42.00.01 [20020825]
      SchlumbergerSema Reflex USB V3 Smart Card Reader V4.31.00.01 [20060210]
- \P2 Panasonic Misc Driver V1.0.1200.0 [20070302]
Changed
- All installers called by exceptions are now located in D\3\X
- Renamed \P to \P1
Removed
- \AU AuthenTec AES1610/2501/2501A V7.7.0.84 [20070328]
Updated
- \P1 Panasonic ToughBook Hotkey Driver from V6.1.9.0 [20030318] to V10.0.10.1 [20061114]


9.01.06 - JakeLD

New
- \J  JMicron JMB38X SD/MMC/MS/xD Card Reader V1.00.21.02 [20081027]


9.01.05 - JakeLD

New
- \AU AuthenTec AES1610A/2501/2501A/2550/2810 V8.0.26.3 [20080501]
Updated
- \R  Ricoh R5C8xx MMC from V6.00.03.02 [20070808] to V6.00.03.06 [20080215]
Changed
- \TI removed irrevelant files


8.11.24 - JakeLD

Updated
- \R Ricoh R5C8xx SD/MMC/XD from 02/24/2007, 6.00.02.03 to 08/08/2007, 6.00.03.02 [071220]


8.10.19 - RogueSpear

Added
- \AC ActivCard SmartReader Virtual PnP Driver V1.0.0.0 [20030916]
      ActivCard USB SmartCard Reader V2 V4.22.00.01 [20031205]
      ActivCard Virtual PC/SC Device Driver V1.0.4.0 [20060912]
      ActivCard Virtual Reader Enumerator V1.0.2.0 [20060324]
      ActivIdentity USB SmartCard Reader V3 V4.31.00.01 [20060210]
      ActivIdentity Virtual Reader Enumerator V1.0.3.0 [20070502]
      ActivKey Display/Sim/USB Reader v4 V1.0.7.0 [20070502]
- \O  o2Micro OZ776 USB CCID Smartcard Reader V1.1.4.202 [20071220]
- \O1 OmniKey CardMan 1010 V1.3.0.2 [20050310]
      OmniKey CardMan 2010 V3.4.0.2 [20021014]
- \O2 OmniKey CardMan 2011 V1.0.1.1 [20021115]
- \O3 OmniKey CardMan 2020/6020 V3.7.3.21 [20050523]
      OmniKey CardMan 7120/712x Fingerprint Reader V1.0.0.2 [20021127]
- \O4 OmniKey CardMan 3010 V1.0.2.3 [20031021]
- \O5 OmniKey CardMan 3020/3620 V1.0.3.0 [20020423]
- \O6 OmniKey CardMan 3111 V1.1.2.1 [20070510]
- \O7 OmniKey CardMan 3610/8630 COM V1.0.2.2 [20020424]
- \O8 OmniKey CardMan xx21, SmartBoard/SmartTerminal xx44 V1.1.2.4, FSC SmartCard-Reader Keyboard USB 2A [20071213]
- \O9 OmniKey CardMan 4000 V3.5.0.12 [20050518]
- \OA OmniKey CardMan 4040 V1.1.2.2 [20070605]
- \OB OmniKey CardMan 8630 USB V1.0.4.0 [20040609]
- \OC OmniKey CardMan 5x21/5x25 V1.2.0.5 [20080704]
      OmniKey Serial SmartCard Reader V1.1.0.37 [20050623]
      OmniKey USB CCID SmartCard Reader V1.2.0.5 [20080805]
- \OD OmniKey CardMan FINREAD V1.0.2.4 [20040902]
- \SC SCM Microsystems SCR201 SmartCard Reader V3.19.00.01 [20030902]
      SCM Microsystems SCR24x SmartCard Reader V1.23.00.01 [20061011]
Added from DP_SmartCardReader
- \AC ActivCard SmartReader V1.0.5.0 [20070131]
- \AT Athena ASEDrive III USB V1.0.3.2 [20031125]
      Athena ASEDrive IIIe KB V1.0.4.4 [20070520]
      Athena ASEDrive IIIe USB V1.0.4.4 [20070520]
- \C  Castles Technology EZUSB PC/SC Smart Card Reader V3.1.6.0 [20040923]
- \RT Realtek USB Mass Stroage Device V3.0.0.8 [20070918]
- \SC SCM Microsystems SCR3xx SmartCard Reader V4.41.00.01 [20071018]
- \TI Texas Instruments PCI1510/1515/1520/1530/1610/1620/1621/4510/4520/4550 CardBus Controller V5.00.2195.3005 [20011024]
      Texas Instruments PCI1620/7410/7510/7610 CardBus Controller V1.0.0.9 [20021127]
      Texas Instruments UltraMedia Firmware Loader Device V1.0.1.2 [20030829]
      Texas Instruments UltraMedia GemCore based SmartCard Interface V1.0.9.11 [20031023]
- \TO Todos Data System Smartcard Reader Argos Mini II V3.3.0.0 [20070122]
- \W2 Winbond Smartcard Reader V1.8.2002.0424 [20020424]
Merged the following as there is no logical reason for them to be seperate
- \E1 and \E2 into \E
- \O1 and \O2 into \O2
- \R1, \R2, \R3, and \R4 into \R
- \S1, \S2, and \S3 into \SO
- \T1 and \T2 into \TI
Renamed
- \A to \AU
- \U1 to \U
Removed
- \U2 All hwids are supported by \U (formerly \U1)
Updated
- \E ENE CB-710/712/714/720/722/724/810/820/851/852/1211/1225/1410/1420 from V5.1.2600.2006 [20060713] to V5.1.2600.3000 [20061025]
     ENE PCI Memory Stick Card Reader Controller from V1.07.05 [20060713] to V2.00.00 [20061025]
     ENE PCI Secure Digital / MMC Card Reader Controller from V1.07.05 [20060713] to V2.00.00 [20061025]
     ENE PCI SmartMedia / xD Card Reader Controller from V1.07.05 [20060713] to V2.00.00 [20061025]
- \R Ricoh R5C8xx Memorystick Host Controller from V6.00.01.04 [20061114] to V6.00.01.12 [20070523]
     Ricoh R5C843 MMC Host Controller from V6.00.01.04 [20061114] to V6.00.02.03 [20070224]
     Ricoh R5C8xx xD-Picture Card/SmartMedia Host Controller from V6.00.01.05 [20061114] to V6.00.01.12 [20070321]


8.09.29 - RogueSpear

Added
- \I  Intel UWB Cable Based Association Framework Driver V1.4.0022.0000 [20070828]
      Intel Wireless UWB Link 1480M Control Driver V1.4.0022.0000 [20070828]
      Intel Wireless UWB Link 1480M Device Firmware Utility V1.4.0022.0000 [20070828]
      Intel Wireless UWB Link 1480M Host Wire Adapter V1.4.0022.0001 [20070911]
      Intel Wireless UWB Link 1480M multimode installer
- \WQ WiQuest Wireless USB / UltraWideBand Controller multimode installer
Updated
- \A  AuthenTec TruePrint Fingerprint Sensor AES1610/AES2501(a) from V7.7.0.84 [20070328] to V7.10.1.2 [20080527]
- \U1 UPEK TouchChip Fingerprint Reader from V1.9.2.0101 [20070805] to V1.9.2.0128 [20080808]
      Updated the multimode installer with the V1.9.2.0128 drivers and for Firefox 3 compatibility
- \WQ WiQuest Wireless USB / UltraWideBand Controller from V1.3.98.8 [20070804] to V1.3.171.0 [20080331]


8.09.11 - RogueSpear

Added
- \WQ WiQuest Wireless USB / UltraWideBand Controller V1.3.98.8 [20070804]
- \U1 UPEK FingerPrint Reader software multimode installer
Changed
- Directory layout to match new format
Fixed
- \T1 Removed the .pnf and infcache files as they are not needed
- \T2 Removed difxapi.dll and uminst.exe as they are not needed
Removed
- \L Logitech Game Controller Drivers V4.60 [20050412] moved to DP HID \LG
- \MS1 Microsoft XBOX 360 Controller Driver V1.1 [20070215] moved to DP HID \MS1
- \MS2 Microsoft HID Non-User Input Data Filter Driver V1.0.0.0 [20070109] moved to DP HID \MS2
- \O ORINOCO PC Card Driver V7.6.0.113 [20010713] because it is a WiFi driver
- \S SiiG 8532 Digital Camera Driver V1.1.0.0 [20020610] because it is a webcam driver
Updated
- \R4 RICOH SmartMedia/XD from V1.00.02.08 [20051101] to V6.00.01.05 [20061114]
- \U1 UPEK TouchChip Fingerprint Reader from V1.9.2.0093 [20070310] to V1.9.2.0101 [20070805]


7.12.16

Updated
- \U\1 Upek TouchChip Fingerprint Reader V1.9.2.0093[20070310]


7.11.29 - Dolivas

Changed and Updated
- \T to \T\2 and updated Texas Instruments PCIxx21 Integrated FlashMedia Controller drivers from V2.0.0.4 [20051130] to V2.0.0.7 [20070124]


7.11.23 - Debugger

Added
- \O\3
	O2Micro FlashMedia Disk Device V5.1.2600.2180 [20070404]
	O2Micro SD Disk Device, 03/16/2007, V5.1.2600.2180 [20070316]
	O2Micro Integrated MS/MSPRO Controller V1.1.1.1 [20070403]
	O2Micro Integrated MMC/SD controller V1.0.2.8 [20070402]
Changed
- \O moved to \O\1
- \C\O moved to \O\2


7.11.20 - Dolivas

Added
- \T\1 Texas Instruments PCI7420 Integrated FlashMedia Controller Drivers V1.0.2.0


7.09.5 - Debugger

Removed
- \W\2 Winbond Smartcard Reader moved in SmartCardReader DP by request of JakeLD


7.09 - Debugger

Added
- \O ORINOCO PC Card Driver V7.6.0.113 [20010713]
- \w\2 Winbond Memory Stick Storage (MS) Device Driver V2.0.2002.1107 [20021107]
- \w\2 Winbond Smartcard Reader V1.8.2002.0424 [20020424]
- \w\2 Winbond Secure Digital Storage (SD/MMC) Device Driver V2.0.2002.1128 [20021128]
Changed
- Moved \A to \A\O (older version, but it has two extra hwids)
- Moved \W to \W\1
Updated
- \A AuthenTec TruePrint USB Driver from V7.6.0.0 [20060517] to V7.7.0.84 [20070328]
- \E\1 ENE CB-1211/1225/1410/851/1420/852/710/712/714/810/720/712/714/810/722/724/820 Cardbus Controller from V5.1.2600.2006 [20050113] to V5.1.2600.2011 [20060713]
- \E\2 ENE PCI Memory Stick/SD/MMC/SM/xD Card Reader Controller from V1.06.02 [20050113], V1.06.03 [20050221], V1.06.02 [20050126] to V1.07.05 [20060713]


7.08 - Fragbert and JakeLD

Added
- \S\1 Added Sony Disk Performance Monitor Filter driver V1.0.06.03060 [20060306] (JakeLD)
- \S\2 Added Sony Notebook Control Driver V6.0.0.2 [20020604] (JakeLD)
- \S\3 Added Sony Programmable I/O Control Driver V7.0.3.820 [20020820] (JakeLD)
- \W Added Winbond Memory Controler Trusted Module Driver V5.1.47.2011 [20050630] (JakeLD)
- \MS\2 Added "HID Non-User Input Data Filter Driver from MS Update catalog (Fragbert)
Changed
- Moved \L\2 to \L\1 (JakeLD)
Removed
- \L\1 because it's a webcam driver, Webcam driver pack will be repacked (JakeLD)
- \S because it's a webcam driver, Webcam driver pack will be repacked (JakeLD)
Updated
- \MS\1 Updated XBOX 360 driver from V6.0.5221.0 [20050915] to V1.1 [20070215] (JakeLD)


6.12 (21 Dec 2006)

Updated
- AuthenTec Fingerprint Sensor Minimum Install Driver to V7.6.0.0


1.4.2 (16 Jun 2006)

Added
- O2Micro MemoryCardBus Accelerator 1.0.8.82

Updated
- O2Micro cardbus Driver V5.1.2600.0 [20041214]


1.4.1 (08 Jun 2006)

Added
- ENE CB-1211/1225/1410/851/1420/852/710/712/714/810/720/712/714/810/722/724/820 Cardbus Controller
- ENE PCI Memory Stick/SD/MMC/SM/xD Card Reader Controller 


1.4 (05 Jun 2006)

Added
- AuthenTec Fingerprint Sensor Minimum Install version Driver
- Ricoh R5C830/832/843 MMC Host Controller Driver
- Ricoh R5C592/R5C8xx Memorystick Host Controller Driver
- Ricoh R5C8xx xD-Picture Card/SmartMedia Host Controller Driver
- Texas Instruments PCIxx21 Integrated FlashMedia Controller drivers
- Upek TouchChip Fingerprint Reader
- Upek TouchChip Fingerprint Reader for Sony Vaio only

DP_Misc_wnt5_x86-32_90214


\A
Atmel TPM Device V3.00.00.15 [20050517]


\AC
ActivCard SmartReader V1.0.5.0 [20070131]
ActivCard SmartReader Virtual PnP Driver V1.0.0.0 [20030916]
ActivCard USB SmartCard Reader V2 V4.22.00.01 [20031205]
ActivCard Virtual PC/SC Device Driver V1.0.4.0 [20060912]
ActivCard Virtual Reader Enumerator V1.0.2.0 [20060324]
ActivIdentity USB SmartCard Reader V3 V4.31.00.01 [20060210]
ActivIdentity Virtual Reader Enumerator V1.0.3.0 [20070502]
ActivKey Display/Sim/USB Reader v4 V1.0.7.0 [20070502]


\AT
Athena ASEDrive III USB V1.0.3.2 [20031125]
Athena ASEDrive IIIe KB V1.0.4.4 [20070520]
Athena ASEDrive IIIe USB V1.0.4.4 [20070520]


\AU
AuthenTec TruePrint Fingerprint Sensor AES1610A/2501/2501A/2550/2810 V8.0.26.3 [20080501]
AuthenTec TruePrint Fingerprint Sensor AES3400/AES3500/AES4000 V5.0.2036.0 [20041215]


\B1
Broadcom USH CV V6.0.6000.16386 [20080718]


\B2
Broadcom TPM Device V3.0.0.1 [20071105]


\C
Castles Technology EZUSB PC/SC Smart Card Reader V3.1.6.0 [20040923]


\D
Dell Tablet PC Key Buttons V1.1.5.0 [20080922]


\E
ENE CB-710/712/714/720/722/724/810/820/851/852/1211/1225/1410/1420 Cardbus Controller V5.1.2600.3000 [20061025]
ENE PCI Memory Stick Card Reader Controller V2.00.00 [20061025]
ENE PCI Secure Digital / MMC Card Reader Controller V2.00.00 [20061025]
ENE PCI SmartMedia / xD Card Reader Controller V2.00.00 [20061025]


\F
Fujitsu FUJ02B1 Battery Driver V1.20 [20001222]


\G
Axalto e-gate USB/ISO7816-12 Smart Card V3.00.06.00 [20060425]
Axalto e-gate USB Smart Card Reader V3.00.06.00 [20060425]
Axalto e-gate Virtual Reader Enumerator V3.00.06.00 [20060425]
Gemplus ContactLess Bus Enumerator V1.0.0.0 [20050131]
Gemplus GemPC Card Smart Card Reader V4.0.2.7 [20071207]
Gemplus GemPC Express USB Key Smart Card Reader V4.0.3.7 [20080326]
Gemplus GemPC Pinpad USB Smart Card Reader V4.0.3.6 [20080317]
Gemplus GemPC Serial Smart Card Reader V1.0.5.11 [20040626]
Gemplus GemPC400 PCMCIA Smart Card Reader V2.1.10.1 [20040106]
    COMPAQ PC-CARD Smart Card Reader
Gemplus GemPC410 Serial Smart Card Reader V2.6.3.0 [20030818]
    American Express GCR415 Serial Smart Card Reader
    COMPAQ Basic Serial Smart Card Reader
Gemplus GemPC430 USB Smart Card Reader V2.1.0.1 [20030811]
    American Express GCR435 USB Smart Card Reader
Gemplus GemPC433 USB Smart Card Reader V1.2.0.3 [20011015]
Gemplus Gemprox-XU(1) PC/SC Contactless Reader V3.0.0.15 [20071015]
Gemplus PnpGemprox Device Driver V2.0.0.6 [20051027]
Gemplus Serial Smart Card Reader V1.0.4 [20011107]
SchlumbergerSema Reflex 20 Smart Card Reader V3.06.00.01 [20020308]
SchlumbergerSema Reflex 20 V2 Smart Card Reader V1.04.00.01 [20021218]
SchlumbergerSema Reflex 20 V3 Smart Card Reader V1.13.00.01 [20031205]
SchlumbergerSema Reflex 30 Smart Card Reader V3.5.0.5 [20020704]
SchlumbergerSema Reflex 72 Smart Card Reader V2.13.0.5 [20020318]
SchlumbergerSema Reflex 72 V2 Smart Card Reader V1.45.00.01 [20020806]
SchlumbergerSema Reflex Lite Smart Card Reader V2.14.00.02 [20020307]
SchlumbergerSema Reflex USB Smart Card Reader V2.10.00.01 [20020314]
SchlumbergerSema Reflex USB Lite Smart Card Reader V2.0.8.6 [20020901]
SchlumbergerSema Reflex USB V2 Smart Card Reader V1.42.00.01 [20020825]
SchlumbergerSema Reflex USB V3 Smart Card Reader V4.31.00.01 [20060210]




\I
Intel UWB Cable Based Association Framework Driver V1.4.0022.0000 [20070828]
Intel Wireless UWB Link 1480M Control Driver V1.4.0022.0000 [20070828]
Intel Wireless UWB Link 1480M Device Firmware Utility V1.4.0022.0000 [20070828]
Intel Wireless UWB Link 1480M Host Wire Adapter V1.4.0022.0001 [20070911]


\J
JMicron JMB38X SD/MMC/MS/xD Card Reader V1.00.24.12 [20090203]


\M
MarsII MR740S USB-IrDA Driver V1.11.0.0 [20001013]


\O
o2Micro CardBus/MemoryCardBus/SmartCardBus Driver V5.00.2183.1 [20041214]
o2Micro CardBus/MemoryCardBus/SmartCardBus Driver V5.1.2600.0 [20041214]
o2Micro FlashMedia Disk Device Driver V5.1.2600.2180 [20070404]
o2Micro Integrated MS/MSPro Controller Driver V1.1.1.1 [20070403]
o2Micro Integrated MMC/SD Controller Driver V1.0.2.8 [20070402]
o2Micro MemoryCardBus Driver V1.0.8.82 [20060103]
o2Micro OZ776 USB CCID Smartcard Reader V1.1.3.9 [20070221]
o2Micro SD Disk Device Driver V5.1.2600.2180 [20070316]
o2Micro SmartCardBus SmartCard Reader Driver V3.0.0.7 [20050421]


\O1
OmniKey CardMan 1010 V1.3.0.2 [20050310]
OmniKey CardMan 2010 V3.4.0.2 [20021014]


\O2
OmniKey CardMan 2011 V1.0.1.1 [20021115]


\O3
OmniKey CardMan 2020/6020 V3.7.3.21 [20050523]
OmniKey CardMan 7120/712x Fingerprint Reader V1.0.0.2 [20021127]


\O4
OmniKey CardMan 3010 V1.0.2.3 [20031021]


\O5
OmniKey CardMan 3020/3620 V1.0.3.0 [20020423]


\O6
OmniKey CardMan 3111 V1.1.2.1 [20070510]


\O7
OmniKey CardMan 3610/8630 COM V1.0.2.2 [20020424]


\O8
OmniKey CardMan xx21, SmartBoard/SmartTerminal xx44 V1.1.2.4, FSC SmartCard-Reader Keyboard USB 2A [20071213]


\O9
OmniKey CardMan 4000 V3.5.0.12 [20050518]


\OA
OmniKey CardMan 4040 V1.1.2.2 [20070605]


\OB
OmniKey CardMan 8630 USB V1.0.4.0 [20040609]


\OC
OmniKey CardMan 5x21/5x25 V1.2.0.5 [20080704]
OmniKey Serial SmartCard Reader V1.1.0.37 [20050623]
OmniKey USB CCID SmartCard Reader V1.2.0.5 [20080805]
      
      
\OD
OmniKey CardMan FINREAD V1.0.2.4 [20040902]


\P1
Panasonic ToughBook Hotkey Driver V10.0.10.1 [20061114]
	This device falls under the System branch in Device Manager, not HID.


\P2
Panasonic Misc Driver V1.0.1200.0 [20070302]


\R
Ricoh R5C590/R5C591/R5C593/R5C596/R5C595 MediaCard Controller V1.04.01.02 [20030626]
Ricoh R5C8xx Memorystick Host Controller Driver V6.00.01.11 [20070730]
Ricoh R5C8xx SD/MM Host Controller Driver V1.00.03.06 [20050714]
Ricoh R5C83x/84x MMC Host Controller Driver V6.00.03.06 [20080215]
Ricoh R5C8xx xD-Picture Card/SmartMedia Host Controller Driver V6.00.01.13 [20070730]


\RT
Realtek USB Mass Stroage Device V3.0.0.8 [20070918]


\SC
SCM Microsystems SCR201 SmartCard Reader V3.19.00.01 [20030902]
SCM Microsystems SCR24x SmartCard Reader V1.23.00.01 [20061011]
SCM Microsystems SCR3xx SmartCard Reader V4.41.00.01 [20071018]


\SO
Sony Image Conversion Filter Driver V1.0.06.03060 [20060306]
Sony Notebook Control Driver V6.0.0.2 [20020604]
Sony Programmable I/O Control driver V7.0.3.820 [20020820]


\TI
Texas Instruments PCI1510/1515/1520/1530/1610/1620/1621/4510/4520/4550 CardBus Controller V5.00.2195.3005 [20011024]
Texas Instruments PCI1620/7410/7510/7610 CardBus Controller V1.0.0.9 [20021127]
Texas Instruments PCI7420 Integrated FlashMedia Controller Drivers V1.0.2.0 [20040516]
Texas Instruments PCIxx21 Integrated FlashMedia Controller Driver V2.0.0.7 [20070124]
Texas Instruments PCI GemCore based SmartCard Controller Driver V1.0.1.20 [20060914]
Texas Instruments UltraMedia Firmware Loader Device V1.0.1.2 [20030829]
Texas Instruments UltraMedia GemCore based SmartCard Interface V1.0.9.11 [20031023]


\TO
Todos Data System Smartcard Reader Argos Mini II V3.3.0.0 [20070122]


\U
UPEK TouchChip Fingerprint Reader V1.9.2.0128 [20080808]


\W1
Winbond Trusted Platform v1.1 and v1.2 Modules V5.1.47.2011 [20050630]


\W2
Winbond Memory Stick Storage Driver V2.0.2002.1107 [20021107]
Winbond Secure Digital Storage Driver V2.0.2002.1128 [20021128]
Winbond Smartcard Reader V1.8.2002.0424 [20020424]


\WQ
WiQuest Wireless USB / UltraWideBand Controller V1.3.171.0 [20080331]
WiQuest Wireless USB Cable Association Device V1.3.171.0 [20080331]

73

(11 replies, posted in 3rd Party DriverPacks)

Updated to v10.08
Download#1 v10.08 - 727KB
Download#2 v10.08 - 727KB
MD5: 623b92054ce7c5506dfbc4e910584234

v1008 - Mr_Smartepants
Added
-\RE  Renesas Electronics USB 3.0, 04/23/2010,2.0.4.0 
  requested here: http://forum.driverpacks.net/viewtopic.php?id=4761

Download v10.06 - 636KB
MD5: 37880a2e32fe4fe3e0a8e13648c605ba

Changelog:

v1006 - Mr_Smartepants
Added
-\MC  MosChip USB-Infrared Adapter 08/16/2004, 1.3.0.0

v1005 - Mr_Smartepants
Streamlined folder layout

v80911
Changed
- Directory layout to match new format
Moved
- The .inf file from \M to \A because the accompanying .sys files have matching MD5
Removed
- \M
- Files D2XX RELEASE INFO.TXT, D2XX_EX.DOC, FTD2XX.H, and FTD2XX.LIB from \T1
Updated
- \MS Microsoft Windows Mobile-based Device USB RNDIS Adapter from V5.1.2600.2781 [20051028] to V5.2.3790.1454 [20060308]
- \MS Microsoft Windows CE USB Serial Host Driver from V4.0.4232.0 [20041006] to V4.5.5086.0 [20061027]

Contents:

\A
ATEN Technology USB to Serial Bridge V2.0.0.18 [20030716]
Mobile Action Technology USB to Serial Bridge V2.0.0.18 [20030716]

\B
Belkin (eTEK Labs) F5U003BD/UD and F5U103BD/UD USB to Serial Adapter V0.9.3.0 [20051123]

\F
FTDI FT8U100AX/FT8U232AM/FT8U245AMUSB USB Controller Drivers V1.00.2154 [20040416]

\M
Microsoft USB GPS Port Driver V2.0.0.26 [20040720]
Microsoft Windows Mobile-based Device USB RNDIS Adapter V5.2.3790.1454 [20060308]
Microsoft Windows CE USB Serial Host Driver V4.5.5086.0 [20061027]

\MC
MosChip USB-Infrared Adapter 08/16/2004,1.3.0.0

\N
Nokia Connectivity Adapter Cable DKU-5 V1.2.10.97 [20040816]
Texas Instruments NOK Series USB Cable V1.2.10.97 [20040816]

\P
Philips/Serenum/Targus USB to Serial Adapter V2.98.826.2 [20040512]

\PR
Prolific USB to Serial Bridge V2.0.0.26 [20040625]

\R
RadioShack USB to Serial Adapter V1.5.0.0 [20020523]

\S
Sharp GSM GPRS USB Driver V2.0.0.1 [20040322]
Sharp GSM GPRS USB Driver V1.0.0.32 [20040202]

\T
T-Balancer 2.0 D2xx Device V1.06.20 [20041015]\A
ATEN Technology USB to Serial Bridge V2.0.0.18 [20030716]
Mobile Action Technology USB to Serial Bridge V2.0.0.18 [20030716]

74

(10 replies, posted in Feedback and Support - DriverPacks Base)

OverFlow wrote:

Tell RogueSpear hello from his good freinds here at DriverPacks since he hasn't dropped by recently.

I apologize for being so invisible lately hmm  I am finding it difficult just to keep up with the few projects I maintain, let alone to be involved in more projects.  It is great to see that the DriverPacks project not only lives on, but continues to get better as time passes.

Now that I have recently completed a months long project at work, and will be taking a three week vacation, I will try to make a conscious effort to visit here more frequently and try to contribute a little.

Regards,

Dave

75

(3 replies, posted in Feature Requests)

I've been dying to get one of those things.  I'm waiting for a rumored new version with a 10" screen and no cooling fans.

I don't know why you'd want to ruin one of those things with Windows though.  Granted the cut down Linux that it comes with leaves a little to be desired, but from what I've seen elsewhere people have been successful with many other distros.