Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 204376
b: refs/heads/master
c: 8c8b01c
h: refs/heads/master
v: v3
  • Loading branch information
Forest Bond authored and Jiri Kosina committed Jul 13, 2010
1 parent 78d7b90 commit 6811847
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a11b3fab94d4fb67297b76d0cb81612ebbff276e
refs/heads/master: 8c8b01c38a70661d663175d355fdea85ca082272
3 changes: 3 additions & 0 deletions trunk/drivers/hid/hid-input.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,9 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel

case HID_UP_DIGITIZER:
switch (usage->hid & 0xff) {
case 0x00: /* Undefined */
goto ignore;

case 0x30: /* TipPressure */
if (!test_bit(BTN_TOUCH, input->keybit)) {
device->quirks |= HID_QUIRK_NOTOUCH;
Expand Down

0 comments on commit 6811847

Please sign in to comment.