summarylogtreecommitdiffstats
path: root/0001-kernel.5.12.MODULE_SUPPORTED_DEVICE.patch
diff options
context:
space:
mode:
authorChris Severance2021-06-29 19:33:45 -0400
committerChris Severance2021-06-29 19:33:45 -0400
commit0427477ffdf34cad72cedf9928c275b5f59b8a5e (patch)
tree1522991f9cd19529d5be40a4a91a53112f622c44 /0001-kernel.5.12.MODULE_SUPPORTED_DEVICE.patch
parent7150f3b670b45263fe0a5c42c75ea1e69d1bc328 (diff)
downloadaur-0427477ffdf34cad72cedf9928c275b5f59b8a5e.tar.gz
autu: Update to 1.6.0-2
Diffstat (limited to '0001-kernel.5.12.MODULE_SUPPORTED_DEVICE.patch')
-rw-r--r--0001-kernel.5.12.MODULE_SUPPORTED_DEVICE.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/0001-kernel.5.12.MODULE_SUPPORTED_DEVICE.patch b/0001-kernel.5.12.MODULE_SUPPORTED_DEVICE.patch
new file mode 100644
index 000000000000..a9207c76f8a8
--- /dev/null
+++ b/0001-kernel.5.12.MODULE_SUPPORTED_DEVICE.patch
@@ -0,0 +1,12 @@
+--- ax99100_sp.c.orig 2021-06-29 19:26:03.573116829 -0400
++++ ax99100_sp.c 2021-06-29 19:27:31.371128701 -0400
+@@ -3267,7 +3267,9 @@ static void __exit serial99100_exit(void
+ module_init(serial99100_init);
+ module_exit(serial99100_exit);
+
+ MODULE_DEVICE_TABLE(pci, serial99100_pci_tbl);
+ MODULE_DESCRIPTION("ASIX AX99100 Serial Driver Module");
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5,12,0)
+ MODULE_SUPPORTED_DEVICE("ASIX AX99100 Serial port & SPI Master");
++#endif
+ MODULE_LICENSE("GPL");