Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74318
b: refs/heads/master
c: f09e495
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab authored and Greg Kroah-Hartman committed Nov 28, 2007
1 parent 9fe94c3 commit bc527a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e3285dba5cac12d656da66fd7d420ff1bc0ecc0
refs/heads/master: f09e495df27d80ae77005ddb2e93df18ec24d04a
4 changes: 4 additions & 0 deletions trunk/drivers/usb/storage/scsiglue.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@ static int slave_configure(struct scsi_device *sdev)
* is an occasional series of retries that will all fail. */
sdev->retry_hwerror = 1;

/* USB disks should allow restart. Some drives spin down
* automatically, requiring a START-STOP UNIT command. */
sdev->allow_restart = 1;

} else {

/* Non-disk-type devices don't need to blacklist any pages
Expand Down

0 comments on commit bc527a7

Please sign in to comment.