aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/au0828
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [media] several drivers: Fix a few gcc 4.6 warningsMauro Carvalho Chehab2011-03-222-7/+0
* [media] tuner-core: remove usage of DIGITAL_TVMauro Carvalho Chehab2011-03-211-2/+1
* [media] au0828: fix VBI handling when in V4L2 streaming modeDevin Heitmueller2011-02-021-4/+24
* [media] V4L: remove V4L1 compatibility modeHans Verkuil2010-12-291-12/+0
* [media] au0828: enable VBI timeout when calling read() without streamon()Devin Heitmueller2010-12-291-0/+7
* [media] au0828: fixes for timeout on no videoDevin Heitmueller2010-12-292-28/+56
* [media] au0828: continue video streaming even when no ITU-656 coming inDevin Heitmueller2010-12-292-0/+63
* [media] au0828: Fix field alignment for video frames delivered by driverDevin Heitmueller2010-12-291-1/+1
* [media] au0828: set max packets per URB to match Windows driverDevin Heitmueller2010-12-291-1/+1
* [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-221-2/+2
* [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-221-2/+2
* V4L/DVB: videobuf: add ext_lock argument to the queue init functionsHans Verkuil2010-10-211-2/+2
* V4L/DVB: au0828: move dereference below sanity checksDan Carpenter2010-08-021-1/+3
* V4L/DVB: Add closed captioning support for the HVR-950qDevin Heitmueller2010-08-024-120/+481
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-201-2/+2
|\
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-2/+2
* | V4L/DVB: video/au0828: off by one bugDan Carpenter2010-05-191-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-162-28/+8
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-2/+2
* V4L/DVB (12360): au0828: fix typo: dvb uses bulk xfer, dont say isoc in debugMichael Krufky2009-09-121-1/+1
* V4L/DVB (12343): Stop defining I2C adapter IDs nobody usesJean Delvare2009-09-121-1/+0
* V4L/DVB (11928): au0828: provide module option to disable USB speed checkDevin Heitmueller2009-06-161-1/+6
* V4L/DVB (11924): au0828: Don't let device work unless connected to a high spe...Devin Heitmueller2009-06-161-0/+12
* V4L/DVB (11808): au0828: get rid of debug printk that was causing compile fai...Devin Heitmueller2009-06-161-5/+0
* V4L/DVB (11805): au0828: send command to power down tuner when done with analogDevin Heitmueller2009-06-161-0/+3
* V4L/DVB (11794): au0828: reduce reset time for xc5000 to 10msDevin Heitmueller2009-06-161-2/+2
* V4L/DVB (11652): au0828: fix kernel oops regression on USB disconnect.Devin Heitmueller2009-04-291-2/+4
* V4L/DVB (11438): au0828: fix Kconfig dependanceAlexander Beregalov2009-04-061-0/+1
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-6/+4
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-061-4/+4
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11357): au0828: remove explicitly set v4l2_device.name and unused au...Janne Grunau2009-04-061-6/+1
* V4L/DVB (11356): au0828: use usb_interface.dev for v4l2_device_registerJanne Grunau2009-04-061-1/+1
* V4L/DVB (11343): au0828: make i2c clock speed per-board configurableDevin Heitmueller2009-04-063-20/+18
* V4L/DVB (11342): au0828: better document i2c registersDevin Heitmueller2009-04-062-28/+69
* V4L/DVB (11142): au0828: fix oops on ARM platform when allocating transfer bu...Devin Heitmueller2009-03-301-1/+1
* V4L/DVB (11127): Kconfig: replace all occurrences of CUSTOMIZE to CUSTOMISEMauro Carvalho Chehab2009-03-301-3/+3
* V4L/DVB (11110): au8522/au0828: Fix Kconfig dependenciesMauro Carvalho Chehab2009-03-301-1/+1
* V4L/DVB (11109): au0828: Fix compilation when VIDEO_ADV_DEBUG = nMauro Carvalho Chehab2009-03-301-1/+3
* V4L/DVB (11088): au0828: finish videodev/subdev conversionDevin Heitmueller2009-03-304-50/+16
* V4L/DVB (11086): au0828: rename macro for currently non-function VBI supportDevin Heitmueller2009-03-301-8/+8
* V4L/DVB (11085): au0828/au8522: Codingstyle fixesDevin Heitmueller2009-03-304-115/+100
* V4L/DVB (11084): au0828: add entry for undefined input typeDevin Heitmueller2009-03-301-0/+1
* V4L/DVB (11083): au0828: remove some unneeded bracesDevin Heitmueller2009-03-301-7/+3
* V4L/DVB (11082): au0828: remove memset calls in v4l2 routines.Devin Heitmueller2009-03-301-7/+1
* V4L/DVB (11081): au0828: make sure v4l2_device name is uniqueDevin Heitmueller2009-03-301-2/+5