Re: [PATCH] fujtisu application panel driver

2007-09-07 Thread Pavel Machek
Hi! > > Thank you very much for updating the patch. I have a couple of requests > > though: > > > > 1. LEDs shoud use the generic led subsystem instead of input layer. I > > do not have plans of adding any more LED_XXX constants and I think > > that adding any LEDs not directly relating to keybo

Re: [PATCH] fujtisu application panel driver

2007-09-03 Thread Stephen Hemminger
This driver supports the application buttons on some Fujitsu Lifebook laptops. These buttons are read via the SMBus, for more details see: http://apanel.sourceforge.net/tech.php The buttons are handled as by the regular input system. Two models are detected now, but other Fujitsu laptop's h

Re: [PATCH] fujtisu application panel driver

2007-09-03 Thread Stephen Hemminger
On Mon, 2 Jul 2007 15:16:30 -0400 "Dmitry Torokhov" <[EMAIL PROTECTED]> wrote: > Hi Stephen, > > On 7/2/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: > > This driver supports the application buttons on some Fujitsu Lifebook > > laptops. > > These buttons are read via the SMBus, for more detai

Re: [PATCH] fujtisu application panel driver

2007-07-04 Thread Jason Uhlenkott
On Mon, Jul 02, 2007 at 11:17:24 -0700, Stephen Hemminger wrote: > +static int __init apanel_init(void) > +{ > + void __iomem *bios; > + u8 devno; > + int found = 0; > + > + if (!dmi_check_system(apanel_dmi_table)) { > + printk(KERN_WARNING "apanel: DMI information does

Re: [PATCH] fujtisu application panel driver

2007-07-02 Thread Dmitry Torokhov
Hi Stephen, On 7/2/07, Stephen Hemminger <[EMAIL PROTECTED]> wrote: This driver supports the application buttons on some Fujitsu Lifebook laptops. These buttons are read via the SMBus, for more details see: http://apanel.sourceforge.net/tech.php The buttons are handled as by the regular i

[PATCH] fujtisu application panel driver

2007-07-02 Thread Stephen Hemminger
This driver supports the application buttons on some Fujitsu Lifebook laptops. These buttons are read via the SMBus, for more details see: http://apanel.sourceforge.net/tech.php The buttons are handled as by the regular input system. Two models are detected now, but other Fujitsu laptop's h