hal ChangeLog,1.642,1.643

Richard Hughes hughsient at freedesktop.org
Wed Sep 28 09:36:06 PDT 2005


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv11969

Modified Files:
	ChangeLog 
Log Message:
New functionality, to add support to devices connected to the platform bus. Also add mmc hotplugging fix and documentation update.

Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.642
retrieving revision 1.643
diff -u -d -r1.642 -r1.643
--- ChangeLog	27 Sep 2005 09:42:12 -0000	1.642
+++ ChangeLog	28 Sep 2005 16:36:03 -0000	1.643
@@ -1,3 +1,36 @@
+2005-09-28  Richard Hughes <richard at hughsie.com>
+
+	* doc/spec/hal-spec.xml.in: Apply patch from 
+	Pierre Ossman <drzeus-list at drzeus.cx> to add documentation for the
+	new mmc.* properties and the platform.* descriptions for 
+	"platform bus" support.
+
+	* hald/linux2/probing/probe-serial.c: New file to probe serial ports
+	to see if they actually exist. Drivers such as 8250 are considered
+	legacy and very enumeration-unfriendly, and just create up to 32
+	devices that don't actually exist.
+	Patch from Pierre Ossman <drzeus-list at drzeus.cx>
+
+	* hald/linux2/probing/Makefile.am: Add the probe-serial prober.
+
+	* hald/linux2/probing/.cvsignore: Add hald-probe-serial.
+
+	* hald/linux2/blockdev.c (hotplug_event_begin_add_blockdev): There was
+	some debate about the interpretation of the kernel's removable
+	attribute. The result is that removable means that the device stays
+	but the media disappears. Because of this MMC needs to set the
+	hotpluggable attribute to be handled correctly.
+	Patch from Pierre Ossman <drzeus-list at drzeus.cx>
+
+	* hald/linux2/physdev.c (platform_add): New function, to add support
+	to devices connected to the platform bus.
+	These kind of devices are commonly, incorrectly, called legacy devices.
+	Patch from Pierre Ossman <drzeus-list at drzeus.cx>
+
+	* hald/linux2/blockdev.c (hotplug_event_begin_add_blockdev): 
+	Properly enumerate a flopy drive connected to the platform bus.
+	Patch from Pierre Ossman <drzeus-list at drzeus.cx>
+
 2005-09-27  Richard Hughes <richard at hughsie.com>
 
 	* Apply patch from Martin Pitt <martin at piware.de> to fix the build on




More information about the hal-commit mailing list