Skip to content
New issue

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

Windows support? #3

Open
0xmario opened this issue Feb 9, 2015 · 1 comment
Open

Windows support? #3

0xmario opened this issue Feb 9, 2015 · 1 comment

Comments

@0xmario
Copy link

0xmario commented Feb 9, 2015

Hi,
Have you tried this under windows? I'd love to be able to control the LEDs.

I have the G710+, however this is the same VID/PID as the non plus (I think it's just blue vs brown switches). I'm on x64.

I thought I would take a gamble to see if you've tried it

Let me know - thanks!

I tried without success, but I'm not sure what version of libusb to us
->libusb0 (libusb-win32-bin-1.2.6.0) gives me "is_kernel_driver_active" NotImplemented.
(This is after I installed the filter driver on all 3 devices)

->libusb1 (libusb-1.0.19\MS64) tells me that is_kernel_driver_active(interface) <type 'exceptions.TypeError'>: wrong type
Somewhere in my googling I read that the parameter was removed, so I tried without it, but I get a USB I/O error on the first write.

More reading reveals this from the libusb page: "On Windows, the native Windows HID driver is supported by libusb, but there are some limitations, such as not being able to access HID mice and keyboards, as they are system reserved" ... I hope there's some way around that...

@K900
Copy link
Owner

K900 commented Feb 9, 2015

It's a libusb thing, not my code. You should be able to do the same things with Logitech software anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants