Skip to content

Commit 5ba28be

Browse files
author
Benjamin Tissoires
committed
Merge branch 'for-6.11/module-description' into for-linus
- add a bunch of missing MODULE_DESCRIPTION (Jeff Johnson)
2 parents b5c4881 + 523e6f4 commit 5ba28be

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+69
-1
lines changed

drivers/hid/hid-a4tech.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,5 @@ static struct hid_driver a4_driver = {
163163
};
164164
module_hid_driver(a4_driver);
165165

166+
MODULE_DESCRIPTION("HID driver for some a4tech \"special\" devices");
166167
MODULE_LICENSE("GPL");

drivers/hid/hid-apple.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,4 +1091,5 @@ static struct hid_driver apple_driver = {
10911091
};
10921092
module_hid_driver(apple_driver);
10931093

1094+
MODULE_DESCRIPTION("Apple USB HID quirks support for Linux");
10941095
MODULE_LICENSE("GPL");

drivers/hid/hid-aureal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,5 @@ static struct hid_driver aureal_driver = {
4141
};
4242
module_hid_driver(aureal_driver);
4343

44+
MODULE_DESCRIPTION("HID driver for Aureal Cy se W-01RN USB_V3.1 devices");
4445
MODULE_LICENSE("GPL");

drivers/hid/hid-belkin.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ static struct hid_driver belkin_driver = {
8585
};
8686
module_hid_driver(belkin_driver);
8787

88+
MODULE_DESCRIPTION("HID driver for some belkin \"special\" devices");
8889
MODULE_LICENSE("GPL");

drivers/hid/hid-betopff.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,5 @@ static struct hid_driver betop_driver = {
162162
};
163163
module_hid_driver(betop_driver);
164164

165+
MODULE_DESCRIPTION("Force feedback support for Betop based devices");
165166
MODULE_LICENSE("GPL");

drivers/hid/hid-bigbenff.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -490,4 +490,5 @@ static struct hid_driver bigben_driver = {
490490
};
491491
module_hid_driver(bigben_driver);
492492

493+
MODULE_DESCRIPTION("LED & force feedback support for BigBen Interactive");
493494
MODULE_LICENSE("GPL");

drivers/hid/hid-cherry.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ static struct hid_driver ch_driver = {
6868
};
6969
module_hid_driver(ch_driver);
7070

71+
MODULE_DESCRIPTION("HID driver for some cherry \"special\" devices");
7172
MODULE_LICENSE("GPL");

drivers/hid/hid-chicony.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,5 @@ static struct hid_driver ch_driver = {
152152
};
153153
module_hid_driver(ch_driver);
154154

155+
MODULE_DESCRIPTION("HID driver for some chicony \"special\" devices");
155156
MODULE_LICENSE("GPL");

drivers/hid/hid-core.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3024,4 +3024,5 @@ module_exit(hid_exit);
30243024
MODULE_AUTHOR("Andreas Gal");
30253025
MODULE_AUTHOR("Vojtech Pavlik");
30263026
MODULE_AUTHOR("Jiri Kosina");
3027+
MODULE_DESCRIPTION("HID support for Linux");
30273028
MODULE_LICENSE("GPL");

drivers/hid/hid-cypress.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,5 @@ static struct hid_driver cp_driver = {
176176
};
177177
module_hid_driver(cp_driver);
178178

179+
MODULE_DESCRIPTION("HID driver for some cypress \"special\" devices");
179180
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)