Hi, To download generic joystick drivers you can visit the site you will get the.
Scan performed on 4/25/2017, Computer: Gateway FX6800 - Windows 7 64 bit
Outdated or Corrupted drivers:9/20
Usb Joystick Driver
Device/Driver | Status | Status Description | Updated By Scanner |
Motherboards | |||
Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Address Map, VTd_Misc, System Management - 3C28 | Corrupted By Usb Vibration Gamepad | ||
Mice And Touchpads | |||
ELECOM ELECOM USB Mouse | Up To Date and Functioning | ||
Usb Devices | |||
Microsoft Standard OpenHCD USB Host Controller | Corrupted By Usb Vibration Gamepad | ||
Sound Cards And Media Devices | |||
NVIDIA NVIDIA GeForce GT 540M | Corrupted By Usb Vibration Gamepad | ||
Realtek AzureWave AW-CA100/100D | Corrupted By Usb Vibration Gamepad | ||
Silicon Integrated Systems Corp.(1.16.01) SiS 7018 Audio Driver | Corrupted By Usb Vibration Gamepad | ||
Network Cards | |||
Realtek 150Mbps Wireless 802.11b/g/n Nano USB Adapter | Up To Date and Functioning | ||
Keyboards | |||
Microsoft Keyboard Device Filter | Up To Date and Functioning | ||
Hard Disk Controller | |||
Microsoft ULi M5229 PCI-Bus-Master-IDE-Controller | Corrupted By Usb Vibration Gamepad | ||
Others | |||
Toshiba Toshiba Secure Digital-Hostcontroller | Corrupted By Usb Vibration Gamepad | ||
Intel Intel(r) AIM External TV Encoder Driver 5 | Up To Date and Functioning | ||
Intel USB-IF USB 3.0 Hub | Up To Date and Functioning | ||
Texas Instruments Texas Instruments PCIxx12 Integrated FlashMedia Controller | Up To Date and Functioning | ||
Brother USB Printing Support | Up To Date and Functioning | ||
Cameras, Webcams And Scanners | |||
Canon Canon MP160 | Up To Date and Functioning | ||
Video Cards | |||
Intel Video Controller | Up To Date and Functioning | ||
Input Devices | |||
Hewlett-Packard HP Link-5 micro dongle | Up To Date and Functioning | ||
Port Devices | |||
Nokia Nokia Asha 311 USB Serial Port (COM5) | Corrupted By Usb Vibration Gamepad | ||
Monitors | |||
Sony Digital Flat Panel (1024x768) | Corrupted By Usb Vibration Gamepad | ||
Mobile Phones And Portable Devices | |||
Acer NOKIA | Up To Date and Functioning |
Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upHave a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
commented Jan 17, 2017
Hey man, thanks for the effort; really appreciate it. But I'm unable to use this driver. I've the same controller with similar hardware ID. By default it uses Generic USB Joystick. I've removed generic driver, installed this one and connected the gamepad again. But nothing happens. Windows still use Generic USB Joystick. So, what to do here? |
commented Jan 17, 2017
Hello ni554n, Since the default HID driver is good enough to handle the input, I wrote only the ForceFeedback (output) driver. In other words, Windows will still use the default driver for it. How does it work then?When a application supports force feedback, it will use DirectInput to load and use the driver. DirectInput searches for the driver in Windows registry at the following path (assuming it is a 64-bit application): What could go wrongI still have to tweak the setup file. Maybe it didn't registered the dlls correctly. You can do this manually using the following steps:
|
Generic Usb Joystick Vibration
commented Jan 17, 2017 • edited
edited
Thanks. It works, but only with cemu. I tried with Xbox 360 Controller Emulator, but unfortunately vibration not working. Btw, I have a question, can you play Windows Store games with this controller without any input binding? |
commented Jan 17, 2017
The analog button is working fine on my controller. When the light is on, both the analog sticks work as analog inputs (the game knows how much you are pushing them). I always use it on analog mode. I've tested the xbox 360 controller emulator on assassin's creed unity and it works when I selected the following options: Vibration is not working as expected though... I'm gonna look further into this |