Driver Generic Usb Joystick Vibration

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/DriverStatusStatus DescriptionUpdated By Scanner
Motherboards
Intel(R) Xeon(R) Processor E5 Product Family/Core i7 Address Map, VTd_Misc, System Management - 3C28Corrupted By Usb Vibration Gamepad
Mice And Touchpads
ELECOM ELECOM USB MouseUp To Date and Functioning
Usb Devices
Microsoft Standard OpenHCD USB Host ControllerCorrupted By Usb Vibration Gamepad
Sound Cards And Media Devices
NVIDIA NVIDIA GeForce GT 540MCorrupted By Usb Vibration Gamepad
Realtek AzureWave AW-CA100/100DCorrupted By Usb Vibration Gamepad
Silicon Integrated Systems Corp.(1.16.01) SiS 7018 Audio DriverCorrupted By Usb Vibration Gamepad
Network Cards
Realtek 150Mbps Wireless 802.11b/g/n Nano USB AdapterUp To Date and Functioning
Keyboards
Microsoft Keyboard Device FilterUp To Date and Functioning
Hard Disk Controller
Microsoft ULi M5229 PCI-Bus-Master-IDE-ControllerCorrupted By Usb Vibration Gamepad
Others
Toshiba Toshiba Secure Digital-HostcontrollerCorrupted By Usb Vibration Gamepad
Intel Intel(r) AIM External TV Encoder Driver 5Up To Date and Functioning
Intel USB-IF USB 3.0 HubUp To Date and Functioning
Texas Instruments Texas Instruments PCIxx12 Integrated FlashMedia ControllerUp To Date and Functioning
Brother USB Printing SupportUp To Date and Functioning
Cameras, Webcams And Scanners
Canon Canon MP160Up To Date and Functioning
Video Cards
Intel Video ControllerUp To Date and Functioning
Input Devices
Hewlett-Packard HP Link-5 micro dongleUp 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 NOKIAUp 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.

Driver Generic Usb Joystick VibrationSign up New issue Joystick

Have 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

Generic

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):
If things are set up correctly, the application will load the proper dll

What could go wrong

I still have to tweak the setup file. Maybe it didn't registered the dlls correctly. You can do this manually using the following steps:

  • Open an administrator prompt
  • Navigate to installation directory (defaults to c:WindowsGenericFFBDriver)
  • regsvr32 GenericFFBDriver64.dll
  • c:WindowsSysWOW64regsvr32.exe GenericFFBDriver32.dll

Generic Usb Joystick Vibration

commented Jan 17, 2017
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

Driver Generic Usb Joystick Vibrations

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment