[PATCH] wistron-btns: Drop Acer Aspire 3020 & 5020 support

2008-02-07 Thread Carlos Corbacho
With acer-wmi now merged, the last reason to keep support for the Acer Aspire 3020 & 5020 in wistron-btns is gone. The keys do not need polling, and are already mapped in userspace by HAL. The other functionality (mail LED, bluetooth and wireless) is already available in acer-wmi, and surpassed (

Unicode events?

2008-02-07 Thread Samuel Thibault
Hello, Some braille devices may be used as input devices, and some of them don't have a PC-like keyboard, but a braille keyboard: when pressing dot 1, 'a' should be output. Currently, there is no way to do this with the input layer: if we generate KEY_A, then that will be right for qwerty keyboar

Re: [PATCH] input: driver for USB VoIP phones with CM109 chipset

2008-02-07 Thread Dmitry Torokhov
Hi Alfred, On Thu, Feb 07, 2008 at 07:38:10PM +0100, Alfred E. Heggestad wrote: > From: Alfred E. Heggestad <[EMAIL PROTECTED]> > > This driver adds support for USB VoIP phones using the CM109 chipset, > such as Komunikate KIP-1000 and Genius G-talk. Keypad is scanned and > events are reported to

Re: [PATCH] Driver for VoIP CM109 Chipset

2008-02-07 Thread Alfred E. Heggestad
Carlos Corbacho wrote: Two minor nitpicks. Hi Carlos, thanks for your feedback. I just updated the patch, and submitted a new version.. /alfred On Tuesday 05 February 2008 21:39:30 Alfred E. Heggestad wrote: +/* + * drivers/input/misc/cm109.c Don't put the filename in the source file -

[PATCH] input: driver for USB VoIP phones with CM109 chipset

2008-02-07 Thread Alfred E. Heggestad
From: Alfred E. Heggestad <[EMAIL PROTECTED]> This driver adds support for USB VoIP phones using the CM109 chipset, such as Komunikate KIP-1000 and Genius G-talk. Keypad is scanned and events are reported to the input subsystem. The buzzer can be activated by sending SND_TONE or SND_BELL to the i

Re: joydev compat_ioctl still broken

2008-02-07 Thread Brian Gerst
Daniel Drake wrote: > Hi Brian, > > In 2005 you rejected a patch rejecting some COMPATIBLE_IOCTL entries for > joydev: > http://readlist.com/lists/vger.kernel.org/linux-kernel/28/15.html > >> The joydev ioctls are already fixed (using ->compat_ioctl) in more >> recent kernels. > > This appea

joydev compat_ioctl still broken

2008-02-07 Thread Daniel Drake
Hi Brian, In 2005 you rejected a patch rejecting some COMPATIBLE_IOCTL entries for joydev: http://readlist.com/lists/vger.kernel.org/linux-kernel/28/15.html The joydev ioctls are already fixed (using ->compat_ioctl) in more recent kernels. This appears to still be non-functional as of the