summaryrefslogtreecommitdiff
path: root/kvmd/apps/otg/hid/mouse.py
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2019-10-01 21:23:45 +0300
committerDevaev Maxim <[email protected]>2019-10-01 21:23:45 +0300
commit4d668e9c1aa5162965437f0186924f6e56432bbd (patch)
tree6f869ab05d0123c3cec2e621b7b67c15c1b370e8 /kvmd/apps/otg/hid/mouse.py
parentf71c06a9a9b349bf3804e698afc6686178f4968f (diff)
refactoring
Diffstat (limited to 'kvmd/apps/otg/hid/mouse.py')
-rw-r--r--kvmd/apps/otg/hid/mouse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmd/apps/otg/hid/mouse.py b/kvmd/apps/otg/hid/mouse.py
index bed1ffb2..57e75e43 100644
--- a/kvmd/apps/otg/hid/mouse.py
+++ b/kvmd/apps/otg/hid/mouse.py
@@ -25,8 +25,8 @@ from . import Hid
# =====
MOUSE_HID = Hid(
- protocol=0,
- subclass=0,
+ protocol=0, # None protocol
+ subclass=0, # No subclass
report_length=7,