[SPAM] Votre complementaire sante a partir de 0,65 euro par jour

2010-10-27 Thread Gan Santé par Plein Temps
-- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new apps games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in

Re: [PATCH] input: spi: Driver for SPI data stream driven vibrator

2010-10-27 Thread Grant Likely
On Tue, Oct 26, 2010 at 06:50:33PM +0200, ilkka.koski...@nokia.com wrote: Hi Grant and thanks for comments, [...] +static int vibra_spi_playback(struct input_dev *input, int effect_id, int value) +{ +struct vibra_data *vibra = input_get_drvdata(input); +struct effect_info *einfo

Re: [PATCH] input: spi: Driver for SPI data stream driven vibrator

2010-10-27 Thread Dmitry Torokhov
On Wed, Oct 27, 2010 at 09:47:30AM +0100, Grant Likely wrote: On Tue, Oct 26, 2010 at 06:50:33PM +0200, ilkka.koski...@nokia.com wrote: Hi Grant and thanks for comments, [...] +static int vibra_spi_playback(struct input_dev *input, int effect_id, int value) +{ +struct vibra_data

Re: [PATCH] input: spi: Driver for SPI data stream driven vibrator

2010-10-27 Thread Alan Cox
The driver could, of course, calculate the bit streams with help of board specific functions. It was just thought that tuning vibration device would be a lot easier, if we could just modify the bit streams provided by user space application. In fact, the bit stream basically consists of

RE: [PATCH] input: spi: Driver for SPI data stream driven vibrator

2010-10-27 Thread ilkka.koskinen
Hi Dmitry, From: ext Dmitry Torokhov [mailto:dmitry.torok...@gmail.com] Sent: 26 October, 2010 19:10 To: Koskinen Ilkka (Nokia-MS/Tampere) Cc: linux-in...@vger.kernel.org; linux-ker...@vger.kernel.org; spi- devel-gene...@lists.sourceforge.net Subject: Re: [PATCH] input: spi: Driver for SPI data