Search
lxdream.org :: lxdream/src/gdrom/linux.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gdrom/linux.c
changeset 489:45c8ddcf52cb
prev480:d28c2992f5ee
author nkeynes
date Thu Nov 08 10:48:41 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Preliminary support for raw sectors in image files
file annotate diff log raw
1.1 --- a/src/gdrom/linux.c Wed Oct 31 11:53:35 2007 +0000
1.2 +++ b/src/gdrom/linux.c Thu Nov 08 10:48:41 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: linux.c,v 1.8 2007-10-31 11:53:35 nkeynes Exp $
1.6 + * $Id: linux.c,v 1.9 2007-11-04 05:07:49 nkeynes Exp $
1.7 *
1.8 * Linux cd-rom device driver.
1.9 *
1.10 @@ -58,8 +58,8 @@
1.11 int direction );
1.12 static int linux_drive_status( gdrom_disc_t disc );
1.13
1.14 -struct gdrom_image_class linux_device_class = { "Linux", NULL,
1.15 - linux_image_is_valid, linux_open_device };
1.16 +struct gdrom_image_class cdrom_device_class = { "Linux", NULL,
1.17 + linux_image_is_valid, linux_open_device };
1.18 GList *gdrom_get_native_devices(void)
1.19 {
1.20 GList *list = NULL;
.