Showing posts with label driver hacking. Show all posts
Showing posts with label driver hacking. Show all posts

Wednesday, March 24, 2010

How To: Hack a driver to support your hardware

Okay, so for some reason or another you want to install a driver that doesn't officially support your hardware. Maybe it's a (much cooler) driver for a competitor's product, maybe you can't find the driver and you happen to have another driver for a similar device, etc.

So whatever your reasons are, this is possible, though the results can't be guaranteed. Hardware has plenty of differences that require a very specific driver to ensure that it works properly. But if you don't have any other option, read on to find out how to hack support for your hardware into a driver!

Friday, March 19, 2010

Driver hacking is serious business!

Look what just made big news on engadget:

http://www.engadget.com/2010/03/19/synaptics-driver-enables-multitouch-gestures-on-older-trackpads/

Old news for me... the guy that did this back in March of 2009 is the fellow who inspired me to try hacking my ELAN touch-pad drivers.

Guess I should get crackin', huh? Now that it's got media attention, someone is going to try beating me to cracking open the ELAN drivers!

UPDATE: Actually, I'm wrong. These are WHQL drivers released by HP that happen to have a set of hardware profiles in its .INF file that support just about every Synaptics multi-touch device. See my guide on hacking drivers for more info!

Wednesday, March 17, 2010

Current Project: Multi-touch on my laptop touch-pad...

I'm trying to hack a set of neutered touch-pad drivers to support multi-touch again. If you're interested, read past the break...