[PATCH] USB: driver for CM109 chipset

2007-08-29 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: [PATCH] USB: driver for CM109 chipset

2007-07-21 Thread Vojtech Pavlik
On Fri, Jul 20, 2007 at 03:14:14PM -0400, Dmitry Torokhov wrote: > On 7/12/07, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > >On Thu, Jul 12, 2007 at 12:22:10PM -0400, Dmitry Torokhov wrote: > > > >> >> Hmm, they use KEY_0 through KEY_9 now. > >> > > >> >Which results in the phone sending 'é+ěščřžýáí

Re: [PATCH] USB: driver for CM109 chipset

2007-07-20 Thread Dmitry Torokhov
On 7/12/07, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: On Thu, Jul 12, 2007 at 12:22:10PM -0400, Dmitry Torokhov wrote: > >> Hmm, they use KEY_0 through KEY_9 now. > > > >Which results in the phone sending 'é+ěščřžýáí' instead of > >'0123456789' > >on a Czech keyboard, which is definitely not wha

Re: [PATCH] USB: driver for CM109 chipset

2007-07-12 Thread Vojtech Pavlik
On Thu, Jul 12, 2007 at 12:22:10PM -0400, Dmitry Torokhov wrote: > >> Hmm, they use KEY_0 through KEY_9 now. > > > >Which results in the phone sending 'é+ěščřžýáí' instead of > >'0123456789' > >on a Czech keyboard, which is definitely not what's intended. Similarly > >for many other European keyb

Re: [PATCH] USB: driver for CM109 chipset

2007-07-12 Thread Dmitry Torokhov
On 7/12/07, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: On Thu, Jul 12, 2007 at 10:47:22AM -0400, Dmitry Torokhov wrote: > On 7/2/07, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > >On Mon, Jun 25, 2007 at 10:29:13AM -0400, Dmitry Torokhov wrote: > >> Hi Alfred, > >> > >> On 6/25/07, Alfred E. Heggest

Re: [PATCH] USB: driver for CM109 chipset

2007-07-12 Thread Vojtech Pavlik
On Thu, Jul 12, 2007 at 10:47:22AM -0400, Dmitry Torokhov wrote: > On 7/2/07, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: > >On Mon, Jun 25, 2007 at 10:29:13AM -0400, Dmitry Torokhov wrote: > >> Hi Alfred, > >> > >> On 6/25/07, Alfred E. Heggestad <[EMAIL PROTECTED]> wrote: > >> >From: Alfred E. Hegg

Re: [PATCH] USB: driver for CM109 chipset

2007-07-12 Thread Dmitry Torokhov
On 7/2/07, Vojtech Pavlik <[EMAIL PROTECTED]> wrote: On Mon, Jun 25, 2007 at 10:29:13AM -0400, Dmitry Torokhov wrote: > Hi Alfred, > > On 6/25/07, Alfred E. Heggestad <[EMAIL PROTECTED]> wrote: > >From: Alfred E. Heggestad <[EMAIL PROTECTED]> > > > >This driver adds support for USB VoIP phones us

Re: [PATCH] USB: driver for CM109 chipset

2007-07-02 Thread Vojtech Pavlik
On Mon, Jun 25, 2007 at 10:29:13AM -0400, Dmitry Torokhov wrote: > Hi Alfred, > > On 6/25/07, Alfred E. Heggestad <[EMAIL PROTECTED]> wrote: > >From: Alfred E. Heggestad <[EMAIL PROTECTED]> > > > >This driver adds support for USB VoIP phones using the CM109 chipset, > >such as the KIP-1000. Keypad

[PATCH] USB: driver for CM109 chipset

2007-06-26 Thread Alfred E. Heggestad
From: Alfred E. Heggestad <[EMAIL PROTECTED]> This driver adds support for USB VoIP phones using the CM109 chipset, such as the KIP-1000. 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 input device. The driver h

Re: [PATCH] USB: driver for CM109 chipset

2007-06-25 Thread Alfred E. Heggestad
Dmitry Torokhov wrote: Hi Alfred, On 6/25/07, Alfred E. Heggestad <[EMAIL PROTECTED]> wrote: From: Alfred E. Heggestad <[EMAIL PROTECTED]> This driver adds support for USB VoIP phones using the CM109 chipset, such as the KIP-1000. Keypad is scanned and events are reported to the input subsyste

Re: [PATCH] USB: driver for CM109 chipset

2007-06-25 Thread Dmitry Torokhov
Hi Alfred, On 6/25/07, Alfred E. Heggestad <[EMAIL PROTECTED]> wrote: From: Alfred E. Heggestad <[EMAIL PROTECTED]> This driver adds support for USB VoIP phones using the CM109 chipset, such as the KIP-1000. Keypad is scanned and events are reported to the input subsystem. The buzzer can be act

[PATCH] USB: driver for CM109 chipset

2007-06-25 Thread Alfred E. Heggestad
From: Alfred E. Heggestad <[EMAIL PROTECTED]> This driver adds support for USB VoIP phones using the CM109 chipset, such as the KIP-1000. 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 input device. The driver h