Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alessandroasm/generic-usb-gamepad…
Browse files Browse the repository at this point in the history
…-vibration-driver
  • Loading branch information
alessandroasm committed Jan 9, 2017
2 parents b5a3845 + 59014a7 commit fc342be
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# USB Gamepad force feedback driver
This project implements a simple feedback driver for cheap USB Gamepads that works on Windows 8 / 10. I started this project because I couldn't find anywhere a driver that works on anything but Windows 7.

It works with gamepads that identify themselves as VID=0x0079 and PID=0x0006. Mine looks like the one in this picture:

![Gamepad image](http://alessandroasm.com.br/SACCJG50A_l.jpg)

## Instalation
The latest MSI installer can be found here:
https://github.com/alessandroasm/generic-usb-gamepad-vibration-driver/releases

### References
This project contains some code found in this article: https://www.codeproject.com/Articles/665/A-very-simple-COM-server-without-ATL-or-MFC

0 comments on commit fc342be

Please sign in to comment.