We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62fdd2 commit 089b775Copy full SHA for 089b775
1 file changed
hid-huion.c
@@ -262,7 +262,7 @@ static struct hid_driver huion_driver = {
262
.report_fixup = huion_report_fixup,
263
.raw_event = huion_raw_event,
264
};
265
-module_hid_driver(huion_driver);
+module_driver(huion_driver, hid_register_driver, hid_unregister_driver);
266
267
MODULE_AUTHOR("Martin Rusko");
268
MODULE_DESCRIPTION("Huion HID driver");
0 commit comments