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

2014-09-18 Thread Lu Baolu
On 09/18/2014 10:40 PM, Alan Stern wrote: Is this quirk doable? What's your opinions? It's okay with me. Acked-by: Alan Stern Thank you Alan. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo info at

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

2014-09-18 Thread Alan Stern
On Thu, 18 Sep 2014, Lu Baolu wrote: > Hi Greg and Alan, > > Do you have any comments for this patch? > > I was working on system suspend/resume on T100 tablet. I found once the > T100 base station keyboard has been stroked, system will not be able to > enter freeze or S3 mode. > > I narrowed

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

2014-09-17 Thread Lu Baolu
Hi Greg and Alan, Do you have any comments for this patch? I was working on system suspend/resume on T100 tablet. I found once the T100 base station keyboard has been stroked, system will not be able to enter freeze or S3 mode. I narrowed down this issue as "keyboard generates spurious remo

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

2014-08-31 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 thi