mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
refactoring
This commit is contained in:
@@ -25,8 +25,8 @@ from . import Hid
|
||||
|
||||
# =====
|
||||
KEYBOARD_HID = Hid(
|
||||
protocol=1,
|
||||
subclass=1,
|
||||
protocol=1, # Keyboard protocol
|
||||
subclass=1, # Boot interface subclass
|
||||
|
||||
report_length=8,
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user