aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
Commit message (Expand)AuthorAgeFilesLines
* last driver import from 3.2.72 for nowWolfgang Wiedmeyer2015-10-2314-2705/+1457
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-23228-4850/+6229
* initial merge with 3.2.72Wolfgang Wiedmeyer2015-10-2382-0/+48917
|\
| * uvcvideo: Fix destruction order in uvc_delete()Takashi Iwai2015-02-201-3/+3
| * sound: simplify au0828 quirk tableMauro Carvalho Chehab2015-02-201-0/+5
| * v4l2-common: fix overflow in v4l_bound_align_image()Maciej Matraszek2014-12-141-6/+3
| * media: usb: uvc: add a quirk for Dell XPS M1330 webcamPaul Fertser2014-12-141-0/+9
| * gspca_pac7302: Add new usb-id for Genius i-Look 317Hans de Goede2014-09-131-0/+1
| * V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility modeGuennadi Liakhovetski2014-06-091-5/+7
| * V4L2: ov7670: fix a wrong index, potentially Oopsing the kernel from user-spaceGuennadi Liakhovetski2014-06-091-1/+1
| * uvcvideo: Do not use usb_set_interface on bulk EPOleksij Rempel2014-04-301-1/+19
| * media: gspca: sn9c20x: add ID for Genius Look 1320 V2Wolfram Sang2014-04-301-0/+1
| * saa7134: Fix unlocked snd_pcm_stop() callTakashi Iwai2014-04-021-0/+2
| * saa7164: fix return value check in saa7164_initdev()Wei Yongjun2014-01-031-1/+3
| * hdpvr: fix iteration over uninitialized lists in hdpvr_probe()Alexey Khoroshilov2013-10-261-5/+6
| * hdpvr: register the video node at the end of probeHans Verkuil2013-10-261-6/+7
| * omap_vout: find_vma() needs ->mmap_sem heldAl Viro2013-03-061-5/+7
| * v4l: Reset subdev v4l2_dev field to NULL if registration failsLaurent Pinchart2013-03-061-16/+14
| * gspca_kinect: add Kinect for Windows USB idJacob Schloss2013-02-201-0/+1
| * au0828: fix case where STREAMOFF being called on stopped stream causes BUG()Devin Heitmueller2012-10-301-4/+8
| * gspca_pac7302: add support for device 1ae7:2001 Speedlink Snappy Microphone S...Frank Schäfer2012-10-171-0/+1
| * gspca_pac7302: Add usb-id for 145f:013cHans de Goede2012-10-171-0/+1
| * USB: spca506: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman2012-09-121-1/+1
| * cx25821: Remove bad strcpy to read-only char*Ezequiel Garcia2012-08-022-4/+1
| * gspca-core: Fix buffers staying in queued state after a stream_offHans de Goede2012-07-041-1/+3
| * uvcvideo: Fix ENUMINPUT handlingLaurent Pinchart2012-05-311-1/+1
| * s5p-fimc: Fix locking in subdev set_crop opSylwester Nawrocki2012-05-201-1/+1
| * marvell-cam: fix an ARM build errorJonathan Corbet2012-05-201-1/+0
| * pvrusb2: fix 7MHz & 8MHz DVB-T tuner support for HVR1900 rev D1F5Michael Krufky2012-04-021-0/+10
| * omap3isp: ccdc: Fix crash in HS/VS interrupt handlerLaurent Pinchart2012-03-191-2/+1
| * hdpvr: fix race conditon during start of streamingJanne Grunau2012-02-291-1/+2
| * cx88: fix: don't duplicate xc4000 entry for radioMiroslav Slugen2012-01-251-12/+12
| * cx23885-dvb: check if dvb_attach() succededMiroslav Slugen2012-01-251-0/+5
| * uvcvideo: Fix integer overflow in uvc_ioctl_ctrl_map()Haogang Chen2012-01-252-0/+10
| * V4L/DVB: v4l2-ioctl: integer overflow in video_usercopy()Dan Carpenter2012-01-251-0/+4
| * gspca: Fix falling back to lower isoc alt settingsMauro Carvalho Chehab2011-12-311-1/+1
| * gspca: Fix bulk mode cameras no longer working (regression fix)Hans de Goede2011-12-291-2/+2
| * Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-232-2/+2
| |\
| | * [media] omap3isp: Fix crash caused by subdevs now having a pointer to devnodesLaurent Pinchart2011-12-192-2/+2
| * | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-12-2020-71/+122
| |\ \ | | |/
| | * [media] s5p-fimc: Fix camera input configuration in subdev operationsSylwester Nawrocki2011-12-111-0/+1
| | * [media] m5mols: Fix logic in sanity checkThomas Jarosch2011-12-111-1/+1
| | * [media] V4L: mt9m111: fix uninitialised mutexGuennadi Liakhovetski2011-12-111-0/+1
| | * [media] V4L: omap1_camera: fix missing <linux/module.h> includeJanusz Krzysztofik2011-12-111-0/+1
| | * [media] V4L: mt9t112: use after free in mt9t112_probe()Dan Carpenter2011-12-111-1/+3
| | * [media] V4L: soc-camera: fix compiler warnings on 64-bit platformsGuennadi Liakhovetski2011-12-114-17/+26
| | * [media] s5p_mfc_enc: fix s/H264/H263/ typoPeter Korsgaard2011-12-111-1/+1
| | * [media] omap_vout: Fix compile error in 3.1Gary Thomas2011-12-111-0/+1
| | * [media] au0828: add missing models 72101, 72201 & 72261 to the model matrixMichael Krufky2011-12-111-0/+3
| | * [media] au0828: add missing USB ID 2040:7213Michael Krufky2011-12-111-0/+2