You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/setserial/files/setserial-2.17-hayes-esp.patch

16 lines
278 B

recent versions of linux have dropped the hayes esp driver
http://bugs.gentoo.org/309883
--- a/setserial.c
+++ b/setserial.c
@@ -21,6 +21,8 @@
#endif
#ifdef HAVE_LINUX_HAYESESP_H
#include <linux/hayesesp.h>
+#else
+#undef TIOCGHAYESESP
#endif
#include <linux/serial.h>