Results 1 to 3 of 3
Hi,
I want to write driver for keyboard . To do this first i need to remove existing driver and i'm not able to find the location of kernel's keyboard ...
- 01-28-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 11
writing device driver for keyboard
Hi,
I want to write driver for keyboard
. To do this first i need to remove existing driver and i'm not able to find the location of kernel's keyboard driver in linux
..
If anyone knows the location of keyboard driver then plz rply
- 01-28-2010 #2
You don't need to locate it...check this link
Interrupt Handlers
This will show you how to install a new and remove an existing keyboard handler.Make mine Arch Linux
- 01-29-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 11
hi..
i have ckecked the link..
i wnat to write my own keyboard driver
while installing my driver first i need to remove kernel's keyboard driver
so for this i want location of .ko file for kernel's keyboard driver
like usb storage file is in /lib/modules/XX/kernel/driver/usb/storage/usb-storage.ko


Reply With Quote