On Wednesday 25 July 2001 06:32, Sreeramkr wrote:
> what I am doing is...
>
> disabling interrupts on keyboard driver, enabling the same in my rtl
> module. then, reading the data from KBD_DATA_REG and putting it onto
> the FIFO. But now this data has to be passed to the actual kbd driver
> which will process things as usual. So, I need to read the data from
> the fifo. For this, I need to do an open in the driver which is not
> possible as open, read, write are user level libraries. Correct me if I
> am wrong.

Just use the RTL side API for both ends. You don't *have* to use the 
syscall (user space) interface in one end and the RTL API in the other.


//David Olofson --- Programmer, Reologica Instruments AB

.- M A I A -------------------------------------------------.
|      Multimedia Application Integration Architecture      |
| A Free/Open Source Plugin API for Professional Multimedia |
`----------------------> http://www.linuxaudiodev.com/maia -'
.- David Olofson -------------------------------------------.
| Audio Hacker - Open Source Advocate - Singer - Songwriter |
`--------------------------------------> [EMAIL PROTECTED] -'

----- End of forwarded message from [EMAIL PROTECTED] -----
-- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
--
For more information on Real-Time Linux see:
http://www.rtlinux.org/

Reply via email to