[vuplus-blindscan-utils] update arm/mipsel dvb-t2 blindscan utils. (Enable 5V)
[vuplus_openvuplus_3.0] / meta-bsp / recipes-kernel / linux / linux-vuplus-3.14.28 / usb_core_hub_msleep.patch
1 diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
2 index d2bd9d7..cf796c3 100644
3 --- a/drivers/usb/core/hub.c
4 +++ b/drivers/usb/core/hub.c
5 @@ -5001,6 +5001,7 @@ static int hub_thread(void *__unused)
6         set_freezable();
7  
8         do {
9 +               msleep(1);
10                 hub_events();
11                 wait_event_freezable(khubd_wait,
12                                 !list_empty(&hub_event_list) ||