u-boot-mkimage-gta01-native: re-add till uboot-utils actually works
[openembedded.git] / packages / linux / linux-ezx-2.6.21 / patches / mux-remove-usbh_finished_resume.patch
1 Index: linux-2.6.16/drivers/char/ts0710_mux_usb.c
2 ===================================================================
3 --- linux-2.6.16.orig/drivers/char/ts0710_mux_usb.c     2007-01-17 01:12:23.000000000 +0100
4 +++ linux-2.6.16/drivers/char/ts0710_mux_usb.c  2007-01-17 01:12:37.000000000 +0100
5 @@ -97,7 +97,6 @@
6  static int sumbit_times = 0;
7  static int callback_times = 0;
8  //static unsigned long last_jiff = 0;
9 -extern int usbh_finished_resume;
10  /*end global values defined*/
11
12  MODULE_AUTHOR(DRIVER_AUTHOR);
13 @@ -546,9 +545,6 @@
14  void usb_send_readurb(void)
15  {
16         //printk("usb_send_readurb: begining!UHCRHPS3=0x%x, usbh_finished_resume=%d\n", UHCRHPS3, usbh_finished_resume);
17 -
18 -       if (usbh_finished_resume == 0)
19 -               return;
20
21         tasklet_schedule(&bvd_ipc->bh_bp);
22  }