Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testing
Felipe writes: usb: generic resume timeout for v4.1 This part 2 pull request contains only the patches which make sure everybody on linux uses the same resume timeout value. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
@@ -1259,7 +1259,7 @@ sl811h_hub_control(
|
||||
sl811_write(sl811, SL11H_CTLREG1, sl811->ctrl1);
|
||||
|
||||
mod_timer(&sl811->timer, jiffies
|
||||
+ msecs_to_jiffies(20));
|
||||
+ msecs_to_jiffies(USB_RESUME_TIMEOUT));
|
||||
break;
|
||||
case USB_PORT_FEAT_POWER:
|
||||
port_power(sl811, 0);
|
||||
|
Reference in New Issue
Block a user