Mercurial > ~darius > hgwebdir.cgi > pyinst
comparison usb488.py @ 4:6b360c30eed6
Remove vend/prod ID for CRO, not needed since we do an interface search.
author | Daniel O'Connor <darius@dons.net.au> |
---|---|
date | Wed, 13 May 2009 17:09:14 +0930 |
parents | 62ffab79227e |
children | 51d1fc44a753 |
comparison
equal
deleted
inserted
replaced
3:62ffab79227e | 4:6b360c30eed6 |
---|---|
49 # 7 .. 0x00 | 49 # 7 .. 0x00 |
50 # 8 bmTransferAttr 1 0x00 | 50 # 8 bmTransferAttr 1 0x00 |
51 # 9 Term char 1 0x00 | 51 # 9 Term char 1 0x00 |
52 # 10 Reserved 1 0x00 | 52 # 10 Reserved 1 0x00 |
53 # 11 Reserved 1 0x00 | 53 # 11 Reserved 1 0x00 |
54 | |
55 # Tektronix TDS2024B | |
56 USB_VEND_TEKTRONIX = 1689 | |
57 USB_PROD_TEKTORNIX = 874 | |
58 | 54 |
59 # No libusb versions of these available | 55 # No libusb versions of these available |
60 USB_CLASS_APP_SPECIFIC = 254 | 56 USB_CLASS_APP_SPECIFIC = 254 |
61 USB_SUBCLASS_TMC = 3 | 57 USB_SUBCLASS_TMC = 3 |
62 USB_PROTOCOL_488 = 1 | 58 USB_PROTOCOL_488 = 1 |