driver: g-wolves full refactor
This commit is contained in:
BIN
drivers/g-wolves/devices/gwolves-hts_plus.png
Normal file
BIN
drivers/g-wolves/devices/gwolves-hts_plus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
BIN
drivers/g-wolves/devices/gwolves-htx.png
Normal file
BIN
drivers/g-wolves/devices/gwolves-htx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
11
drivers/g-wolves/devices/hts_plus.h
Normal file
11
drivers/g-wolves/devices/hts_plus.h
Normal 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
|
11
drivers/g-wolves/devices/htx.h
Normal file
11
drivers/g-wolves/devices/htx.h
Normal 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
|
Reference in New Issue
Block a user