Hi Taylor,
There is a book "Linux Device Drivers" by Alessandro Rubini from Oreilly
press. It talks about all drivers. Keyboard driver will come under
character driver. So read first 10 chapters in that. After understanding
the driver architecture you can go to ~/drivers/char directory and go
thro
I have to modify the Linux keyboard driver. Could someone point me at
something I can read to learn about Linux drivers in general and/or the
keyboard driver in particular?
I also understand thet there is a kernel debugger which is used for
debugging such changes.
Thank you very much.
Bill Tay