summaryrefslogtreecommitdiff
path: root/packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-14 07:50:27 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-14 07:50:27 +0000
commitca58c035e70825f14fd3c49b9d8906eb90e8c70c (patch)
tree16f565ed149fbc3aab5c0cdb1531adae624ca120 /packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch
parent5861bc0b3872babc503a2bdafaf6c730c2bf2922 (diff)
linux-nokia: remove 770, update 800 from poky, all nokia internet tables use linux-nokia800_2.6.18-osso40 now
* closes #2757 and #2758
Diffstat (limited to 'packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch')
-rw-r--r--packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch b/packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch
deleted file mode 100644
index a311fd0cb0..0000000000
--- a/packages/linux/linux-nokia770-2.6.16-osso26/fix_usb_hub_compile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- kernel-source-2.6.16-2.6.16.rel/drivers/usb/core/hub.c.orig 2006-11-22 12:17:01.000000000 +0100
-+++ kernel-source-2.6.16-2.6.16.rel/drivers/usb/core/hub.c 2006-11-22 12:17:48.000000000 +0100
-@@ -1289,6 +1289,7 @@
- *
- * Only the hub driver or root-hub registrar should ever call this.
- */
-+static int __usb_suspend_device(struct usb_device *, int port1);
- int usb_new_device(struct usb_device *udev)
- {
- int err;
-@@ -1371,8 +1372,6 @@
- * (Includes HNP test device.)
- */
- if (udev->bus->b_hnp_enable || udev->bus->is_b_host) {
-- static int __usb_suspend_device(struct usb_device *,
-- int port1);
- err = __usb_suspend_device(udev, udev->bus->otg_port);
- if (err < 0)
- dev_dbg(&udev->dev, "HNP fail, %d\n", err);