Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69366
b: refs/heads/master
c: 2a8281d
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Ritz authored and Dmitry Torokhov committed Sep 10, 2007
1 parent 95895b9 commit 3966dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f76f672e093b1dc3abff3a21ae6b939b08d192e7
refs/heads/master: 2a8281d72da5dd8da025e6822dadd23a35383895
3 changes: 2 additions & 1 deletion trunk/drivers/input/touchscreen/usbtouchscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,8 @@ static int dmc_tsc10_init(struct usbtouch_usb *usbtouch)
TSC10_RATE_150, 0, buf, 2, USB_CTRL_SET_TIMEOUT);
if (ret < 0)
return ret;
if (buf[0] != 0x06 || buf[1] != 0x00)
if ((buf[0] != 0x06 || buf[1] != 0x00) &&
(buf[0] != 0x15 || buf[1] != 0x01))
return -ENODEV;

/* start sending data */
Expand Down

0 comments on commit 3966dc9

Please sign in to comment.