[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: cdrecod and profile 0x40 (BD-ROM): -atip exits with 255



Giulio Orsero <giulioo@gmail.com> wrote:

> Coud you confirm that all that is needed is the following?
> It seems to work for me but being not a C programmer I cannot really
> understand what the code does and see whether there could be side-effects.
>
> Thanks
>
>
> --- drv_bd.c.orig       2008-11-21 14:36:04.000000000 +0100
> +++ drv_bd.c    2008-11-21 14:36:51.000000000 +0100
> @@ -308,6 +308,8 @@
>                 dp = &cdr_bdre;
>         } else if ((profile == 0x0041) || (profile == 0x0042)) {
>                 dp = &cdr_bdr;
> +       } else if (profile == 0x0040) {
> +               dp = &cdr_bd;
>         } else {
>                 errmsgno(EX_BAD, "Found unsupported 0x%X profile.\n",
> profile);
>                 return ((cdr_t *)0);

The correct workaround for this drive behavior is to introduce a BD-ROM
driver profile. This will appear in the next release.

Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de                (uni)  
       schilling@fokus.fraunhofer.de     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily


Reply to: