diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-15 12:22:18 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-15 12:22:18 -0400 |
commit | 043fe50f8085c12651c96f04576eae4d8a22f3d8 (patch) | |
tree | 214b4f985ce7d3b1a4961620e2c2f4f5f06e1c35 /drivers/media/video/ivtv/ivtv-driver.c | |
parent | 227423904c709a8e60245c97081bbeb4fb500655 (diff) | |
parent | ea47689e74a1637fac4f5fc44890f3662c976849 (diff) |
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6: (213 commits)
V4L/DVB (12720): em28xx-cards: Add vendor/product id for Kworld DVD Maker 2
V4L/DVB (12713): em28xx: Cleanups at ir_i2c handler
V4L/DVB (12712): em28xx: properly load ir-kbd-i2c when needed
V4L/DVB (12701): saa7134: ir-kbd-i2c init data needs a persistent object
V4L/DVB (12699): cx18: ir-kbd-i2c initialization data should point to a persistent object
V4L/DVB (12698): em28xx: ir-kbd-i2c init data needs a persistent object
V4L/DVB (12707): gspca - sn9c20x: Add SXGA support to MT9M111
V4L/DVB (12706): gspca - sn9c20x: disable exposure/gain controls for MT9M111 sensors.
V4L/DVB (12705): gspca - sn9c20x: Add SXGA support to SOI968
V4L/DVB (12703): gspca - sn9c20x: Reduces size of object
V4L/DVB (12704): gspca - sn9c20x: Fix exposure on SOI968 sensors
V4L/DVB (12696): gspca - sonixj / sn9c102: Two drivers for 0c45:60fc and 0c45:613e.
V4L/DVB (12695): gspca - vc032x: Do the LED work with the sensor hv7131r.
V4L/DVB (12694): gspca - vc032x: Change the start exchanges of the sensor hv7131r.
V4L/DVB (12693): gspca - sunplus: The brightness is signed.
V4L/DVB (12692): gspca - sunplus: Optimize code.
V4L/DVB (12691): gspca - sonixj: Don't use mdelay().
V4L/DVB (12690): gspca - pac7311: Webcam 06f8:3009 added.
V4L/DVB (12686): dvb-core: check supported QAM modulations
V4L/DVB (12685): dvb-core: check fe->ops.set_frontend return value
...
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index 558f8a837ff4..63ea0fb66063 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -186,6 +186,7 @@ MODULE_PARM_DESC(cardtype, | |||
186 | "\t\t\t24 = AverMedia EZMaker PCI Deluxe\n" | 186 | "\t\t\t24 = AverMedia EZMaker PCI Deluxe\n" |
187 | "\t\t\t25 = AverMedia M104 (not yet working)\n" | 187 | "\t\t\t25 = AverMedia M104 (not yet working)\n" |
188 | "\t\t\t26 = Buffalo PC-MV5L/PCI\n" | 188 | "\t\t\t26 = Buffalo PC-MV5L/PCI\n" |
189 | "\t\t\t27 = AVerMedia UltraTV 1500 MCE\n" | ||
189 | "\t\t\t 0 = Autodetect (default)\n" | 190 | "\t\t\t 0 = Autodetect (default)\n" |
190 | "\t\t\t-1 = Ignore this card\n\t\t"); | 191 | "\t\t\t-1 = Ignore this card\n\t\t"); |
191 | MODULE_PARM_DESC(pal, "Set PAL standard: BGH, DK, I, M, N, Nc, 60"); | 192 | MODULE_PARM_DESC(pal, "Set PAL standard: BGH, DK, I, M, N, Nc, 60"); |
@@ -218,7 +219,7 @@ MODULE_PARM_DESC(ivtv_yuv_mode, | |||
218 | "\t\t\tDefault: 0 (interlaced)"); | 219 | "\t\t\tDefault: 0 (interlaced)"); |
219 | MODULE_PARM_DESC(ivtv_yuv_threshold, | 220 | MODULE_PARM_DESC(ivtv_yuv_threshold, |
220 | "If ivtv_yuv_mode is 2 (auto) then playback content as\n\t\tprogressive if src height <= ivtv_yuvthreshold\n" | 221 | "If ivtv_yuv_mode is 2 (auto) then playback content as\n\t\tprogressive if src height <= ivtv_yuvthreshold\n" |
221 | "\t\t\tDefault: 480");; | 222 | "\t\t\tDefault: 480"); |
222 | MODULE_PARM_DESC(enc_mpg_buffers, | 223 | MODULE_PARM_DESC(enc_mpg_buffers, |
223 | "Encoder MPG Buffers (in MB)\n" | 224 | "Encoder MPG Buffers (in MB)\n" |
224 | "\t\t\tDefault: " __stringify(IVTV_DEFAULT_ENC_MPG_BUFFERS)); | 225 | "\t\t\tDefault: " __stringify(IVTV_DEFAULT_ENC_MPG_BUFFERS)); |