hal/hald Makefile.am,1.33,1.34

Kay Sievers kay at freedesktop.org
Mon Sep 13 08:45:03 PDT 2004


Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv10481/hald

Modified Files:
	Makefile.am 
Log Message:
2004-09-13  Kay Sievers  <kay.sievers at vrfy.org>

        * hald/linux/multimedia_class_device.c:
        (multimedia_class_device_accept), (multimedia_class_pre_process):
        New file for initial support of video4linux devices. It's just
        a starting point and we need more input from users of v4l
        devices. For a simple webcam it currently looks like this:
           multimedia.device = '/udev/video0'  (string)
           info.category = 'multimedia'  (string)
           multimedia.video.can_capture = true  (bool)
           multimedia.audio.has_audio = false  (bool)
           multimedia.tuner.has_tuner = false  (bool)
           multimedia.linux.version = 'v4l'  (string)
           info.udi = '/org/freedesktop/Hal/devices/usb_device_5a9_a511_100_-1_noserial'  (string)

        * hald/linux/osspec.c:  Add the new multimedia_class_handler to
        probe for video device properties on device discovery

        * tools/device-manager/Representation.py: Change "video" to
        "multimedia" to have a nice icon for the screenshots :)



Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/hald/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- Makefile.am	7 Sep 2004 19:12:56 -0000	1.33
+++ Makefile.am	13 Sep 2004 15:45:00 -0000	1.34
@@ -40,7 +40,7 @@
 					linux/input_class_device.c	\
 					linux/net_class_device.c	\
 					linux/printer_class_device.c	\
-	                                linux/scsi_bus_device.c           \
+					linux/scsi_bus_device.c           \
 					linux/scsi_generic_class_device.c \
 					linux/scsi_host_class_device.c	\
 					linux/block_class_device.c	\
@@ -51,6 +51,7 @@
 					linux/ieee1394_class_device.c	\
 					linux/ieee1394_node_class_device.c \
 					linux/ieee1394_host_class_device.c \
+					linux/multimedia_class_device.c \
 					linux/platform_bus_device.c	\
 	linux/linux_dvd_rw_utils.h	linux/linux_dvd_rw_utils.c \
 	linux/hald_helper.h




More information about the hal-commit mailing list