summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
* | V4L/DVB (9223): MFE: Fix a number of bugs and some tidying upDarron Broad2008-10-176-45/+13
* | V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2008-10-1713-316/+680
* | V4L/DVB (9219): Kernel config comment corrected (radio-silabs -> radio-si470x)Tobias Lorenz2008-10-171-1/+1
* | V4L/DVB (9218): si470x: removement of get/set input/audioTobias Lorenz2008-10-171-68/+4
* | V4L/DVB (9217): si470x: correction of mono/stereo handlingTobias Lorenz2008-10-171-6/+18
* | V4L/DVB (9216): si470x: tuner->type handlingTobias Lorenz2008-10-171-9/+12
* | V4L/DVB (9215): si470x: improvement of unsupported base controlsTobias Lorenz2008-10-171-21/+12
* | V4L/DVB (9214): si470x: improvement of module device supportTobias Lorenz2008-10-171-17/+30
* | V4L/DVB (9213): si470x: module_param access rightsTobias Lorenz2008-10-171-17/+22
* | V4L/DVB (9208): vpx3220: convert i2c driver for new i2c APIHans Verkuil2008-10-171-237/+91
* | V4L/DVB (9207): saa7185: convert i2c driver for new i2c APIHans Verkuil2008-10-171-160/+50
* | V4L/DVB (9206): saa7114: convert i2c driver for new i2c APIHans Verkuil2008-10-171-256/+108
* | V4L/DVB (9205): saa7111: convert i2c driver for new i2c APIHans Verkuil2008-10-171-166/+58
* | V4L/DVB (9204): saa7110: convert i2c driver for new i2c APIHans Verkuil2008-10-171-178/+64
* | V4L/DVB (9203): ks0127: convert i2c driver for new i2c APIHans Verkuil2008-10-171-264/+212
* | V4L/DVB (9202): bt866: convert i2c driver for new i2c APIHans Verkuil2008-10-171-172/+83
* | V4L/DVB (9201): bt856: convert i2c driver for new i2c APIHans Verkuil2008-10-171-169/+49
* | V4L/DVB (9200): bt819: convert i2c driver for new i2c APIHans Verkuil2008-10-171-229/+92
* | V4L/DVB (9199): adv7175: convert i2c driver for new i2c APIHans Verkuil2008-10-171-183/+60
* | V4L/DVB (9198): adv7170: convert i2c driver for new i2c APIHans Verkuil2008-10-171-194/+57
* | V4L/DVB (9197): zoran: set adapter class to I2C_CLASS_TV_ANALOGJean Delvare2008-10-171-0/+1
* | V4L/DVB (9195): Frontend API Fix: 32APSK is a valid modulation for the DVB-S2...Manu Abraham2008-10-171-0/+1
* | V4L/DVB (9194): stk-webcam: fix crash on close after disconnectDavid Ellingsworth2008-10-171-11/+7
* | V4L/DVB (9193): stk-webcam: minor cleanupDavid Ellingsworth2008-10-172-9/+1
* | V4L/DVB (9191): ivtv: partially revert an earlier patch that checks the max i...Hans Verkuil2008-10-171-2/+16
* | V4L/DVB (9190): ivtv: yuv write() error handling tweakIan Armstrong2008-10-171-7/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-1/+1
|\
| * device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-1/+1
* | remove CONFIG_KMOD from driversJohannes Berg2008-10-177-26/+3
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2008-10-13350-6788/+29495
|\
| * V4L/DVB (9186): Added support for Prof 7300 DVB-S/S2 cardsOleg Roitburd2008-10-133-18/+19
| * V4L/DVB (9184): cx24116: Change the default SNR units back to percentage by d...Steven Toth2008-10-131-2/+2
| * V4L/DVB (9183): S2API: Return error of the caller provides 0 commands.Steven Toth2008-10-131-2/+2
| * V4L/DVB (9182): S2API: Added support for DTV_HIERARCHYSteven Toth2008-10-131-0/+16
| * V4L/DVB (9181): S2API: Add support fot DTV_GUARD_INTERVAL and DTV_TRANSMISSIO...Steven Toth2008-10-131-0/+32
| * V4L/DVB (9180): S2API: Added support for DTV_CODE_RATE_HP/LPSteven Toth2008-10-131-0/+32
| * V4L/DVB (9178): cx24116: Add module parameter to return SNR as ESNO.Steven Toth2008-10-131-3/+36
| * V4L/DVB (9177): S2API: Change _8PSK / _16APSK to PSK_8 and APSK_16Steven Toth2008-10-132-28/+29
| * V4L/DVB (9176): Add support for DvbWorld USB cards with STV0288 demodulator.Igor M. Liplianin2008-10-133-4/+254
| * V4L/DVB (9175): Remove NULL pointer in stb6000 driver.Igor M. Liplianin2008-10-131-1/+2
| * V4L/DVB (9174): Allow custom inittab for ST STV0288 demodulator.Igor M. Liplianin2008-10-132-4/+18
| * V4L/DVB (9173): S2API: Remove the hardcoded command limit during validationSteven Toth2008-10-131-2/+1
| * V4L/DVB (9172): S2API: Bugfix related to DVB-S / DVB-S2 tuning for the legacy...Darron Broad2008-10-131-0/+2
| * V4L/DVB (9171): S2API: Stop an OOPS if illegal commands are dumped in S2API.Darron Broad2008-10-131-0/+7
| * V4L/DVB (9170): cx24116: Sanity checking to data input via S2API to the cx241...Darron Broad2008-10-131-21/+68
| * V4L/DVB (9169): uvcvideo: Support two new Bison Electronics webcams.Laurent Pinchart2008-10-131-0/+18
| * V4L/DVB (9168): Add support for MSI TV@nywhere Plus remoteBrian Rogers2008-10-135-3/+185
| * V4L/DVB: v4l2-dev: remove duplicated #includeHuang Weiyi2008-10-131-1/+0
| * V4L/DVB (9166): ivtv - Fix potential race condition in yuv handlerIan Armstrong2008-10-134-5/+9
| * V4L/DVB (9165): ivtv: V4L2_FBUF_FLAG_OVERLAY status fixIan Armstrong2008-10-131-2/+3
OpenPOWER on IntegriCloud