X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=drivers%2Fhid%2Fhid-input.c;h=132b0019365eed9057eeaaf0a3b222eece0853ad;hb=99ce58ddc4eadec8c35d9a1d64ff57703fdcfacc;hp=22d8ce6d5a597d18e54172add34a46cabdd3d7ac;hpb=ed13794925786a64b2a21389d40a09e4012c357d;p=karo-tx-linux.git diff --git a/drivers/hid/hid-input.c b/drivers/hid/hid-input.c index 22d8ce6d5a59..132b0019365e 100644 --- a/drivers/hid/hid-input.c +++ b/drivers/hid/hid-input.c @@ -657,10 +657,6 @@ static void hidinput_configure_usage(struct hid_input *hidinput, struct hid_fiel map_key_clear(BTN_STYLUS2); break; - case 0x51: /* ContactID */ - device->quirks |= HID_QUIRK_MULTITOUCH; - goto unknown; - default: goto unknown; } break; @@ -1227,13 +1223,6 @@ int hidinput_connect(struct hid_device *hid, unsigned int force) } } - if (hid->quirks & HID_QUIRK_MULTITOUCH) { - /* generic hid does not know how to handle multitouch devices */ - if (hidinput) - goto out_cleanup; - goto out_unwind; - } - if (hidinput && input_register_device(hidinput->input)) goto out_cleanup;