/***************************************************************************
*
* devinfo_ieee1394.c : IEEE 1394/FireWire devices
*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*
* Licensed under the Academic Free License version 2.1
*
**************************************************************************/
#pragma ident "%Z%%M% %I% %E% SMI"
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <stdio.h>
#include <string.h>
#include <libdevinfo.h>
#include "../osspec.h"
#include "../logger.h"
#include "../hald.h"
#include "../hald_dbus.h"
#include "../device_info.h"
#include "../util.h"
#include "../ids.h"
#include "hotplug.h"
#include "devinfo.h"
#include "devinfo_ieee1394.h"
HalDevice *devinfo_ieee1394_add(HalDevice *parent, di_node_t node, char *devfs_path, char *device_type);
NULL,
NULL,
NULL,
NULL,
};
{
char *compat;
char *driver_name;
/*
* we distinguish 1394 devices by compatible name
* starting with 'firewire'
*/
return (NULL);
}
return (NULL);
}
}
return (d);
}
static HalDevice *
{
d = hal_device_new ();
return (d);
}