Commit Graph

3675 Commits (fa9363c5f866d6beedf36d4f4b1393ba802d8248)

Author SHA1 Message Date
Michael Krufky 59067f7ed4 V4L/DVB (6961): tda18271: move common code to tda18271-common.c 17 years ago
Michael Krufky 255b5113b4 V4L/DVB (6960): tda18271: add support for NXP TDA18271HD/C2 17 years ago
Michael Krufky dec9ccceef V4L/DVB (6959): tda18271: add MODULE_VERSION 17 years ago
Michael Krufky 95af8a26cb V4L/DVB (6958): tda18271: clean up function tda18271_set_analog_params 17 years ago
Michael Krufky 33f25b4275 V4L/DVB (6957): tda18271: fail table lookups if frequency is out of range 17 years ago
Mauro Carvalho Chehab 0be4375410 V4L/DVB (6956): Add Radio support for em28xx 17 years ago
Mauro Carvalho Chehab 3abee53e44 V4L/DVB (6955): Properly implement 12MHz I2S support 17 years ago
Mauro Carvalho Chehab 0f6dac18cc V4L/DVB (6954): There isn't a MTS radio firmware 17 years ago
Mauro Carvalho Chehab e545d6e276 V4L/DVB (6953): Fix radio set frequency logic 17 years ago
Mauro Carvalho Chehab d7448a8d9d V4L/DVB (6952): Add code for autoloading em28xx-alsa, if needed 17 years ago
Mauro Carvalho Chehab 6d79468dd8 V4L/DVB (6951): Integrates em28xx-audio.c into em28xx kernel module 17 years ago
Mauro Carvalho Chehab 1a6f11e0e8 V4L/DVB (6950): Lindent em28xx-audio.c 17 years ago
Markus Rechberger a52932b405 V4L/DVB (6949): Adds em28xx-audio module 17 years ago
Mauro Carvalho Chehab 74f38a8237 V4L/DVB (6948): HVR950 requires additional settings for audio to properly work 17 years ago
Mauro Carvalho Chehab 539c96d0fd V4L/DVB (6947): Improve audio setup handling 17 years ago
Mauro Carvalho Chehab 6596a4f603 V4L/DVB (6944): Fix in-kernel ivtv compilation 17 years ago
Michael Krufky 29a7b4cb44 V4L/DVB (6936): cx23885: update model matrix for Hauppauge HVR1500 17 years ago
Michael Krufky b00fff0be5 V4L/DVB (6935): cx23885: add missing subsystem IDs for Hauppauge HVR1500 Retail 17 years ago
Michael Krufky 68370cf94e V4L/DVB (6934): cx23885: update model matrix for Hauppauge HVR1250 17 years ago
Michael Krufky 6a0a962cbc V4L/DVB (6933): cx23885: update model matrix for Hauppauge HVR1800 17 years ago
Michael Krufky 6ccb8cfbb9 V4L/DVB (6932): cx23885: add missing subsystem ID for Hauppauge HVR1800 Retail 17 years ago
Steven Toth 71bc9bd96b V4L/DVB (6930): xc5000: Removed erroneous defines 17 years ago
Michael Krufky b92bf0f6a9 V4L/DVB (6928): tda18271: break calculation functions out of tda18271_tune 17 years ago
Michael Krufky 182519f4c9 V4L/DVB (6927): tda18271: improve printk macros 17 years ago
Michael Krufky 2f27dfc98c V4L/DVB (6926): tda18271: consolidate table lookup functions 17 years ago
Michael Krufky d37142102a V4L/DVB (6925): tda18271: move state structures to tda18271-priv.h 17 years ago
Michael Krufky 7686b574a1 V4L/DVB (6924): tda18271: fix whitespace in tda18271_ir_measure 17 years ago
Michael Krufky 926bf3ca93 V4L/DVB (6923): tda18271: remove extraneous debug 17 years ago
Michael Krufky 67d52e2903 V4L/DVB (6920): tuner: fix backwards logic in check for set_config 17 years ago
Michael Krufky de7234bb05 V4L/DVB (6919): Kconfig: VIDEO_CX23885 must select DVB_TUNER_XC5000 if !DVB_FE_CUSTOMIZE 17 years ago
Hans Verkuil 3e509c7604 V4L/DVB (6917): ivtv: small textual update 17 years ago
Jean Delvare d998cc6a6d V4L/DVB (6915): ivtv: drop an incorrect comment 17 years ago
Mauro Carvalho Chehab 9134be0376 V4L/DVB (6914): Fix a few issues at the bttv conversion 17 years ago
Mauro Carvalho Chehab 04a94d3ca2 V4L/DVB (6913): Preserve the previous order to make easier to check the conversion 17 years ago
Mauro Carvalho Chehab e5ae3db461 V4L/DVB (6912): Replace vidioc_ to bttv_ 17 years ago
Douglas Schilling Landgraf 402aa76aa5 V4L/DVB (6911): Converted bttv to use video_ioctl2 17 years ago
Michael Krufky 4041f1a587 V4L/DVB (6909): cx23885: fix bad use count caused by tda18271 being probed by tda8290 17 years ago
Michael Krufky c90762799c V4L/DVB (6908): tda8290: add the option not to probe for tuners passed into tda829x_config 17 years ago
Michael Krufky fe0bf6d783 V4L/DVB (6907): tda18271: create separate calc_pll functions 17 years ago
Michael Krufky f0bd504fb9 V4L/DVB (6906): tda18271: rename tda18271_calc_* functions to tda18271_lookup_* 17 years ago
Michael Krufky 49e7aaf0ff V4L/DVB (6905): tda18271: check ID register during attach 17 years ago
Michael Krufky 7e946c8a42 V4L/DVB (6904): tda18271: divider byte 1, bit 7 is always 0 17 years ago
Matthias Schwarzott 994fc28b6c V4L/DVB (6903): mt312: CodingStyle fix 17 years ago
Michael Krufky 478f42292d V4L/DVB (6901): Kconfig: VIDEO_CX23885 selects TUNER_TDA8290 and DVB_TDA18271 17 years ago
Michael Krufky 3ba71d2194 V4L/DVB (6900): cx23885: enable EZ-QAM mode for Hauppauge WinTV HVR-1800 17 years ago
Michael Krufky 4cd8a7bd65 V4L/DVB (6899): Kconfig: VIDEO_CX23885 must select TUNER_XC2028 if !DVB_FE_CUSTOMIZE 17 years ago
Michael Krufky 07b4a835d4 V4L/DVB (6898): cx23885: add support for Hauppauge WinTV HVR-1500 17 years ago
Chris Pascoe ef207feddf V4L/DVB (6897): xc2028: ignore HAS_IF during specific S-Code type searches 17 years ago
Hans Verkuil 0e614cd1a5 V4L/DVB (6896): ivtv: add XC2028 support for Club3D cards 17 years ago
Michael Krufky 3f51451b51 V4L/DVB (6894): xc5000: fix build warning 17 years ago