Hi Jan-Hendrik, On Tue, Mar 30, 2010 at 01:32:57AM +0200, Jan-Hendrik Zab wrote: > The entire Sony Vaio VPCZ1 series seems to need the nopnp option set to > get the touchpad working. This patch adds the laptops to the nopnp table > to automatically set it. > > Signed-off-by: Jan-Hendrik Zab <jan@xxxxxxxx> > In what way the PNP data is messed up? Can we get a dmesg of the boot without the patch? Thanks. > --- > drivers/input/serio/i8042-x86ia64io.h | 8 ++++++++ > 1 files changed, 8 insertions(+), 0 deletions(-) > > diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h > index ead0494..7c0cb87 100644 > --- a/drivers/input/serio/i8042-x86ia64io.h > +++ b/drivers/input/serio/i8042-x86ia64io.h > @@ -495,6 +495,14 @@ static const struct dmi_system_id __initconst i8042_dmi_nopnp_table[] = { > DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"), > }, > }, > + { > + /* Sony Vaio VPCZ1 */ > + .matches = { > + DMI_MATCH(DMI_BOARD_NAME, "VAIO"), > + DMI_MATCH(DMI_BOARD_VENDOR, "Sony Corporation"), > + DMI_MATCH(DMI_PRODUCT_NAME, "VPCZ1"), > + }, > + }, > { } > }; > > -- > 1.7.0.3 > -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html