Bug 12422
Summary: | 2.6.28-git can't resume from str | ||
---|---|---|---|
Product: | Drivers | Reporter: | Rafael J. Wysocki (rjw) |
Component: | USB | Assignee: | Greg Kroah-Hartman (greg) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | daniel, kvalo, stern |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-git | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216, 12398 |
Description
Rafael J. Wysocki
2009-01-10 17:19:46 UTC
The commit e3f47f89a57ef115755184a8b3f03a47ee227418 is very simple: --- a/drivers/usb/storage/unusual_devs.h +++ b/drivers/usb/storage/unusual_devs.h @@ -1320,6 +1320,13 @@ UNUSUAL_DEV( 0x0840, 0x0082, 0x0001, 0x0 US_SC_DEVICE, US_PR_DEVICE, NULL, US_FL_FIX_CAPACITY), +/* Reported and patched by Nguyen Anh Quynh <aquynh@gmail.com> */ +UNUSUAL_DEV( 0x0840, 0x0084, 0x0001, 0x0001, + "Argosy", + "Storage", + US_SC_DEVICE, US_PR_DEVICE, NULL, + US_FL_FIX_CAPACITY), + /* Entry and supporting patch by Theodore Kilgore <kilgota@auburn.edu>. * Flag will support Bulk devices which use a standards-violating 32-byte * Command Block Wrapper. Here, the "DC2MEGA" cameras (several brands) with ...I'm pretty sure it does not break anything. I tried reverting it, but... *** Bug 12457 has been marked as a duplicate of this bug. *** In fact the cause of this problem is: commit a0d4922da2e4ccb0973095d8d29f36f6b1b5f703 Author: Alan Stern <stern@rowland.harvard.edu> Date: Wed Dec 17 15:06:03 2008 -0500 USB: fix up suspend and resume for PCI host controllers Signed-off-by: Alan Stern <stern@rowland.harvard.edu> CC: Rafael J. Wysocki <rjw@sisk.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> First-Bad-Commit : a0d4922da2e4ccb0973095d8d29f36f6b1b5f703 Handled-By : Rafael J. Wysocki <rjw@sisk.pl> Patch : http://lkml.org/lkml/2009/1/13/144 |