diff options
author | Jiri Kosina <jkosina@suse.cz> | 2007-01-09 07:24:25 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2007-01-09 07:24:25 -0500 |
commit | 531498013163c72cee8540e98e12c0c430c7fe87 (patch) | |
tree | 04f3b768aceebc52db612dec25f654954b29316b /drivers/hid | |
parent | 4d503ecc86a14b86ab7bcdfa8b755994143eba19 (diff) |
HID: Fix DRIVER_DESC macro
DRIVER_DESC macro is wrong in drivers/hid/hid-core.c. Its value
is legacy from original usb+hid code and clashes with current
usbhid implementation. Fix it.
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid')
-rw-r--r-- | drivers/hid/hid-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index f143c35227fa..1e1a7770a6b9 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c | |||
@@ -40,7 +40,7 @@ | |||
40 | 40 | ||
41 | #define DRIVER_VERSION "v2.6" | 41 | #define DRIVER_VERSION "v2.6" |
42 | #define DRIVER_AUTHOR "Andreas Gal, Vojtech Pavlik" | 42 | #define DRIVER_AUTHOR "Andreas Gal, Vojtech Pavlik" |
43 | #define DRIVER_DESC "USB HID core driver" | 43 | #define DRIVER_DESC "HID core driver" |
44 | #define DRIVER_LICENSE "GPL" | 44 | #define DRIVER_LICENSE "GPL" |
45 | 45 | ||
46 | /* | 46 | /* |