upstream: [media] introduce gspca-stk1135: Syntek STK1135 driver
authorOndrej Zary <linux@rainbow-software.org>
Tue, 20 Aug 2013 13:03:59 +0000 (10:03 -0300)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:51:40 +0000 (11:51 +0900)
commitfaf47092e7a285f354a744296aa3513d58d1fd41
treeb184eb3fd35ac333f3efded121d08577b22b1116
parent31957d9fa4fde59be0e8965f57bdc9e60e6185d1
upstream: [media] introduce gspca-stk1135: Syntek STK1135 driver

Hello,
this is a new gspca driver for Syntek STK1135 webcams. The code is completely
new, but register values are based on Syntekdriver (stk11xx) by Nicolas VIVIEN
(http://syntekdriver.sourceforge.net).
Only one webcam type is supported now - vendor 0x174f, device 0x6a31.
It's Asus F5RL laptop flippable webcam with MT9M112.
The camera works better than in Windows - initializes much faster and
provides more resolutions (the sensor can do almost any resolution - just
add it to the stk1135_modes[] - could this feature be somehow used by
applications to avoid SW scaling?).
Autoflip works too - when the camera is flipped around, the image is flipped
automatically.

Signed-off-by: Ondrej Zary <linux@rainbow-software.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/usb/gspca/Kconfig
drivers/media/usb/gspca/Makefile
drivers/media/usb/gspca/stk1135.c [new file with mode: 0644]
drivers/media/usb/gspca/stk1135.h [new file with mode: 0644]