On Sat, Dec 23, 2017 at 12:19 AM, Maciej S. Szmigiero <mail@xxxxxxxxxxxxxxxxxxxxx> wrote: > This patch adds support for analog part of Medion 95700 in the cxusb > driver. > > What works: > * Video capture at various sizes with sequential fields, > * Input switching (TV Tuner, Composite, S-Video), > * TV and radio tuning, > * Video standard switching and auto detection, > * Radio mode switching (stereo / mono), > * Unplugging while capturing, > * DVB / analog coexistence, > * Raw BT.656 stream support. > > What does not work yet: > * Audio, > * VBI, > * Picture controls. > > Signed-off-by: Maciej S. Szmigiero <mail@xxxxxxxxxxxxxxxxxxxxx> > --- > drivers/media/usb/dvb-usb/Kconfig | 16 +- > drivers/media/usb/dvb-usb/Makefile | 3 + > drivers/media/usb/dvb-usb/cxusb-analog.c | 1914 ++++++++++++++++++++++++++++++ > drivers/media/usb/dvb-usb/cxusb.c | 2 - > drivers/media/usb/dvb-usb/cxusb.h | 106 ++ > 5 files changed, 2037 insertions(+), 4 deletions(-) > create mode 100644 drivers/media/usb/dvb-usb/cxusb-analog.c <snip> > index 000000000000..969d82b24f41 > --- /dev/null > +++ b/drivers/media/usb/dvb-usb/cxusb-analog.c > @@ -0,0 +1,1914 @@ > +// SPDX-License-Identifier: GPL-2.0+ Thanks! For the SPDX tags usage: Acked-by: Philippe Ombredanne <pombredanne@xxxxxxxx>