projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb7563
)
HID: wacom: Add module description
author
Przemo Firszt
<przemo@firszt.eu>
Wed, 28 Mar 2012 21:13:37 +0000
(22:13 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 29 Mar 2012 14:41:31 +0000
(16:41 +0200)
Add description for hid-wacom module: "Driver for Wacom Graphire Bluetooth
and Wacom Intuos4 WL"
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-wacom.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-wacom.c
b/drivers/hid/hid-wacom.c
index f130f40488f6416aa73b385e9dda9f8ceac413e2..fb0fe165a89dd32b361702f01fe91e1693cf4737 100644
(file)
--- a/
drivers/hid/hid-wacom.c
+++ b/
drivers/hid/hid-wacom.c
@@
-687,5
+687,5
@@
static void __exit wacom_exit(void)
module_init(wacom_init);
module_exit(wacom_exit);
+MODULE_DESCRIPTION("Driver for Wacom Graphire Bluetooth and Wacom Intuos4 WL");
MODULE_LICENSE("GPL");
-