Gnome input devices manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
vhaudiquet 8a557e8226 driver: g-wolves polling rate investigation 12 months ago
..
devices driver: g-wolves hsk pro support 12 months ago
Makefile driver: g-wolves refactor 12 months ago
README.md driver: g-wolves full refactor 12 months ago
g-wolves.c wireless driver interface, g-wolves implementation 12 months ago
g-wolves.h driver: g-wolves polling rate investigation 12 months ago

README.md

G-Wolves driver

G-Wolves USB Vendor ID: 0x33e4

Product IDs:

  • G-Wolves HTS+ 4K Wired: 0x5408
  • G-Wolves HTS+ 4K Wireless: 0x5407
  • G-Wolves HTX 4K Wired: 0x5708
  • G-Wolves HTX 4K Wireless: 0x5707

All of the G-Wolves devices use the same protocol.

Features

The device works using USB HID feature reports.

The device uses only one feature report (report 0). The SET_REPORT command can be used, setting a command byte to the desired command, to get an output (for example, you set report with COMMAND_DPI_SETTINGS, and then get report to obtain a DPI_SETTINGS_REPORT structure).