02 May, 2007
1 commit
-
Clean up the includes of . Only include this header file
when we actually need it.Signed-off-by: Jean Delvare
25 Jun, 2006
1 commit
-
The videodev.h and videodev2.h describe the public API for V4L and V4L2.
It shouldn't have there any kernel-specific stuff. Those were moved to
v4l2-dev.h.
This patch removes some uneeded headers and include v4l2-common.h on all
V4L driver. This header includes device implementation of V4L2 API provided
on v4l2-dev.h as well as V4L2 internal ioctls that provides connections
between master driver and its i2c devices.Signed-off-by: Mauro Carvalho Chehab
29 Oct, 2005
1 commit
-
Fix several redefinitions of i2c IDs. i2c IDs must not be defined
outside of i2c-id.h.Signed-off-by: Jean Delvare
Signed-off-by: Henk Vergonet
Acked-by: Mark McClelland
Signed-off-by: Greg Kroah-Hartman
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!