Skip to content

Commit

Permalink
Add USB id 0x1030
Browse files Browse the repository at this point in the history
  • Loading branch information
srwalter committed Apr 10, 2011
1 parent 933597d commit 295374d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartpen-browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def render(self):

class SmartpenBrowser(object):
def pen_connect(self, *args):
usbids = [ 0x1010, 0x1020, 0x1032 ]
usbids = [ 0x1010, 0x1020, 0x1030, 0x1032 ]
for id in usbids:
try:
self.pen.connect(product=id)
Expand Down

0 comments on commit 295374d

Please sign in to comment.