Re: Keyboard simulation

2001-03-07 Thread James Simmons
>Take a look at vojtech's new input suite. Someone else is also working on a brallie reader using the input suite. We have a new keyboard vt driver that uses the input suite. Event packets come in and it is sent to the right terminals. I hope to have all the keyboard drivers converted over by 2.

Re: Keyboard simulation

2001-03-04 Thread Guest section DW
On Sun, Mar 04, 2001 at 12:40:14PM +0100, Pavel Machek wrote: > > > Transmit keycodes is AFAIK not implemented in official drivers. > > > > Maybe I misunderstand what you mean, but the kernel has had a > > keycode mode since before 1.0. > > I meant ability for application to simulate pressing "

Re: Keyboard simulation

2001-03-04 Thread Pavel Machek
Hi! > > Transmit keycodes is AFAIK not implemented in official drivers. > > Maybe I misunderstand what you mean, but the kernel has had a > keycode mode since before 1.0. I meant ability for application to simulate pressing "shift" or "pageup". I do not believe we have that feature.

Re: Keyboard simulation

2001-03-02 Thread Guest section DW
> Transmit keycodes is AFAIK not implemented in official drivers. Maybe I misunderstand what you mean, but the kernel has had a keycode mode since before 1.0. Andries - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More maj

Re: Keyboard simulation

2001-03-02 Thread Pavel Machek
Hi! > I'm writting a driver so that my soft braille display can work with the > BRLTTY daemon. > My braille computer contains a braille display, and a braille keyboard > which I can use to enter characters that are transmitted to the computer. > When my driver gets "normla" chars, he writes them

Keyboard simulation

2001-02-28 Thread Sébastien HINDERER
Hi, I'm writting a driver so that my soft braille display can work with the BRLTTY daemon. My braille computer contains a braille display, and a braille keyboard which I can use to enter characters that are transmitted to the computer. When my driver gets "normla" chars, he writes them to /dev/co