hal ChangeLog,1.136,1.137

David Zeuthen david at pdx.freedesktop.org
Thu May 13 14:21:34 PDT 2004


Update of /cvs/hal/hal
In directory pdx:/tmp/cvs-serv31109

Modified Files:
	ChangeLog 
Log Message:
2004-05-13  David Zeuthen  <david at fubar.dk>

	* hald/linux/block_class_device.c 
	(detect_media): Move disc properties into volume.disc.* namespace and
	only set them for optical discs. Use disc_is_appendable() to set 
	volume.disc.is_appendable. Specifically, the following properties
	are now available for discs (e.g. iff volume.is_disc is TRUE)

	volume.disc.has_audio      - TRUE iff the disc got audio tracks
	volume.disc.has_data       - TRUE iff the disc got data tracks
	volume.disc.is_appendable  - TRUE iff further data can be written
	volume.disc.is_blank       - TRUE iff the data is blank 
	volume.disc.is_rewriteable - TRUE iff the disc can be reformatted
	volume.disc.type           - type of disc, can assume "cd_rom", "cd_r",
	                             "cd_rw", "dvd_rom", dvd_r", "dvd_rw",
	                             "dvd_ram", "dvd_plus_r", "dvd_plus_rw"

	(block_class_pre_process): Don't set volume.disc_type, but set the
	boolean property volume.is_disc.

	* hald/linux/linux_dvd_rw_utils.c (disc_is_appendable): new function

2004-05-09  David Zeuthen  <david at fubar.dk>

	* hald/linux/linux_dvd_rw_utils.h: 
	s/get_dvd_media_type/get_disc_type/

	* hald/linux/linux_dvd_rw_utils.c (get_dvd_media_type):
	s/get_dvd_media_type/get_disc_type/



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- a/ChangeLog	13 May 2004 17:27:15 -0000	1.136
+++ b/ChangeLog	13 May 2004 21:21:32 -0000	1.137
@@ -1,3 +1,33 @@
+2004-05-13  David Zeuthen  <david at fubar.dk>
+
+	* hald/linux/block_class_device.c 
+	(detect_media): Move disc properties into volume.disc.* namespace and
+	only set them for optical discs. Use disc_is_appendable() to set 
+	volume.disc.is_appendable. Specifically, the following properties
+	are now available for discs (e.g. iff volume.is_disc is TRUE)
+
+	volume.disc.has_audio      - TRUE iff the disc got audio tracks
+	volume.disc.has_data       - TRUE iff the disc got data tracks
+	volume.disc.is_appendable  - TRUE iff further data can be written
+	volume.disc.is_blank       - TRUE iff the data is blank 
+	volume.disc.is_rewriteable - TRUE iff the disc can be reformatted
+	volume.disc.type           - type of disc, can assume "cd_rom", "cd_r",
+	                             "cd_rw", "dvd_rom", dvd_r", "dvd_rw",
+	                             "dvd_ram", "dvd_plus_r", "dvd_plus_rw"
+
+	(block_class_pre_process): Don't set volume.disc_type, but set the
+	boolean property volume.is_disc.
+
+	* hald/linux/linux_dvd_rw_utils.c (disc_is_appendable): new function
+
+2004-05-09  David Zeuthen  <david at fubar.dk>
+
+	* hald/linux/linux_dvd_rw_utils.h: 
+	s/get_dvd_media_type/get_disc_type/
+
+	* hald/linux/linux_dvd_rw_utils.c (get_dvd_media_type):
+	s/get_dvd_media_type/get_disc_type/
+
 2004-05-13  Joe Shaw  <joe at ximian.com>
 
 	* hald/linux/block_class_device.c (detect_media): Connect to the





More information about the hal-commit mailing list