ginput/drivers/g-wolves/htx
2023-09-24 23:01:13 +02:00
..
htx_0.png Added mouse panel, dummy device representation 2023-09-12 21:59:13 +02:00
htx.c driver: g-wolves htx refactor header 2023-09-24 23:01:13 +02:00
htx.h driver: g-wolves htx refactor header 2023-09-24 23:01:13 +02:00
Makefile Proof-of-concept driver added 2023-09-19 15:06:41 +02:00
README.md Changed driver interface, htx read driver ok 2023-09-23 15:31:37 +02:00

G-Wolves HTX driver

G-Wolves USB Vendor ID: 0x33e4

Product IDs:

  • G-Wolves HTX 4K Wired: 0x5708
  • G-Wolves HTX 4K Wireless: 0x5707

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