Re: [PATCH v3 1/1] USB: Add device quirk for ASUS T100 Base Station keyboard

2014-09-24 Thread Greg Kroah-Hartman
On Fri, Sep 19, 2014 at 10:13:50AM +0800, Lu Baolu wrote: This full-speed USB device generates spurious remote wakeup event as soon as USB_DEVICE_REMOTE_WAKEUP feature is set. As the result, Linux can't enter system suspend and S0ix power saving modes once this keyboard is used. This patch

[PATCH v3 1/1] USB: Add device quirk for ASUS T100 Base Station keyboard

2014-09-18 Thread Lu Baolu
This full-speed USB device generates spurious remote wakeup event as soon as USB_DEVICE_REMOTE_WAKEUP feature is set. As the result, Linux can't enter system suspend and S0ix power saving modes once this keyboard is used. This patch tries to introduce USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk. With