From 8c453708e58d9b3b0d3f4e7c041a7681dd01e8d6 Mon Sep 17 00:00:00 2001 From: alessandroasm Date: Fri, 6 Jan 2017 13:55:05 -0300 Subject: [PATCH 1/3] Creating REAME.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..292ff12 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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. + +## 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 From 6aea472792fb612880161c63e9186387e4c05bc1 Mon Sep 17 00:00:00 2001 From: alessandroasm Date: Fri, 6 Jan 2017 14:03:18 -0300 Subject: [PATCH 2/3] Adding VID & PID info to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 292ff12..397984f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # 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 From 59014a7e0658ec4235954d98d6a66b92c5f4c294 Mon Sep 17 00:00:00 2001 From: alessandroasm Date: Fri, 6 Jan 2017 14:20:37 -0300 Subject: [PATCH 3/3] Fixing line break in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 397984f..e8194df 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ 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