Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18430
b: refs/heads/master
c: bcc1e38
h: refs/heads/master
v: v3
  • Loading branch information
Chuck Ebbert authored and James Bottomley committed Jan 12, 2006
1 parent 6f287c8 commit a3dd1dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6171b5eff2ef3f84333af652e8c7b0838bf72945
refs/heads/master: bcc1e382bce8de4f26182c6447916f9c82b0fbe5
5 changes: 3 additions & 2 deletions trunk/drivers/scsi/sr.c
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,9 @@ static void get_capabilities(struct scsi_cd *cd)
/* failed, drive doesn't have capabilities mode page */
cd->cdi.speed = 1;
cd->cdi.mask |= (CDC_CD_R | CDC_CD_RW | CDC_DVD_R |
CDC_DVD | CDC_DVD_RAM |
CDC_SELECT_DISC | CDC_SELECT_SPEED);
CDC_DVD | CDC_DVD_RAM |
CDC_SELECT_DISC | CDC_SELECT_SPEED |
CDC_MRW | CDC_MRW_W | CDC_RAM);
kfree(buffer);
printk("%s: scsi-1 drive\n", cd->cdi.name);
return;
Expand Down

0 comments on commit a3dd1dd

Please sign in to comment.