Pull media updates from Mauro Carvalho Chehab: - some V4L2 API updates needed by embedded devices - DVB API extensions for ATSC-MH delivery system, used in US for mobile TV - new tuners for fc0011/0012/0013 and tua9001 - a new dvb driver for af9033/9035 - a new ATSC-MH frontend (lg2160) - new remote controller keymaps - Removal of a few legacy webcam driver that got replaced by gspca on several kernel versions ago - a new driver for Exynos 4/5 webcams(s5pp fimc-lite) - a new webcam sensor driver (smiapp) - a new video input driver for embedded (sta2x1xx) - several improvements, fixes, cleanups, etc inside the drivers. Manually fix up conflicts due to err() -> dev_err() conversion in drivers/staging/media/easycap/easycap_main.c * 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (484 commits) [media] saa7134-cards: Remove a PCI entry added by mistake [media] radio-sf16fmi: add support for SF16-FMD [media] rc-loopback: remove duplicate line [media] patch for Asus My Cinema PS3-100 (1043:48cd) [media] au0828: Move the Kconfig knob under V4L_USB_DRIVERS [media] em28xx: simple comment fix [media] [resend] radio-sf16fmr2: add PnP support for SF16-FMD2 [media] smiapp: Use v4l2_ctrl_new_int_menu() instead of v4l2_ctrl_new_custom() [media] smiapp: Add support for 8-bit uncompressed formats [media] smiapp: Allow generic quirk registers [media] smiapp: Use non-binning limits if the binning limit is zero [media] smiapp: Initialise rval in smiapp_read_nvm() [media] smiapp: Round minimum pre_pll up rather than down in ip_clk_freq check [media] smiapp: Use 8-bit reads only before identifying the sensor [media] smiapp: Quirk for sensors that only do 8-bit reads [media] smiapp: Pass struct sensor to register writing commands instead of i2c_client [media] smiapp: Allow using external clock from the clock framework [media] zl10353: change .read_snr() to report SNR as a 0.1 dB [media] media: add support to gspca/pac7302.c for 093a:2627 (Genius FaceCam 300) [media] m88rs2000 - only flip bit 2 on reg 0x70 on 16th try ... |
||
|---|---|---|
| .. | ||
| bttv | ||
| cx88 | ||
| cx2341x | ||
| .gitignore | ||
| 4CCs.txt | ||
| API.html | ||
| cafe_ccic | ||
| CARDLIST.au0828 | ||
| CARDLIST.bttv | ||
| CARDLIST.cx88 | ||
| CARDLIST.cx23885 | ||
| CARDLIST.em28xx | ||
| CARDLIST.ivtv | ||
| CARDLIST.saa7134 | ||
| CARDLIST.saa7164 | ||
| CARDLIST.tm6000 | ||
| CARDLIST.tuner | ||
| CARDLIST.usbvision | ||
| cpia2_overview.txt | ||
| CQcam.txt | ||
| cx18.txt | ||
| et61x251.txt | ||
| extract_xc3028.pl | ||
| fimc.txt | ||
| gspca.txt | ||
| hauppauge-wintv-cx88-ir.txt | ||
| ibmcam.txt | ||
| lifeview.txt | ||
| m5602.txt | ||
| meye.txt | ||
| not-in-cx2388x-datasheet.txt | ||
| omap3isp.txt | ||
| ov511.txt | ||
| pxa_camera.txt | ||
| radiotrack.txt | ||
| README.cpia2 | ||
| README.cx88 | ||
| README.davinci-vpbe | ||
| README.ir | ||
| README.ivtv | ||
| README.pvrusb2 | ||
| README.saa7134 | ||
| README.tlg2300 | ||
| se401.txt | ||
| sh_mobile_ceu_camera.txt | ||
| si470x.txt | ||
| si4713.txt | ||
| sn9c102.txt | ||
| soc-camera.txt | ||
| stv680.txt | ||
| uvcvideo.txt | ||
| v4l2-controls.txt | ||
| v4l2-framework.txt | ||
| videobuf | ||
| w9966.txt | ||
| w9968cf.txt | ||
| zc0301.txt | ||
| Zoran | ||
| zr364xx.txt | ||
tlg2300 release notes ==================== This is a v4l2/dvb device driver for the tlg2300 chip. current status ============== video - support mmap and read().(no overlay) audio - The driver will register a ALSA card for the audio input. vbi - Works for almost TV norms. dvb-t - works for DVB-T FM - Works for radio. --------------------------------------------------------------------------- TESTED APPLICATIONS: -VLC1.0.4 test the video and dvb. The GUI is friendly to use. -Mplayer test the video. -Mplayer test the FM. The mplayer should be compiled with --enable-radio and --enable-radio-capture. The command runs as this(The alsa audio registers to card 1): #mplayer radio://103.7/capture/ -radio adevice=hw=1,0:arate=48000 \ -rawaudio rate=48000:channels=2 --------------------------------------------------------------------------- KNOWN PROBLEMS: about preemphasis: You can set the preemphasis for radio by the following command: #v4l2-ctl -d /dev/radio0 --set-ctrl=pre_emphasis_settings=1 "pre_emphasis_settings=1" means that you select the 50us. If you want to select the 75us, please use "pre_emphasis_settings=2"