diff options
author | Przemo Firszt <przemo@firszt.eu> | 2012-03-28 17:13:37 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-03-29 10:41:31 -0400 |
commit | 1fa2f722a70a6785fc3c2afd026a74b2684f32c7 (patch) | |
tree | 5efb8e9ea62823c53efd627e63784076516ebb1e | |
parent | cfb7563bca99a264c1e5574027b80018cac1752e (diff) |
HID: wacom: Add module description
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>
-rw-r--r-- | drivers/hid/hid-wacom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-wacom.c b/drivers/hid/hid-wacom.c index f130f40488f6..fb0fe165a89d 100644 --- a/drivers/hid/hid-wacom.c +++ b/drivers/hid/hid-wacom.c | |||
@@ -687,5 +687,5 @@ static void __exit wacom_exit(void) | |||
687 | 687 | ||
688 | module_init(wacom_init); | 688 | module_init(wacom_init); |
689 | module_exit(wacom_exit); | 689 | module_exit(wacom_exit); |
690 | MODULE_DESCRIPTION("Driver for Wacom Graphire Bluetooth and Wacom Intuos4 WL"); | ||
690 | MODULE_LICENSE("GPL"); | 691 | MODULE_LICENSE("GPL"); |
691 | |||