K900 / g710

Logitech G710 keyboard reverse engineering etc.
18 stars 1 forks source link

Windows support? #3

Open 0xmario opened 9 years ago

0xmario commented 9 years ago

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 commented 9 years ago

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