mirror of
https://github.com/wessel-novacustom/clevo-keyboard.git
synced 2024-11-15 03:34:01 +01:00
clevo_wmi: Fix device list end
This commit is contained in:
parent
6e3ce9ca6a
commit
21c65b40b0
|
@ -144,7 +144,7 @@ static const struct wmi_device_id clevo_wmi_device_ids[] = {
|
||||||
// Listing one should be enough, for a driver that "takes care of all anyways"
|
// Listing one should be enough, for a driver that "takes care of all anyways"
|
||||||
// also prevents probe (and handling) per "device"
|
// also prevents probe (and handling) per "device"
|
||||||
{ .guid_string = CLEVO_WMI_EVENT_GUID },
|
{ .guid_string = CLEVO_WMI_EVENT_GUID },
|
||||||
{ "" }
|
{ }
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct wmi_driver clevo_wmi_driver = {
|
static struct wmi_driver clevo_wmi_driver = {
|
||||||
|
|
Loading…
Reference in a new issue