0ebe27d03b2668471c123421db1c53f1f8e35d33
[openembedded.git] / packages / linux / linux-ezx-2.6.21 / mux-remove-get_halted_bit.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:06:21.000000000 +0100
4 +++ linux-2.6.16/drivers/char/ts0710_mux_usb.c  2007-01-17 01:06:31.000000000 +0100
5 @@ -461,7 +461,7 @@
6         ipcusb_xmit_data();
7  }
8
9 -extern void get_halted_bit(void);
10 +//extern void get_halted_bit(void);
11
12  static void usbipc_bh_bp_func(unsigned long param)
13  {
14 @@ -472,7 +472,7 @@
15                         "UHCRHPS3=0x%x", UHCRHPS3);
16         }
17         if (bvd_ipc->ipc_flag == IPC_USB_PROBE_READY) {
18 -               get_halted_bit();
19 +               //get_halted_bit();
20
21                 /*send a IN token*/
22                 bvd_ipc->readurb_mux.dev = bvd_ipc->ipc_dev;