On Sun, Mar 01, 2009 at 01:40:43PM +0900, Mattia Dongili wrote: > From: Anton Veretenenko <anton@xxxxxxxxxxxxxx> > > From: Anton Veretenenko <anton@xxxxxxxxxxxxxx> > Signed-off-by: Mattia Dongili <malattia@xxxxxxxx> > --- > drivers/platform/x86/sony-laptop.c | 18 ++++++++++++++++++ > 1 files changed, 18 insertions(+), 0 deletions(-) > > diff --git a/drivers/platform/x86/sony-laptop.c b/drivers/platform/x86/sony-laptop.c > index 8568d1e..576c9c2 100644 > --- a/drivers/platform/x86/sony-laptop.c > +++ b/drivers/platform/x86/sony-laptop.c > @@ -843,16 +843,25 @@ static int sony_nc_C_enable(const struct dmi_system_id *id) > static struct sony_nc_event sony_C_events[] = { > { 0x81, SONYPI_EVENT_FNKEY_F1 }, > { 0x01, SONYPI_EVENT_FNKEY_RELEASED }, > + { 0x82, SONYPI_EVENT_FNKEY_F2 }, > + { 0x02, SONYPI_EVENT_FNKEY_RELEASED }, > { 0x85, SONYPI_EVENT_FNKEY_F5 }, > { 0x05, SONYPI_EVENT_FNKEY_RELEASED }, > + { 0x85, SONYPI_EVENT_FNKEY_F5 }, Gah, duplicate Fn+F5. I'll resend the whole serie with this fix and some more additions Thanks -- mattia :wq! -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html