(In reply to Mateusz Jończyk from comment #127)
> Created attachment 145961 [details]
> Read internal memory of the 8042 and many other things
>
> Read internal memory of the 8042 and many other things
>
> This is much safer.
> It just prints the debug dump.
It compiled, but printed this warning:
CC drivers/input/serio/i8042.o
drivers/input/serio/i8042.c: In function ‘i8042_check_aux’:
drivers/input/serio/i8042.c:804:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
unsigned char output[10];
^
drivers/input/serio/i8042.c:809:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
int ii = 0;
^
Anyway, testing it out. Fingers crossed.
(In reply to Mateusz Jończyk from comment #127)
> Created attachment 145961 [details]
> Read internal memory of the 8042 and many other things
>
> Read internal memory of the 8042 and many other things
>
> This is much safer.
> It just prints the debug dump.
It compiled, but printed this warning:
CC drivers/ input/serio/ i8042.o input/serio/ i8042.c: In function ‘i8042_check_aux’: input/serio/ i8042.c: 804:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration- after-statement ] input/serio/ i8042.c: 809:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration- after-statement ]
drivers/
drivers/
unsigned char output[10];
^
drivers/
int ii = 0;
^
Anyway, testing it out. Fingers crossed.