ginput/drivers/g-wolves
2023-09-27 16:22:57 +02:00
..
devices driver: g-wolves image changes 2023-09-26 22:15:14 +02:00
g-wolves.c driver: g-wolves image changes 2023-09-26 22:15:14 +02:00
g-wolves.h static_assert in c23 form 2023-09-27 16:22:57 +02:00
Makefile driver: g-wolves full refactor 2023-09-26 22:13:10 +02:00
README.md driver: g-wolves full refactor 2023-09-26 22:13:10 +02:00

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).