receiver: fixed number of spec "field widths"
This commit is contained in:
parent
1e8956ff96
commit
1ce67954cb
|
@ -776,7 +776,7 @@ SUB_PARAM = { # (byte count, minimum, maximum)
|
||||||
# Spec Ids for feature GESTURE_2
|
# Spec Ids for feature GESTURE_2
|
||||||
SPEC = _NamedInts(
|
SPEC = _NamedInts(
|
||||||
DVI_field_width=1,
|
DVI_field_width=1,
|
||||||
field_widths=1,
|
field_widths=2,
|
||||||
period_unit=3,
|
period_unit=3,
|
||||||
resolution=4,
|
resolution=4,
|
||||||
multiplier=5,
|
multiplier=5,
|
||||||
|
|
Loading…
Reference in New Issue