Re: [PATCH v1 1/2] HID: usbhid: enable remote wakeup function for usbhid device

From: zhuyinbo
Date: Thu Dec 16 2021 - 06:41:02 EST




在 2021/12/10 下午6:45, Greg Kroah-Hartman 写道:
On Fri, Dec 10, 2021 at 05:54:33PM +0800, zhuyinbo wrote:


在 2021/12/8 下午7:55, Greg Kroah-Hartman 写道:
On Wed, Dec 08, 2021 at 05:39:50PM +0800, Yinbo Zhu wrote:
The remote wake-up function is a regular function on usb hid device
and I think keeping it enabled by default will make usb application
more convenient. This patch is to enable remote wakeup function for
usb hid device.

How many devices did you test this on?

As Oliver said, this will cause problems, there's a reason no operating
system does this :(

sorry,

greg k-h
Hi greg,

About that oliver said that I had expained, and I add this change was
according that usb device whether support remote wakeup and if it support
wakeup then to enabled it so I think it should be okay for all hid device.

Again, what devices did you test this on?
Hi greg k-h

mouse device and keyboard device. in hid code that keyboad was enabled on wakeup node by default.

And look at other operating systems, as I said, there is a reason that
no one does this.
System should be do that. otherwise that lid open event was no make sense. and you need know the order that after lid open then system will be wakeup then system will accept lid open event by input subsystem .

in addition, whatever that usb wakeup was disabled in bios by default even though after apply my patch.

thanks,

greg k-h