Find the answer to your Linux question:
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 ...
  1. #1
    Just Joined!
    Join Date
    Jan 2010
    Posts
    11

    Post 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

  2. #2
    Linux Enthusiast gerard4143's Avatar
    Join Date
    Dec 2007
    Location
    Canada, Prince Edward Island
    Posts
    714
    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

  3. #3
    Just Joined!
    Join Date
    Jan 2010
    Posts
    11

    Post

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...