diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-02-09 10:29:28 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-02-09 10:29:28 +0000 |
commit | d63beb8f0c1e496ebc2a9c568d13233acdafa82f (patch) | |
tree | 4f218ef0f6446459af163261d140df7165ab2ba8 /target/linux/adm5120/patches-2.6.24/911-usb_centralize_eremoteio_handling.patch | |
parent | 119fa4474faee3cfd0fe5265335aa3e36841b877 (diff) |
[adm5120] switch to 2.6.24
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10427 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/patches-2.6.24/911-usb_centralize_eremoteio_handling.patch')
-rw-r--r-- | target/linux/adm5120/patches-2.6.24/911-usb_centralize_eremoteio_handling.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/target/linux/adm5120/patches-2.6.24/911-usb_centralize_eremoteio_handling.patch b/target/linux/adm5120/patches-2.6.24/911-usb_centralize_eremoteio_handling.patch deleted file mode 100644 index b4e0fb089f..0000000000 --- a/target/linux/adm5120/patches-2.6.24/911-usb_centralize_eremoteio_handling.patch +++ /dev/null @@ -1,30 +0,0 @@ -Index: linux-2.6.24/drivers/usb/host/adm5120-q.c -=================================================================== ---- linux-2.6.24.orig/drivers/usb/host/adm5120-q.c -+++ linux-2.6.24/drivers/usb/host/adm5120-q.c -@@ -28,25 +28,10 @@ __releases(ahcd->lock) - __acquires(ahcd->lock) - { - urb_priv_free(ahcd, urb->hcpriv); -- urb->hcpriv = NULL; - - spin_lock(&urb->lock); - if (likely(urb->status == -EINPROGRESS)) - urb->status = 0; -- -- /* report short control reads right even though the data TD always -- * has TD_R set. (much simpler, but creates the 1-td limit.) -- */ -- if (unlikely(urb->transfer_flags & URB_SHORT_NOT_OK) -- && unlikely(usb_pipecontrol(urb->pipe)) -- && urb->actual_length < urb->transfer_buffer_length -- && usb_pipein(urb->pipe) -- && urb->status == 0) { -- urb->status = -EREMOTEIO; --#ifdef ADMHC_VERBOSE_DEBUG -- urb_print(ahcd, urb, "SHORT", usb_pipeout(urb->pipe)); --#endif -- } - spin_unlock(&urb->lock); - - switch (usb_pipetype(urb->pipe)) { |