aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat-konepure.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-roccat-konepure.c')
-rw-r--r--drivers/hid/hid-roccat-konepure.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-roccat-konepure.c b/drivers/hid/hid-roccat-konepure.c
index c79d0b06c143..5850959d48f5 100644
--- a/drivers/hid/hid-roccat-konepure.c
+++ b/drivers/hid/hid-roccat-konepure.c
@@ -262,6 +262,7 @@ static int konepure_raw_event(struct hid_device *hdev,
262 262
263static const struct hid_device_id konepure_devices[] = { 263static const struct hid_device_id konepure_devices[] = {
264 { HID_USB_DEVICE(USB_VENDOR_ID_ROCCAT, USB_DEVICE_ID_ROCCAT_KONEPURE) }, 264 { HID_USB_DEVICE(USB_VENDOR_ID_ROCCAT, USB_DEVICE_ID_ROCCAT_KONEPURE) },
265 { HID_USB_DEVICE(USB_VENDOR_ID_ROCCAT, USB_DEVICE_ID_ROCCAT_KONEPURE_OPTICAL) },
265 { } 266 { }
266}; 267};
267 268
@@ -300,5 +301,5 @@ module_init(konepure_init);
300module_exit(konepure_exit); 301module_exit(konepure_exit);
301 302
302MODULE_AUTHOR("Stefan Achatz"); 303MODULE_AUTHOR("Stefan Achatz");
303MODULE_DESCRIPTION("USB Roccat KonePure driver"); 304MODULE_DESCRIPTION("USB Roccat KonePure/Optical driver");
304MODULE_LICENSE("GPL v2"); 305MODULE_LICENSE("GPL v2");