Hi Greg, We've started to analize the list of upstream commits that have been backported to 3.2 but missing from 3.4. Here is part 2. For the 9 commits that I've analized, - 5 commits have been backported to 3.4. My script failed to detect them. - 2 commits were marked for stable but can't be applied cleanly to 3.4. - 2 commits have no stable tag. I've found out why they were backported to 3.2.x, and I'm sure they shoud be applied to 3.4.x. (*) Please cherry-pick those commits from 3.2.x: b9678188b8f5 USB: EHCI: bugfix: urb->hcpriv should not be NULL 3e4ba2bf729b USB: Add device quirk for Microsoft VX700 webcam f94c6107b49a usb: Add quirk detection based on interface information (*) fdf60a1cce3e usb: Add USB_QUIRK_RESET_RESUME for all Logitech UVC webcams (*) -- drivers/usb/core/driver.c | 38 ++++++----- drivers/usb/core/hub.c | 10 ++- drivers/usb/core/quirks.c | 152 +++++++++++++++++++++++++----------------- drivers/usb/core/usb.h | 4 ++ drivers/usb/host/ehci-q.c | 16 ++--- drivers/usb/host/ehci-sched.c | 4 +- 6 files changed, 132 insertions(+), 92 deletions(-) -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html