Set default for USB_SUSPEND_WAKEUP_DELAY to 0/disabled (#12081)
This commit is contained in:
parent
d0108869ee
commit
ab3986a684
@ -14,5 +14,5 @@ void suspend_power_down_user(void);
|
||||
void suspend_power_down_kb(void);
|
||||
|
||||
#ifndef USB_SUSPEND_WAKEUP_DELAY
|
||||
# define USB_SUSPEND_WAKEUP_DELAY 200
|
||||
# define USB_SUSPEND_WAKEUP_DELAY 0
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user