Hi. I have found a commit in the 3.17-3.18 kernel tree which totally breaks speakup's serial support because someone blindly used check.pl and followed its advise without using their brains. The commit is f79b0d9c223ca09cefffc72304a7bcbc401a1c6f and here is the diff for that. diff --git a/drivers/staging/speakup/serialio.h b/drivers/staging/speakup/serialio.h index 0a93773..317bb84 100644 --- a/drivers/staging/speakup/serialio.h +++ b/drivers/staging/speakup/serialio.h @@ -4,7 +4,7 @@ #include <linux/serial.h> /* for rs_table, serial constants */ #include <linux/serial_reg.h> /* for more serial constants */ #ifndef __sparc__ -#include <asm/serial.h> +#include <linux/serial.h> #endif /* As you can see this breaks serialio.c, so it can't find the serial port -- so how do I get the devs to ax this commit? Thanks. -- Your life is like a penny. You're going to lose it. The question is: How do you spend it? John Covici covici@xxxxxxxxxxxxxx _______________________________________________ Speakup mailing list Speakup@xxxxxxxxxxxxxxxxx http://linux-speakup.org/cgi-bin/mailman/listinfo/speakup