libcdio-devel
[Top][All Lists]
Advanced

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

Re: [Libcdio-devel] Do not list slice devices on OS X


From: Robert Kausch
Subject: Re: [Libcdio-devel] Do not list slice devices on OS X
Date: Sun, 26 Jan 2014 23:09:46 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Thunderbird/26.0

Maybe my mail server had a problem handling the greylisting correctly. The mail in my outbox has the patch attached while it's missing in the copy I received via the mailing list.

But nevermind, I'll send the patch again using the Savannah tool. I'll amend the test as you suggested and submit everything in one go tomorrow.

Best regards,
Robert

Am 26.01.2014 21:24, schrieb Rocky Bernstein:
Thanks for the information. It doesn't seem like a patch got attached.

The best way to submit a patch is through this link:

https://savannah.gnu.org/patch/?func=additem&group=libcdio

Although I haven't seen the patch, if you haven't already done so,
considered adding or amending a test to test/driver/osx.c

Thanks.


On Sun, Jan 26, 2014 at 10:38 AM, Robert Kausch <address@hidden>wrote:

Hi,

The attached patch adds kIOMediaWholeKey to the filter list for
IOServiceGetMatchingServices in osx.c.

Without it, IOServiceGetMatchingServices returns one device for the whole
disc (e.g. /dev/rdisk0) and an additional "slice" device for each track
(e.g. /dev/rdisk0s0, /dev/rdisk0s1 and so on). The patch makes it return
only the whole disc device.

This fixes cdio_get_devices returning invalid devices on OS X.

Best regards,
Robert





reply via email to

[Prev in Thread] Current Thread [Next in Thread]