From d678d8661181c44aa4381141651ba74a8e6304de Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 28 Jan 2011 19:46:38 +0100 Subject: [PATCH] linux: add patch to fix commit ff2f078 Signed-off-by: Stephan Raue --- .../linux-2.6.37-072-commit_ff2f078_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/linux/patches/linux-2.6.37-072-commit_ff2f078_fix.patch diff --git a/packages/linux/patches/linux-2.6.37-072-commit_ff2f078_fix.patch b/packages/linux/patches/linux-2.6.37-072-commit_ff2f078_fix.patch new file mode 100644 index 0000000000..17fc2b530a --- /dev/null +++ b/packages/linux/patches/linux-2.6.37-072-commit_ff2f078_fix.patch @@ -0,0 +1,12 @@ +diff -Naur linux-2.6.37-old/drivers/usb/core/hcd.c linux-2.6.37-new/drivers/usb/core/hcd.c +--- linux-2.6.37-old/drivers/usb/core/hcd.c 2011-01-04 16:50:19.000000000 -0800 ++++ linux-2.6.37-new/drivers/usb/core/hcd.c 2011-01-26 10:45:48.000000000 -0800 +@@ -1993,6 +1993,8 @@ + + usb_lock_device(udev); + usb_remote_wakeup(udev); ++ if (hcd->state == HC_STATE_RUNNING) ++ clear_bit(HCD_FLAG_WAKEUP_PENDING, &hcd->flags); + usb_unlock_device(udev); + } +