From 0e60e22b73dd0693b349cbb63cf9a390c01fd5dd Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 12 Jan 2021 17:01:18 -0500 Subject: filter raw input based on id use device id (from device instance) over first hardware id use buffered method for all ioctls update gui/DeviceIDManager to match driver behavior respond to device change events desync MouseData and PointData accessors --- driver/driver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver/driver.h') diff --git a/driver/driver.h b/driver/driver.h index 5b610fe..a0381fb 100644 --- a/driver/driver.h +++ b/driver/driver.h @@ -21,7 +21,7 @@ typedef struct _DEVICE_EXTENSION { counter_t counter; vec2d carry; CONNECT_DATA UpperConnectData; - WCHAR hwid[MAX_HWID_LEN]; + WCHAR dev_id[MAX_DEV_ID_LEN]; } DEVICE_EXTENSION, *PDEVICE_EXTENSION; WDF_DECLARE_CONTEXT_TYPE_WITH_NAME(DEVICE_EXTENSION, FilterGetData) -- cgit v1.2.3