diff --git a/[refs] b/[refs] index 5d83e9a11a84..fd78a50fa86f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 724ed328a18139a7b6fb15536f5afbf9e27b49b2 +refs/heads/master: a72c5ddb675f2f0a2fa857f75286d50b7a0c0ba5 diff --git a/trunk/drivers/hid/hid-wacom.c b/trunk/drivers/hid/hid-wacom.c index f2183486a9b6..2d4812e3dbea 100644 --- a/trunk/drivers/hid/hid-wacom.c +++ b/trunk/drivers/hid/hid-wacom.c @@ -510,6 +510,7 @@ static int wacom_probe(struct hid_device *hdev, wacom_poke(hdev, 1); break; case USB_DEVICE_ID_WACOM_INTUOS4_BLUETOOTH: + sprintf(hdev->name, "%s", "Wacom Intuos4 WL"); wdata->features = 0; wacom_set_features(hdev); break;