Seperate 627b start-stream into bridge & sensor functions
commit6622539524c2935b732e8985f74191a567f0b291
authorNeekhil <Nickel62Metal@Gmail.com>
Wed, 3 Sep 2008 16:50:00 +0000 (3 17:20 +0030)
committerNeekhil <Nickel62Metal@Gmail.com>
Wed, 3 Sep 2008 13:55:37 +0000 (3 19:25 +0530)
treea96bf1e175c1e81072fd89d3869a01e239f356cb
parent42811645dd838bf3e6e1d282ddb8bd41fae867f4
Seperate 627b start-stream into bridge & sensor functions

Seperate 627b start-stream into bridge & sensor functions
 - Adds functions to control OV7660 series Image Sensors
 - Adds sn9c20x_initialize for Sn9C20x series micro-controllers/bridges
 - Changed the sensor init style to use array (as suggested by Brian)
 - Changed sn9c20x_i2c_initialize to work correctly & using the same
   (as suggested by Gwater etc.), updated 6270's use of it.
 - Removed 10fb-10ff writes completely (as suggested by Brian)
 - Removed 1189 writes completely (as suggested by Brian)

Signed-off-by: Neekhil <Nickel62Metal@Gmail.com>
Makefile
microdia-dev.c
microdia-usb.c
microdia.h
ov7660.c [new file with mode: 0644]
ov7660.h
sn9c20x.c
sn9c20x.h