]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/hid/hid-input.c
Merge branches 'magicmouse', 'roccat' and 'vec-pedal' into for-linus
[karo-tx-linux.git] / drivers / hid / hid-input.c
index 36c214877f7722d59fbbe8626ca3e6f1ff358585..d8cc790238489119445db3f6b4a0f1234f33e889 100644 (file)
@@ -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;