mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
14 lines
266 B
C
14 lines
266 B
C
Index: src/bsd_kbd.c
|
|
@@ -237,6 +237,12 @@
|
|
#endif
|
|
}
|
|
}
|
|
+/*
|
|
+ * Switch keyboards which are not attached to console in RAW mode
|
|
+ */
|
|
+#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)
|
|
+ ioctl(pInfo->fd, KDSKBMODE, K_RAW);
|
|
+#endif
|
|
return Success;
|
|
}
|
|
|