Uninstall doesn't remove filter driver
Hello I'm trying to make a small app for X-Plane (flight simulator) to control the LEDs and a small display on the Logitech/Saitek X52 Pro Joystick. I'm thinking i lines of: [X-Plane] -> [My java app] -> [Libusb Java] -> [Libusb-win32 filter driver] -> [Logitech/Saitek driver] -> [Joystick] The reason I need the filter driver approach is that the Logitech/Saitek driver needs to be installed to make the Joystick still act as a joystick. (I tried with a more recent version of Libusb but the drivers...