Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196327
b: refs/heads/master
c: 1f749d8
h: refs/heads/master
i:
  196325: 5c0569f
  196323: d4943a9
  196319: d87a947
v: v3
  • Loading branch information
Stefan Achatz authored and Jiri Kosina committed May 19, 2010
1 parent 6e3bd97 commit 408ad71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 48e70804d37f9c52aab7c4ce7b7ab7bc7b800099
refs/heads/master: 1f749d8d5f92c275e35cdcd1fdcb7c8298157118
8 changes: 4 additions & 4 deletions trunk/drivers/hid/hid-roccat-kone.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ static ssize_t kone_sysfs_set_startup_profile(struct device *dev,
static ssize_t kone_sysfs_show_driver_version(struct device *dev,
struct device_attribute *attr, char *buf)
{
return snprintf(buf, PAGE_SIZE, DRIVER_VERSION "\n");
return snprintf(buf, PAGE_SIZE, ROCCAT_KONE_DRIVER_VERSION "\n");
}

/*
Expand Down Expand Up @@ -989,6 +989,6 @@ static void __exit kone_exit(void)
module_init(kone_init);
module_exit(kone_exit);

MODULE_AUTHOR(DRIVER_AUTHOR);
MODULE_DESCRIPTION(DRIVER_DESC);
MODULE_LICENSE(DRIVER_LICENSE);
MODULE_AUTHOR("Stefan Achatz");
MODULE_DESCRIPTION("USB Roccat Kone driver");
MODULE_LICENSE("GPL v2");
5 changes: 1 addition & 4 deletions trunk/drivers/hid/hid-roccat-kone.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@

#include <linux/types.h>

#define DRIVER_VERSION "v0.3.0"
#define DRIVER_AUTHOR "Stefan Achatz"
#define DRIVER_DESC "USB Roccat Kone driver"
#define DRIVER_LICENSE "GPL v2"
#define ROCCAT_KONE_DRIVER_VERSION "v0.3.1"

#pragma pack(push)
#pragma pack(1)
Expand Down

0 comments on commit 408ad71

Please sign in to comment.