diff options
Diffstat (limited to 'drivers/hid/hid-wacom.c')
-rw-r--r-- | drivers/hid/hid-wacom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index f2183486a9b6..2d4812e3dbea 100644 --- a/drivers/hid/hid-wacom.c +++ b/drivers/hid/hid-wacom.c | |||
@@ -510,6 +510,7 @@ static int wacom_probe(struct hid_device *hdev, | |||
510 | wacom_poke(hdev, 1); | 510 | wacom_poke(hdev, 1); |
511 | break; | 511 | break; |
512 | case USB_DEVICE_ID_WACOM_INTUOS4_BLUETOOTH: | 512 | case USB_DEVICE_ID_WACOM_INTUOS4_BLUETOOTH: |
513 | sprintf(hdev->name, "%s", "Wacom Intuos4 WL"); | ||
513 | wdata->features = 0; | 514 | wdata->features = 0; |
514 | wacom_set_features(hdev); | 515 | wacom_set_features(hdev); |
515 | break; | 516 | break; |