hal/hald Makefile.am,1.35,1.36

Kay Sievers kay at freedesktop.org
Mon Sep 20 11:31:17 PDT 2004


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

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

        Add support for usb-serial devices:

        * hald/Makefile.am: add serial_class_device.c,
        usb_serial_bus_device.c

        * hald/linux/osspec.c: (hald_helper_data): plug serial_class_handler,
        usb_serial_bus_handler into the device processing

        * hald/linux/serial_class_device.c: (serial_class_device_accept),
        (serial_class_pre_process): new file to support serial ports

        * hald/linux/usb_serial_bus_device.c:
        (usb_serial_device_compute_udi), (usb_serial_device_pre_process):
        support for bus devices from the usb-serial subsystem

        * tools/device-manager/Const.py.in: add the new busses

        * tools/device-manager/Makefile.am: add the new icon

        * tools/device-manager/Representation.py: support the new serial
        port icon

        * tools/device-manager/hal-serial-port.png: picture of serial port



Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/hald/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.am	20 Sep 2004 14:35:51 -0000	1.35
+++ Makefile.am	20 Sep 2004 18:31:15 -0000	1.36
@@ -51,6 +51,8 @@
 					linux/ieee1394_class_device.c	\
 					linux/ieee1394_node_class_device.c \
 					linux/ieee1394_host_class_device.c \
+					linux/serial_class_device.c \
+					linux/usb_serial_bus_device.c \
 					linux/multimedia_class_device.c \
 					linux/platform_bus_device.c	\
 	linux/linux_dvd_rw_utils.h	linux/linux_dvd_rw_utils.c \




More information about the hal-commit mailing list