driver: g-wolves full refactor

This commit is contained in:
2023-09-26 22:13:10 +02:00
parent a758542b6e
commit 4b94d2adb8
9 changed files with 108 additions and 71 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@@ -0,0 +1,11 @@
#ifndef HTS_PLUS_H
#define HTS_PLUS_H
#define HTS_PLUS_4K_PRODUCT_ID_WIRED 0x5408
#define HTS_PLUS_4K_PRODUCT_ID_WIRELESS 0x5407
#define HTS_PLUS_4K_PRODUCT_NAME "HTS+ 4K"
#define HTS_DPI_MAX_VALUE 26000
#define HTS_DPI_MAX_LEVEL_COUNT 5
#endif

View File

@@ -0,0 +1,11 @@
#ifndef HTX_H
#define HTX_H
#define HTX_4K_PRODUCT_ID_WIRED 0x5708
#define HTX_4K_PRODUCT_ID_WIRELESS 0x5707
#define HTX_4K_PRODUCT_NAME "HTX 4K"
#define HTX_DPI_MAX_VALUE 26000
#define HTX_DPI_MAX_LEVEL_COUNT 5
#endif