-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:alessandroasm/generic-usb-gamepad…
…-vibration-driver
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |