From a658f2e2b0f51d0ffbadea693f6046eea49cc63e Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Fri, 12 Mar 2021 05:11:01 -0500 Subject: [PATCH] device: add names for 2250 and 2251 features --- lib/logitech_receiver/hidpp20.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/logitech_receiver/hidpp20.py b/lib/logitech_receiver/hidpp20.py index 55d8325f..8cc9a121 100644 --- a/lib/logitech_receiver/hidpp20.py +++ b/lib/logitech_receiver/hidpp20.py @@ -113,6 +113,8 @@ FEATURE = _NamedInts( POINTER_SPEED=0x2205, ANGLE_SNAPPING=0x2230, SURFACE_TUNING=0x2240, + XY_STATS=0x2250, + WHEEL_STATS=0x2251, HYBRID_TRACKING=0x2400, # Keyboard FN_INVERSION=0x40A0,