3b2ae0be9e
- Make the driver depend on V4L2 only (KConfig) - Better and safe locking mechanism of the device structure on open(), close() and disconnect() - Use kref for handling device deallocation - Generic cleanups Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
14 lines
493 B
Text
14 lines
493 B
Text
config USB_ET61X251
|
|
tristate "USB ET61X[12]51 PC Camera Controller support"
|
|
depends on VIDEO_V4L2
|
|
---help---
|
|
Say Y here if you want support for cameras based on Etoms ET61X151
|
|
or ET61X251 PC Camera Controllers.
|
|
|
|
See <file:Documentation/video4linux/et61x251.txt> for more info.
|
|
|
|
This driver uses the Video For Linux API. You must say Y or M to
|
|
"Video For Linux" to use this driver.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called et61x251.
|