Re: keyboard

2009-12-12 Thread Shahar Havivi
There is a keyboard notifier in the kernel that you can use: #include linux/notifier.h static int keyboard_notifier_call(struct notifier_block *blk, unsigned long code, void *_param) { printk(KERN_INFO code=%ld\n, code); return NOTIFY_OK; } static struct

Re: keyboard

2009-12-11 Thread Joel Fernandes
Hi Peter, There is always something new to learn from your posts. thanks :) Regards, Joel On Mon, Dec 7, 2009 at 8:44 AM, Peter Teoh htmldevelo...@gmail.com wrote: On Sun, Dec 6, 2009 at 5:57 AM, Herlin R. Matos Lastres hma...@grm.uci.cu wrote: Hi, I need manage the keyboard, for example

Re: keyboard

2009-12-06 Thread Greg KH
On Sat, Dec 05, 2009 at 04:57:59PM -0500, Herlin R. Matos Lastres wrote: Hi, I need manage the keyboard, for example read the data comming from keyboard. Which keyboard? Lots of them can be plugged in at once and they can be of different types (bluetooth, usb, virtual, serial, ps/2, etc

Re: keyboard

2009-12-06 Thread Herlin R. Matos Lastres
Greg KH wrote: On Sat, Dec 05, 2009 at 04:57:59PM -0500, Herlin R. Matos Lastres wrote: Hi, I need manage the keyboard, for example read the data comming from keyboard. Which keyboard? Lots of them can be plugged in at once and they can be of different types (bluetooth, usb, virtual

Re: keyboard

2009-12-06 Thread Herlin R. Matos Lastres
I done it, thanks for your help -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

keyboard

2009-12-05 Thread Herlin R. Matos Lastres
Hi, I need manage the keyboard, for example read the data comming from keyboard. thanks. -- To unsubscribe from this list: send an email with unsubscribe kernelnewbies to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Re: [solved] usb keyboard events dont get to the console

2009-11-20 Thread Markus Schwarzenberg
On Tue, 17 Nov 2009 11:32:35 +0100 Markus Schwarzenberg schwa...@ipms.fraunhofer.de wrote: i'm trying to use an usb-keyboard on a arm platform (s3c6400/smdk6400). Problem: keyboard events don't get to the consoles. (the system is currently operated through a serial connection /dev/ttySAC0

usb keyboard events dont get to the console

2009-11-17 Thread Markus Schwarzenberg
i'm trying to use an usb-keyboard on a arm platform (s3c6400/smdk6400). Problem: keyboard events don't get to the consoles. (the system is currently operated through a serial connection /dev/ttySAC0). However the keyboard does work when used for example with the directfb input sample program

Re: keyboard input

2009-01-08 Thread Mulyadi Santosa
Hi On Sat, Dec 27, 2008 at 12:25 AM, Elias Kopsiaftis yemi...@gmail.com wrote: How does linux handle keyboard input? I dont mean how the interrupt works, I mean where does it store the keystrokes? Is there some global buffer that it just puts them in until someone reads from it? I did some I

keyboard input

2008-12-26 Thread Elias Kopsiaftis
How does linux handle keyboard input? I dont mean how the interrupt works, I mean where does it store the keystrokes? Is there some global buffer that it just puts them in until someone reads from it? I did some I/O programming in school, and thats how we did it, but we used the UART and never

Re: Help regarding the standard keyboard/mouse device entry files

2008-03-06 Thread Peter Teoh
On Thu, Mar 6, 2008 at 2:33 PM, Santosh Pradhan [EMAIL PROTECTED] wrote: Hi All, I want to know the standard device entry files for the keyboard and mouse device in linux with both 2.4 and 2.6 kernels. Can anybody please help me to find out the device entry for both devices? I am not able

Help regarding the standard keyboard/mouse device entry files

2008-03-05 Thread Santosh Pradhan
Hi All, I want to know the standard device entry files for the keyboard and mouse device in linux with both 2.4 and 2.6 kernels. Can anybody please help me to find out the device entry for both devices? I am not able to find any /dev/kbd or /dev/keyboard entry in the /dev location. But if I do