f423b9a86a
@ Don't assume that SOF headers can't cross packets boundaries @ Fix compression quality selection + Add support for MI-0360 image sensor * Documentation updates @ Fix sysfs @ MI0343 rewritten * HV7131R color fixes and add new ABLC control * Rename the archive from "sn9c102" to "sn9c1xx" * fix typos * better support for TAS5110D @ fix OV7630 wrong colors @ Don't return an error if no input buffers are enqueued yet on VIDIOC_STREAMON * Add informations about colorspaces * More appropriate error codes in case of failure of some system calls * More precise hardware detection * Add more informations about supported hardware in the documentation + More supported devices + Add support for HV7131R image sensor Signed-off-by: Luca Risolia <luca.risolia@studio.unibo.it> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
14 lines
324 B
Makefile
14 lines
324 B
Makefile
sn9c102-objs := sn9c102_core.o \
|
|
sn9c102_hv7131d.o \
|
|
sn9c102_hv7131r.o \
|
|
sn9c102_mi0343.o \
|
|
sn9c102_mi0360.o \
|
|
sn9c102_ov7630.o \
|
|
sn9c102_ov7660.o \
|
|
sn9c102_pas106b.o \
|
|
sn9c102_pas202bcb.o \
|
|
sn9c102_tas5110c1b.o \
|
|
sn9c102_tas5110d.o \
|
|
sn9c102_tas5130d1b.o
|
|
|
|
obj-$(CONFIG_USB_SN9C102) += sn9c102.o
|