diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-29 23:49:00 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-29 23:49:00 +0100 |
commit | 7b598436b84f159ac911bf08f9a6fba075fb0032 (patch) | |
tree | 8215c0f6c7dbb9cf8ffc32039228cf675eae0f2a /packages/linux/linux-ezx-2.6.21/patches/mux-remove-get_halted_bit.patch | |
parent | 5b9a8a22452253c0bdf267cd68e456772601ff31 (diff) |
linux-ezx all: remove unmaintained kernels
Diffstat (limited to 'packages/linux/linux-ezx-2.6.21/patches/mux-remove-get_halted_bit.patch')
-rwxr-xr-x | packages/linux/linux-ezx-2.6.21/patches/mux-remove-get_halted_bit.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packages/linux/linux-ezx-2.6.21/patches/mux-remove-get_halted_bit.patch b/packages/linux/linux-ezx-2.6.21/patches/mux-remove-get_halted_bit.patch deleted file mode 100755 index 0ebe27d03b..0000000000 --- a/packages/linux/linux-ezx-2.6.21/patches/mux-remove-get_halted_bit.patch +++ /dev/null @@ -1,22 +0,0 @@ -Index: linux-2.6.16/drivers/char/ts0710_mux_usb.c -=================================================================== ---- linux-2.6.16.orig/drivers/char/ts0710_mux_usb.c 2007-01-17 01:06:21.000000000 +0100 -+++ linux-2.6.16/drivers/char/ts0710_mux_usb.c 2007-01-17 01:06:31.000000000 +0100 -@@ -461,7 +461,7 @@ - ipcusb_xmit_data(); - } - --extern void get_halted_bit(void); -+//extern void get_halted_bit(void); - - static void usbipc_bh_bp_func(unsigned long param) - { -@@ -472,7 +472,7 @@ - "UHCRHPS3=0x%x", UHCRHPS3); - } - if (bvd_ipc->ipc_flag == IPC_USB_PROBE_READY) { -- get_halted_bit(); -+ //get_halted_bit(); - - /*send a IN token*/ - bvd_ipc->readurb_mux.dev = bvd_ipc->ipc_dev; |