Input: wacom - switch from an USB driver to a HID driver
[deliverable/linux.git] / drivers / hid / hid-wacom.c
index 902013ec041b9cdab2b7fdfb39562732165263d0..4874f4ec43f5d176d491585758e2736e0cfcc8c2 100644 (file)
@@ -960,7 +960,7 @@ static const struct hid_device_id wacom_devices[] = {
 MODULE_DEVICE_TABLE(hid, wacom_devices);
 
 static struct hid_driver wacom_driver = {
-       .name = "wacom",
+       .name = "hid-wacom",
        .id_table = wacom_devices,
        .probe = wacom_probe,
        .remove = wacom_remove,
This page took 0.03013 seconds and 5 git commands to generate.