[BACK]Return to ieee1394_hotplug.h CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs-all / drivers / ieee1394

File: [Development] / linux-2.6-xfs-all / drivers / ieee1394 / ieee1394_hotplug.h (download)

Revision 1.2, Tue Oct 31 15:49:12 2006 UTC (10 years, 11 months ago) by tes.longdrop.melbourne.sgi.com
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +8 -22 lines

Merge up to 2.6.19-rc3
Merge of 2.6.x-xfs-melb:linux:27325b by kenmcd.

#ifndef _IEEE1394_HOTPLUG_H
#define _IEEE1394_HOTPLUG_H

/* Unit spec id and sw version entry for some protocols */
#define AVC_UNIT_SPEC_ID_ENTRY		0x0000A02D
#define AVC_SW_VERSION_ENTRY		0x00010001
#define CAMERA_UNIT_SPEC_ID_ENTRY	0x0000A02D
#define CAMERA_SW_VERSION_ENTRY		0x00000100

/* /include/linux/mod_devicetable.h defines:
 *	IEEE1394_MATCH_VENDOR_ID
 *	IEEE1394_MATCH_MODEL_ID
 *	IEEE1394_MATCH_SPECIFIER_ID
 *	IEEE1394_MATCH_VERSION
 *	struct ieee1394_device_id
 */
#include <linux/mod_devicetable.h>

#endif /* _IEEE1394_HOTPLUG_H */