f327ebbd00
- Add support for SN9C105 and SN9C120 - Add some more USB device identifiers - Add support for OV7660 - Implement audio ioctl's and VIDIOC_ENUM_FRAMESIZES - Add preliminary support for 0x0c45/0x6007 - Documentation updates - Generic improvements Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
12 lines
409 B
Plaintext
12 lines
409 B
Plaintext
config USB_SN9C102
|
|
tristate "USB SN9C1xx PC Camera Controller support"
|
|
depends on USB && VIDEO_V4L1
|
|
---help---
|
|
Say Y here if you want support for cameras based on SONiX SN9C101,
|
|
SN9C102, SN9C103, SN9C105 and SN9C120 PC Camera Controllers.
|
|
|
|
See <file:Documentation/video4linux/sn9c102.txt> for more info.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called sn9c102.
|