hal/hald Makefile.am,1.38,1.39
David Zeuthen
david at freedesktop.org
Tue Oct 26 10:35:23 PDT 2004
- Previous message: hal/doc/spec hal-spec.html,1.35,1.36
- Next message: hal/hald/linux net_class_device.c, 1.20, 1.21 osspec.c, 1.51,
1.52 pcmcia_cs.h, NONE, 1.1 pcmcia_utils.c, NONE,
1.1 pcmcia_utils.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal/hald
In directory gabe:/tmp/cvs-serv3665/hald
Modified Files:
Makefile.am
Log Message:
2004-10-26 David Zeuthen <davidz at redhat.com>
Patch from Dan Williams <dcbw at redhat.com> to add support for
integration with cardmgr.
* configure.in: Add --enable-pcmcia-support and --with-stab-file
options
* hald/Makefile.am: Conditionally include linux/pcmcia_utils.c
linux/pcmcia_utils.h linux/pcmcia_cs.h
* hald/linux/net_class_device.c
(net_class_pre_process): Check driver link and set net.linux.driver
properties (me); add appropriate PCMCIA properties if applicable
(net_class_accept): Only accept network devices with device links as
well as PCMCIA devices
(net_class_compute_udi): Fix a typo (me)
* hald/linux/osspec.c
(compute_coldplug_list): Accept network devices without device link
* hald/linux/pcmcia_cs.h: New file
* hald/linux/pcmcia_utils.c: New file
* hald/linux/pcmcia_utils.h: New file
Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/hald/Makefile.am,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile.am 14 Oct 2004 19:16:30 -0000 1.38
+++ Makefile.am 26 Oct 2004 17:35:21 -0000 1.39
@@ -60,6 +60,9 @@
# linux/ieee1394_host_class_device.c
+if PCMCIA_SUPPORT_ENABLE
+hald_SOURCES += linux/pcmcia_utils.c linux/pcmcia_utils.h linux/pcmcia_cs.h
+endif
hald_SOURCES += \
linux/libsysfs/libsysfs.h \
- Previous message: hal/doc/spec hal-spec.html,1.35,1.36
- Next message: hal/hald/linux net_class_device.c, 1.20, 1.21 osspec.c, 1.51,
1.52 pcmcia_cs.h, NONE, 1.1 pcmcia_utils.c, NONE,
1.1 pcmcia_utils.h, NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list