mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
hms(4): Allow attachment to pointer top level collection.
to be in line with Microsoft mouse driver [1]
[1] https://docs.microsoft.com/en-us/windows-hardware/drivers/hid/top-level-collections-opened-by-windows-for-system-use
(cherry picked from commit 9b78891df1)
This commit is contained in:
parent
bb5eb85e5c
commit
290677c3d6
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ static const struct hidmap_item hms_map_wheel_rev[] = {
|
|||
|
||||
/* A match on these entries will load hms */
|
||||
static const struct hid_device_id hms_devs[] = {
|
||||
{ HID_TLC(HUP_GENERIC_DESKTOP, HUG_POINTER) },
|
||||
{ HID_TLC(HUP_GENERIC_DESKTOP, HUG_MOUSE) },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue