Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion evic/device.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -71,7 +71,7 @@ class HIDTransfer(object):
'W016': DeviceInfo("CENTURION", None, None),
'W018': DeviceInfo("Reuleaux RX2/3", None, (64, 48)),
'W026': DeviceInfo("Reuleaux RX75", None, (64, 48)),
'W033': DeviceInfo("Reuleaux RX200S", None, None)
'W033': DeviceInfo("Reuleaux RX200S", None, (64, 48))
}

# 0x43444948
Expand Down