We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d35c0 commit 136dfd1Copy full SHA for 136dfd1
1 file changed
evic/device.py
@@ -62,7 +62,7 @@ class HIDTransfer(object):
62
'M041': DeviceInfo("iStick Pico", None, (96, 16)),
63
'M045': DeviceInfo("iStick Pico Mega", None, (96, 16)),
64
'M046': DeviceInfo("iPower", None, (96, 16)),
65
- 'W007': DeviceInfo("Presa TC75W", ['E052'], None),
+ 'W007': DeviceInfo("Presa TC75W", ['E052'], (64,40)),
66
'W010': DeviceInfo("Classic", None, None),
67
'W011': DeviceInfo("Lite", None, None),
68
'W013': DeviceInfo("Stout", None, None),
0 commit comments