patch-2.4.21 linux-2.4.21/drivers/media/video/meye.h
Next file: linux-2.4.21/drivers/media/video/msp3400.c
Previous file: linux-2.4.21/drivers/media/video/meye.c
Back to the patch index
Back to the overall index
- Lines: 37
- Date:
2003-06-13 07:51:34.000000000 -0700
- Orig file:
linux-2.4.20/drivers/media/video/meye.h
- Orig date:
2002-08-02 17:39:44.000000000 -0700
diff -urN linux-2.4.20/drivers/media/video/meye.h linux-2.4.21/drivers/media/video/meye.h
@@ -1,7 +1,9 @@
/*
* Motion Eye video4linux driver for Sony Vaio PictureBook
*
- * Copyright (C) 2001 Stelian Pop <stelian.pop@fr.alcove.com>, Alcôve
+ * Copyright (C) 2001-2003 Stelian Pop <stelian@popies.net>
+ *
+ * Copyright (C) 2001-2002 Alcôve <www.alcove.com>
*
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
*
@@ -29,7 +31,13 @@
#define _MEYE_PRIV_H_
#define MEYE_DRIVER_MAJORVERSION 1
-#define MEYE_DRIVER_MINORVERSION 4
+#define MEYE_DRIVER_MINORVERSION 6
+
+#include <linux/config.h>
+#include <linux/types.h>
+#include <linux/pci.h>
+#include <linux/sonypi.h>
+#include <linux/meye.h>
/****************************************************************************/
/* Motion JPEG chip registers */
@@ -307,6 +315,10 @@
struct video_device video_dev; /* video device parameters */
struct video_picture picture; /* video picture parameters */
struct meye_params params; /* additional parameters */
+#ifdef CONFIG_PM
+ u32 pm_state[16]; /* PCI configuration space */
+ u8 pm_mchip_mode; /* old mchip mode */
+#endif
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)