diff options
Diffstat (limited to 'drivers/hid/hid-input.c')
-rw-r--r-- | drivers/hid/hid-input.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index b9877a86eca7..834ef47b76d6 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c | |||
@@ -413,6 +413,10 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel | |||
413 | map_key_clear(BTN_STYLUS); | 413 | map_key_clear(BTN_STYLUS); |
414 | break; | 414 | break; |
415 | 415 | ||
416 | case 0x46: /* TabletPick */ | ||
417 | map_key_clear(BTN_STYLUS2); | ||
418 | break; | ||
419 | |||
416 | default: goto unknown; | 420 | default: goto unknown; |
417 | } | 421 | } |
418 | break; | 422 | break; |