diff options
| author | Tomáš Pazdiora <[email protected]> | 2021-01-05 03:50:45 +0100 |
|---|---|---|
| committer | Tomáš Pazdiora <[email protected]> | 2021-01-05 04:38:32 +0100 |
| commit | 6f1098372b2016db9744ad13dffbb55b77102671 (patch) | |
| tree | ae4491ca1c80884261c19567dbe675169525e3d2 /driver/driver.h | |
| parent | add devicelist app (diff) | |
| download | rawaccel-6f1098372b2016db9744ad13dffbb55b77102671.tar.xz rawaccel-6f1098372b2016db9744ad13dffbb55b77102671.zip | |
add "Device Hardware ID" setting, to affect only specific device
Diffstat (limited to 'driver/driver.h')
| -rw-r--r-- | driver/driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/driver.h b/driver/driver.h index 8554f8c..de677ce 100644 --- a/driver/driver.h +++ b/driver/driver.h @@ -20,6 +20,7 @@ using counter_t = long long; typedef struct _DEVICE_EXTENSION { counter_t counter; vec2d carry; + WCHAR hwid[512]; CONNECT_DATA UpperConnectData; } DEVICE_EXTENSION, *PDEVICE_EXTENSION; |