hal ChangeLog,1.151,1.152

Joe Shaw joe at pdx.freedesktop.org
Fri Jun 4 12:26:15 PDT 2004


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

Modified Files:
	ChangeLog 
Log Message:
2004-06-04  Joe Shaw  <joeshaw at novell.com>

	Patch from Kristian Høgsberg <krh at bitplanet.net>

	* hald/linux/input_class_device.c (input_class_accept): New
	function.  Accepts devices with no sysdevice but which begin with
	"event".  For built-in, non-sysfs input devices like PS/2 mice.
	(input_class_pre_process): Set the major and minor numbers as
	properties.  If there is no sysdevice, do an ioctl() on the device
	to try to get identifying info about it and set it in
	info.product.
	(input_class_compute_udi): Added.  Computes the UDI for devices
	that don't get merged onto parents.
	(input_class_handler): Use input-specific functions for the accept
	and compute_udi functions.

Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- a/ChangeLog	3 Jun 2004 21:56:35 -0000	1.151
+++ b/ChangeLog	4 Jun 2004 19:26:13 -0000	1.152
@@ -1,3 +1,19 @@
+2004-06-04  Joe Shaw  <joeshaw at novell.com>
+
+	Patch from Kristian Høgsberg <krh at bitplanet.net>
+
+	* hald/linux/input_class_device.c (input_class_accept): New
+	function.  Accepts devices with no sysdevice but which begin with
+	"event".  For built-in, non-sysfs input devices like PS/2 mice.
+	(input_class_pre_process): Set the major and minor numbers as
+	properties.  If there is no sysdevice, do an ioctl() on the device
+	to try to get identifying info about it and set it in
+	info.product.
+	(input_class_compute_udi): Added.  Computes the UDI for devices
+	that don't get merged onto parents.
+	(input_class_handler): Use input-specific functions for the accept
+	and compute_udi functions.
+
 2004-06-03  Joe Shaw  <joeshaw at novell.com>
 
 	* hald/linux/printer_class_device.c (printer_class_device_accept):





More information about the hal-commit mailing list