diff options
| -rw-r--r-- | drivers/hid/hid-uclogic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-uclogic.c b/drivers/hid/hid-uclogic.c index 90e261218e66..ada8a9437e3e 100644 --- a/drivers/hid/hid-uclogic.c +++ b/drivers/hid/hid-uclogic.c | |||
| @@ -868,6 +868,7 @@ static int uclogic_probe(struct hid_device *hdev, | |||
| 868 | * than the pen, so use QUIRK_MULTI_INPUT for all tablets. | 868 | * than the pen, so use QUIRK_MULTI_INPUT for all tablets. |
| 869 | */ | 869 | */ |
| 870 | hdev->quirks |= HID_QUIRK_MULTI_INPUT; | 870 | hdev->quirks |= HID_QUIRK_MULTI_INPUT; |
| 871 | hdev->quirks |= HID_QUIRK_NO_EMPTY_INPUT; | ||
| 871 | 872 | ||
| 872 | /* Allocate and assign driver data */ | 873 | /* Allocate and assign driver data */ |
| 873 | drvdata = devm_kzalloc(&hdev->dev, sizeof(*drvdata), GFP_KERNEL); | 874 | drvdata = devm_kzalloc(&hdev->dev, sizeof(*drvdata), GFP_KERNEL); |
