Re: Modifying the keyboard driver

2000-03-22 Thread BFL5-CDC
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

Re: Modifying the keyboard driver

2000-03-21 Thread Bill Taylor
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