summarylogtreecommitdiffstats
path: root/0008-kernel-6.0-set_termios-const-ktermios.patch
diff options
context:
space:
mode:
authorChris Severance2023-12-19 00:56:55 -0500
committerChris Severance2023-12-19 00:56:55 -0500
commitfda929427fc1878a666fdddbbea2a4a1530b0f15 (patch)
tree974c1d267ea91eb2186c46efbf111d003484221b /0008-kernel-6.0-set_termios-const-ktermios.patch
parent5114491c0f367e7112d5605a785dbdd5722d5c4c (diff)
downloadaur-perle-serial.tar.gz
autu: Update to 3.9.2.4-6
Diffstat (limited to '0008-kernel-6.0-set_termios-const-ktermios.patch')
-rw-r--r--0008-kernel-6.0-set_termios-const-ktermios.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0008-kernel-6.0-set_termios-const-ktermios.patch b/0008-kernel-6.0-set_termios-const-ktermios.patch
index 772dc359e85a..6b9aa983a7d6 100644
--- a/0008-kernel-6.0-set_termios-const-ktermios.patch
+++ b/0008-kernel-6.0-set_termios-const-ktermios.patch
@@ -8,7 +8,7 @@ diff -pNaru5 a/pserial/perle-serial.c b/pserial/perle-serial.c
}
-#if (LINUX_VERSION_CODE > 0x20612) // 2.6.18
-+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,0,0)
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(6,1,0)
+static void ps_set_termios(struct tty_struct *tty, const struct ktermios *old_termios)
+#elif (LINUX_VERSION_CODE > 0x20612) // 2.6.18
static void ps_set_termios(struct tty_struct *tty, struct ktermios *old_termios)