diff options
author | Martin Dietze <di@fh-wedel.de> | 2006-11-02 13:50:10 +0000 |
---|---|---|
committer | Martin Dietze <di@fh-wedel.de> | 2006-11-02 13:50:10 +0000 |
commit | 9349f11f6676d641d6d7f52a5bdfcab23afb928b (patch) | |
tree | 83d0a090abe267eb3ecbff7a46b7a39c2b76e07c /packages/linux/linux-mtx-1-2.4.27 | |
parent | 4692aa9f440b992fee19fd7aa35fc0a3e7284e46 (diff) |
nylon update:
- formally added mtx-3 architecture
- pptp support in the linux kernel
Diffstat (limited to 'packages/linux/linux-mtx-1-2.4.27')
-rw-r--r-- | packages/linux/linux-mtx-1-2.4.27/42-usb-ohci-fixes.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/linux/linux-mtx-1-2.4.27/42-usb-ohci-fixes.patch b/packages/linux/linux-mtx-1-2.4.27/42-usb-ohci-fixes.patch index 4c3058ce00..aa5a0d45f7 100644 --- a/packages/linux/linux-mtx-1-2.4.27/42-usb-ohci-fixes.patch +++ b/packages/linux/linux-mtx-1-2.4.27/42-usb-ohci-fixes.patch @@ -11,6 +11,15 @@ /*-------------------------------------------------------------------------*/ /* AMD-756 (D2 rev) reports corrupt register contents in some cases. +@@ -147,7 +151,7 @@ + ohci->complete_head = urb; + ohci->complete_tail = urb; + } else { +- ohci->complete_head->hcpriv = urb; ++ ohci->complete_tail->hcpriv = urb; + ohci->complete_tail = urb; + } + } @@ -2587,12 +2591,12 @@ hc_release_ohci (ohci); return -ENODEV; |