summaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-03-261-1/+1
|\
| * v4l: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+1
* | Merge branch 'topic/snd_card_new-err' into for-linusTakashi Iwai2009-03-243-10/+12
|\ \ | |/ |/|
| * drivers/media: Convert to snd_card_create()Takashi Iwai2009-01-123-10/+12
* | V4L/DVB (10972): zl10353: i2c_gate_ctrl bug fixAntti Palosaari2009-03-131-0/+1
* | V4L/DVB (10834): zoran: auto-select bt866 for AverMedia 6 EyesMauro Carvalho Chehab2009-03-051-0/+1
* | V4L/DVB (10832): tvaudio: Avoid breakage with tda9874aVitaly Wool2009-03-051-1/+1
* | V4L/DVB (10789): m5602-s5k4aa: Split up the initial sensor probe in chunks.Gregory Lardiere2009-03-051-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-03-021-4/+6
|\ \
| * | Input: uvc - the button on the camera is KEY_CAMERABastien Nocera2009-01-101-4/+6
* | | V4L/DVB (10663): soc-camera: fix S_CROP breakage on PXA and SuperHGuennadi Liakhovetski2009-02-262-21/+18
* | | V4L/DVB (10659): em28xx: register device to soundcard for sysfsNicola Soranzo2009-02-261-0/+2
* | | V4L/DVB (10626): ivtv: fix regression in get sliced vbi formatHans Verkuil2009-02-171-1/+1
* | | V4L/DVB (10625): ivtv: fix decoder crash regressionHans Verkuil2009-02-171-12/+12
* | | V4L/DVB (10619): gspca - main: Destroy the URBs at disconnection time.Adam Baker2009-02-171-0/+5
* | | V4L/DVB (10403): saa7134-alsa: saa7130 doesn't support digital audioMauro Carvalho Chehab2009-02-011-1/+5
* | | V4L/DVB (10229): ivtv: fix memory leakHans Verkuil2009-01-291-1/+3
* | | V4L/DVB (10385): gspca - main: Fix memory leak when USB disconnection while s...Jean-Francois Moine2009-01-291-2/+2
* | | V4L/DVB (10325): em28xx: Fix for fail to submit URB with IRQs and Pre-emption...Robert Krakora2009-01-292-5/+11
* | | V4L/DVB (10314): cx25840: ignore TUNER_SET_CONFIG in the command callback.Hans Verkuil2009-01-291-1/+1
* | | V4L/DVB (10261): em28xx: fix kernel panic on audio shutdownDevin Heitmueller2009-01-291-1/+1
* | | V4L/DVB (10257): em28xx: Fix for KWorld 330U BoardRobert Krakora2009-01-294-9/+49
* | | V4L/DVB (10256): em28xx: Fix for KWorld 330U AC97Robert Krakora2009-01-291-0/+4
* | | V4L/DVB (10254): em28xx: Fix audio URB transfer buffer race conditionRobert Krakora2009-01-291-1/+8
* | | V4L/DVB (10250): cx25840: fix regression: fw not loaded on first useHans Verkuil2009-01-291-0/+8
* | | V4L/DVB (10248): v4l-dvb: fix a bunch of compile warnings.Hans Verkuil2009-01-292-2/+2
* | | V4L/DVB (10243): em28xx: fix compile warningHans Verkuil2009-01-291-1/+1
* | | V4L/DVB (10240): Fix obvious swapped names in v4l2_subdev logicMike Isely2009-01-291-2/+2
* | | V4L/DVB (10229): cx88-dvb: Fix order of frontend allocationsAndy Walls2009-01-291-34/+38
* | | V4L/DVB (10228): em28xx: fix audio output PCM IN selectionMauro Carvalho Chehab2009-01-292-0/+28
* | | V4L/DVB (10226): zoran: Get rid of extra module ref countTrent Piepho2009-01-291-49/+33
* | | V4L/DVB (10225): zoran: Remove zr36057_adr fieldTrent Piepho2009-01-292-15/+7
* | | V4L/DVB (10224): zoran: Use pci device table to get card typeTrent Piepho2009-01-292-64/+47
* | | V4L/DVB (10223): zoran: Remove global device arrayTrent Piepho2009-01-293-30/+6
* | | V4L/DVB (10222): zoran: Better syntax for initializing array module paramsTrent Piepho2009-01-291-8/+8
* | | V4L/DVB (10219): saa7134: Prevent Oops due to stale IRQ status when enabling ...Andy Walls2009-01-291-0/+4
* | | V4L/DVB (10218): cx23885: Fix Oops for mixed install of analog and digital on...Andy Walls2009-01-292-3/+5
* | | V4L/DVB (10216): saa7127: fix broken S-Video with saa7129Martin Dauskardt2009-01-291-22/+30
* | | V4L/DVB (10212): Convert to be a pci driverTrent Piepho2009-01-293-304/+296
* | | V4L/DVB (10209): tveeprom: Properly initialize tuner type (BZ#11367)Mauro Carvalho Chehab2009-01-291-0/+3
* | | V4L/DVB (10208): zoran: Re-adds udev entry removed by changeset 60b4bde4Mauro Carvalho Chehab2009-01-291-0/+8
* | | V4L/DVB (10202): [PATCH] v4l/tvp514x: Don't write after line endSebastian Andrzej Siewior2009-01-291-1/+1
* | | V4L/DVB (10201): Fixes cx88 compilation bugMauro Carvalho Chehab2009-01-291-1/+1
* | | V4L/DVB (10199): uvcvideo: Fix GET_DEF failure detection.Laurent Pinchart2009-01-291-1/+1
* | | V4L/DVB (10198): uvcvideo: Print the UVC version number in binary-coded decimal.Laurent Pinchart2009-01-291-1/+1
* | | V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart2009-01-298-178/+184
* | | V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi2009-01-2910-10/+0
* | | V4L/DVB (10192): em28xx: fix input selectionMauro Carvalho Chehab2009-01-291-18/+23
| |/ |/|
* | V4L/DVB (10190): cx88: Fix some Kbuild troublesMauro Carvalho Chehab2009-01-076-47/+65
* | V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etcJulia Lawall2009-01-075-7/+5
OpenPOWER on IntegriCloud