Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 61051 Details for
Bug 95357
dvd+rw-tools doesn't contain patch or reference to "unclosed dvd+r session" growisofs bug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Growisofs patch for Pioneer DVR-109 error burning DVD+R
02_growisofs_mmc.cpp.patch (text/plain), 678 bytes, created by
TommyDrum
on 2005-06-11 06:35:00 UTC
(
hide
)
Description:
Growisofs patch for Pioneer DVR-109 error burning DVD+R
Filename:
MIME Type:
Creator:
TommyDrum
Created:
2005-06-11 06:35:00 UTC
Size:
678 bytes
patch
obsolete
>--- dvd+rw-tools-5.21.4.10.8/growisofs_mmc.cpp 2004-07-16 14:48:57.000000000 +0200 >+++ dvd+rw-tools-5.21.4.10.8/growisofs_mmc.cpp 2005-04-09 18:16:09.000000000 +0200 >@@ -1484,8 +1484,17 @@ > cmd[1] = 0x01; // "IMMED" > cmd[2] = mode; // "Close session" > cmd[9] = 0; >- if ((err=cmd.transport())) >- sperror ("CLOSE SESSION",err); >+ >+ // it seems, that pioneer is a bit crappy >+ while (err=cmd.transport()) { >+ if (SK(err)==0x2 && ASC(err)==0x04 && ASCQ(err)==0x07) { >+ sperror ("CLOSE SESSION (but try to continue)",err); >+ usleep(10000); >+ } else { >+ sperror ("CLOSE SESSION",err); >+ break; >+ } >+ } > > if (wait_for_unit (cmd)) break; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 95357
: 61051 |
61052