Are there any Linux kernel hackers in New Hamphire?

2000-03-27 Thread Bill Taylor
I would like to meet a few. NH residency is not strictly necessary, but would be more convenient because that's where I live. Bill Taylor -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Question about the keyboard driver

2000-03-27 Thread Bill Taylor
for any of the standard line disciplines. I would very much appreciate it if someone could point me at the code for any line discipline so that I can use it as a starting point for writing a new one. Thank you very much. Bill Taylor -- To unsubscribe: mail [EMAIL PROTECTED] with "unsu

Re: archive retrieval: egrep driver latest/*

2000-03-21 Thread Bill Taylor
The archive help document says that the following command will find all files which mention the word "driver" in the "latest" directory, but the command as documented in the help file does not work. How did I err? [EMAIL PROTECTED] wrote: > > egrep driver latest/* > BEGIN---cut here

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