aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat-kone.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hid-roccat-kone.c')
-rw-r--r--drivers/hid/hid-roccat-kone.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/hid/hid-roccat-kone.c b/drivers/hid/hid-roccat-kone.c
index 8f35fe22f419..66e694054ba2 100644
--- a/drivers/hid/hid-roccat-kone.c
+++ b/drivers/hid/hid-roccat-kone.c
@@ -630,7 +630,7 @@ static ssize_t kone_sysfs_set_startup_profile(struct device *dev,
630static ssize_t kone_sysfs_show_driver_version(struct device *dev, 630static ssize_t kone_sysfs_show_driver_version(struct device *dev,
631 struct device_attribute *attr, char *buf) 631 struct device_attribute *attr, char *buf)
632{ 632{
633 return snprintf(buf, PAGE_SIZE, DRIVER_VERSION "\n"); 633 return snprintf(buf, PAGE_SIZE, ROCCAT_KONE_DRIVER_VERSION "\n");
634} 634}
635 635
636/* 636/*
@@ -989,6 +989,6 @@ static void __exit kone_exit(void)
989module_init(kone_init); 989module_init(kone_init);
990module_exit(kone_exit); 990module_exit(kone_exit);
991 991
992MODULE_AUTHOR(DRIVER_AUTHOR); 992MODULE_AUTHOR("Stefan Achatz");
993MODULE_DESCRIPTION(DRIVER_DESC); 993MODULE_DESCRIPTION("USB Roccat Kone driver");
994MODULE_LICENSE(DRIVER_LICENSE); 994MODULE_LICENSE("GPL v2");