Re: [PATCH] Added device to hid-ff

2007-02-16 Thread Dmitry Torokhov
On 2/16/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote: On 2/16/07, johann deneux <[EMAIL PROTECTED]> wrote: > On 2/15/07, Anssi Hannula <[EMAIL PROTECTED]> wrote: > > Dmitry Torokhov wrote: > > > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: > > >> Sorry for not providing a prop

Re: [PATCH] Add Cobalt button interface driver support

2007-02-16 Thread Yoichi Yuasa
On Fri, 16 Feb 2007 10:15:11 -0500 "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > On 2/16/07, Yoichi Yuasa <[EMAIL PROTECTED]> wrote: > > + > > +static int cobalt_buttons_open(struct inode *inode, struct file *file) > > +{ > > + buttons_timer.expires = jiffies + > > msecs_to_jiffies(BUTTONS

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread Dmitry Torokhov
On 2/16/07, johann deneux <[EMAIL PROTECTED]> wrote: On 2/15/07, Anssi Hannula <[EMAIL PROTECTED]> wrote: > Dmitry Torokhov wrote: > > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: > >> Sorry for not providing a proper patch, could you please also add > >> {0x46d, 0xc294

[PATCH] Added devices handled by hid-lgff

2007-02-16 Thread johann deneux
Device ids that were recently added to hid-ff.c must also be added to hid-lgff.c Signed-off-by: Johann Deneux < [EMAIL PROTECTED]> --- linux-2.6.20.orig/drivers/usb/input/hid-lgff.c2007-02-04 19:44: 54.0 +0100 +++ linux-2.6.20/drivers/usb/input/hid-lgff.c2007-02-16 16:32: 02.

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread johann deneux
On 2/15/07, Anssi Hannula <[EMAIL PROTECTED]> wrote: Dmitry Torokhov wrote: > On 2/15/07, STenyaK (Bruno Gonzalez) <[EMAIL PROTECTED]> wrote: >> Sorry for not providing a proper patch, could you please also add >> {0x46d, 0xc294, hid_lgff_init}, // Logitech G25 wheel >> to the list? I te

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread STenyaK (Bruno Gonzalez)
On Fri, 16 Feb 2007 11:05:41 +0100, Valentin Zagura <[EMAIL PROTECTED]> wrote: Here is what I found on the net, maybe it will clear things out: http://siv.mysite.wanadoo-members.co.uk/downloads/usbdevs.txt 046D:C294=Logitech Driving Force USB (HID) 046D:C294:2000=Logitech Driving Force EX USB (

Re: [PATCH] Add Cobalt button interface driver support

2007-02-16 Thread Dmitry Torokhov
On 2/16/07, Yoichi Yuasa <[EMAIL PROTECTED]> wrote: + +static int cobalt_buttons_open(struct inode *inode, struct file *file) +{ + buttons_timer.expires = jiffies + msecs_to_jiffies(BUTTONS_POLL_INTERVAL); + add_timer(&buttons_timer); + + return nonseekable_open(inode, file); +

Re: [PATCH] input: extend EV_LED

2007-02-16 Thread Pavel Machek
Hi! > > > >I do not know the LED subsystem in detail, but I do not > > > >know > > > >any possibility to access the i8042 from different > > > >subsystem > > > >than the input subsystem. > > > > > > > >What do you think and recommend? > > > > > > I think you need to use leds framework for what

Re: [PATCH] Added device to hid-ff

2007-02-16 Thread Valentin Zagura
Wait, 0x46d:0xc294 is device being added by the original patch as Formula Force EX... Confused. Here is what I found on the net, maybe it will clear things out: http://siv.mysite.wanadoo-members.co.uk/downloads/usbdevs.txt 046D:C294=Logitech Driving Force USB (HID) 046D:C294:2000=Logitech D

Re: [PATCH] Add Cobalt button interface driver support

2007-02-16 Thread Yoichi Yuasa
Hi, Thank you for your comments. On Thu, 15 Feb 2007 23:09:43 -0500 Dmitry Torokhov <[EMAIL PROTECTED]> wrote: > On Thursday 15 February 2007 22:36, Yoichi Yuasa wrote: > > Hi, > > > > This patch adds support for the back panel buttons on Cobalt server. > > It's tested on the Cobalt Qube2. > >