You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split asustor.c into asustor_main.c and asustor_gpl2.c
asustor_main.c is licensed under GPLv2 or later, while asustor_gpl2.c
is licensed under GPLv2 only.
dmi_matches() is moved from asustor(_main).c to asustor_gpl2.c, because
it's copied from drivers/firmware/dmi_scan.c which is released under
GPLv2 only.
asustor.c had to be renamed to asustor_main.c, because apparently the
kernel build system only supports a source file with the same name as
the module if that module is built only from that file.
I also bumped the DRIVER_VERSION (used for DKMS) from v0.1 to v0.2
to hopefully avoid conflicts due to all these changes
0 commit comments