On Mon, Mar 08, 2010 at 04:52:42PM -0500, Alan Stern wrote: > This patch (as1355) enables remote wakeup by default on PNP i8042 > keyboard ports. > > Signed-off-by: Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> > Will apply, thank you Alan. > --- > > Index: usb-2.6/drivers/input/serio/i8042-x86ia64io.h > =================================================================== > --- usb-2.6.orig/drivers/input/serio/i8042-x86ia64io.h > +++ usb-2.6/drivers/input/serio/i8042-x86ia64io.h > @@ -624,6 +624,9 @@ static int i8042_pnp_kbd_probe(struct pn > strlcat(i8042_pnp_kbd_name, pnp_dev_name(dev), sizeof(i8042_pnp_kbd_name)); > } > > + /* Keyboard ports are always supposed to be wakeup-enabled */ > + device_set_wakeup_enable(&dev->dev, true); > + > i8042_pnp_kbd_devices++; > return 0; > } > > -- > 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 -- 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