mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo: According to the hid spec, Global item #3
is Physical Minimum. MFC after: 3 days
This commit is contained in:
parent
e23851c6ba
commit
ed5b720b20
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ hid_get_item(struct hid_data *s, struct hid_item *h)
|
|||
c->logical_maximum = dval;
|
||||
break;
|
||||
case 3:
|
||||
c->physical_maximum = dval;
|
||||
c->physical_minimum = dval;
|
||||
break;
|
||||
case 4:
|
||||
c->physical_maximum = dval;
|
||||
|
|
|
|||
Loading…
Reference in a new issue