Comment
This commit is contained in:
parent
ab3d2435c9
commit
5f69ccce49
@ -91,8 +91,6 @@ PROD = "PostalPoint Parcel Dimensioner" # USB product string
|
||||
INTERFACE = "PostalPoint" # Interface string
|
||||
|
||||
class USBHIDInterface(HIDInterface):
|
||||
# Very basic synchronous USB keypad HID interface
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
bytes([
|
||||
|
@ -94,8 +94,6 @@ PROD = "PostalPoint Kiosk Controller" # USB product string
|
||||
INTERFACE = "PostalPoint" # Interface string
|
||||
|
||||
class USBHIDInterface(HIDInterface):
|
||||
# Very basic synchronous USB keypad HID interface
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
bytes([
|
||||
|
Loading…
x
Reference in New Issue
Block a user