diff --git a/lib/logitech_receiver/descriptors.py b/lib/logitech_receiver/descriptors.py index f771f117..66483502 100644 --- a/lib/logitech_receiver/descriptors.py +++ b/lib/logitech_receiver/descriptors.py @@ -458,7 +458,7 @@ _D( wpid='406D', settings=[ _FS.hires_smooth_invert(), - _FS.hires_smooth_resolution(), + # _FS.hires_smooth_resolution(), _FS.pointer_speed(), ] ) @@ -483,7 +483,7 @@ _D( wpid='404A', settings=[ _FS.hires_smooth_invert(), - _FS.hires_smooth_resolution(), + # _FS.hires_smooth_resolution(), ], ) _D( @@ -510,7 +510,7 @@ _D( btid=0xb012, settings=[ _FS.hires_smooth_invert(), - _FS.hires_smooth_resolution(), + # _FS.hires_smooth_resolution(), ], ) @@ -522,7 +522,7 @@ _D( btid=0xb019, settings=[ _FS.hires_smooth_invert(), - _FS.hires_smooth_resolution(), + # _FS.hires_smooth_resolution(), _FS.gesture2_gestures(), ], ) diff --git a/lib/logitech_receiver/settings_templates.py b/lib/logitech_receiver/settings_templates.py index 27872a98..5580c508 100644 --- a/lib/logitech_receiver/settings_templates.py +++ b/lib/logitech_receiver/settings_templates.py @@ -772,7 +772,7 @@ _SETTINGS_TABLE = [ _S(_HI_RES_SCROLL, _F.HI_RES_SCROLLING, _feature_hi_res_scroll), _S(_LOW_RES_SCROLL, _F.LOWRES_WHEEL, _feature_lowres_smooth_scroll), _S(_HIRES_INV, _F.HIRES_WHEEL, _feature_hires_smooth_invert), - _S(_HIRES_RES, _F.HIRES_WHEEL, _feature_hires_smooth_resolution), + # _S(_HIRES_RES, _F.HIRES_WHEEL, _feature_hires_smooth_resolution), # Recent Linux drivers depend on this not changing _S(_SMART_SHIFT, _F.SMART_SHIFT, _feature_smart_shift), _S(_SMART_SHIFT, _F.SMART_SHIFT_ENHANCED, _feature_smart_shift_enhanced, identifier='smart_shift_enhanced'), _S(_THUMB_SCROLL_MODE, _F.THUMB_WHEEL, _feature_thumb_mode),