* [PATCH 2.4.31-pre1] Duplicate id in videodev.h
@ 2005-04-28 7:11 Glen Nakamura
0 siblings, 0 replies; only message in thread
From: Glen Nakamura @ 2005-04-28 7:11 UTC (permalink / raw)
To: linux-kernel; +Cc: marcelo.tosatti
VID_HARDWARE_W9968CF and VID_HARDWARE_SAA7114H are both assigned value 36.
Trivial patch below increases VID_HARDWARE_SAA7114H to 37.
Signed-off-by: Glen Nakamura <glen@imodulo.com>
--- linux-2.4.30.orig/include/linux/videodev.h 2004-02-18 13:36:32.000000000 +0000
+++ linux-2.4.30/include/linux/videodev.h 2004-02-18 13:36:32.000000000 +0000
@@ -421,7 +421,7 @@ struct video_code
#define VID_HARDWARE_VICAM 34
#define VID_HARDWARE_SF16FMR2 35
#define VID_HARDWARE_W9968CF 36
-#define VID_HARDWARE_SAA7114H 36
+#define VID_HARDWARE_SAA7114H 37
#endif /* __LINUX_VIDEODEV_H */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-28 7:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-28 7:11 [PATCH 2.4.31-pre1] Duplicate id in videodev.h Glen Nakamura
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.