change productID

This commit is contained in:
Pavol Rusnak 2011-04-05 01:04:14 +02:00
parent ac9235a3f1
commit 4468f27594
5 changed files with 6 additions and 7 deletions

View file

@ -3,7 +3,7 @@ import usb
class Device:
VENDORID = 0x1fc9
PRODUCTID = 0x0003
PRODUCTID = 0x1337
INSIZE = 64
OUTSIZE = 2