aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvision (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] rename most media/video usb drivers to media/usbMauro Carvalho Chehab8-6449/+0
2012-08-13[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-1/+1
2012-08-09[media] usbvision: remove V4L2_FL_LOCK_ALL_FOPSHans Verkuil1-6/+36
2012-05-14[media] v4l: fix compiler warningsHans Verkuil1-7/+5
2012-05-14[media] v4l2-dev: add flag to have the core lock all file operationsHans Verkuil1-0/+4
2011-11-23Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab1-0/+1
2011-11-08[media] usbvision: Drop broken 10-bit I2C address supportJean Delvare1-34/+12
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe1-2/+2
2011-07-27[media] Stop using linux/version.h on most video driversMauro Carvalho Chehab1-11/+1
2011-05-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds6-97/+114
2011-05-20[media] usbvision: remove broken testpatternOndrej Zary1-92/+0
2011-05-20[media] usbvision: add Nogatech USB MicroCamOndrej Zary6-5/+114
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+3
2010-12-30[media] usbvision: coding styleHans Verkuil5-686/+557
2010-12-30[media] usbvision: convert // to /* */Hans Verkuil4-175/+173
2010-12-30[media] usbvision: get rid of camelCaseHans Verkuil5-1581/+1581
2010-12-30[media] usbvision: convert to unlocked_ioctlHans Verkuil3-43/+9
2010-12-29[media] V4L: remove V4L1 compatibility modeHans Verkuil1-3/+0
2010-12-02Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds1-3/+3
2010-11-22[media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart1-3/+3
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-22[media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart1-3/+3
2010-10-21V4L/DVB: usbvision: remove BKL from usbvisionHans Verkuil3-5/+13
2010-06-01V4L/DVB: drivers/media: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+1
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-8/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-8/+8
2010-05-19V4L/DVB: usbvision: add delay before detecting the saa711xHans Verkuil1-0/+3
2010-05-19V4L/DVB: usbvision: don't use usb_set_intfdata, let v4l2_device_register handle thisHans Verkuil2-4/+6
2010-05-19V4L/DVB: usbvision: remove non-working vbi deviceHans Verkuil2-78/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-2/+1
2010-02-26V4L/DVB (13954): Correct NULL testJulia Lawall1-1/+1
2009-12-16V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart1-4/+0
2009-12-16V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart1-3/+3
2009-12-16V4L/DVB (13551): v4l: Remove video_device::num usage from device driversLaurent Pinchart1-2/+2
2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart1-12/+12
2009-12-05V4L/DVB (13241): Cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan3-3/+0
2009-09-19V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil1-6/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-16V4L/DVB (11992): Add missing __devexit_p()Jean Delvare1-1/+1
2009-06-16V4L/DVB (11958): usbvision-core.c: vfree does its own NULL checkFigo.zhang1-8/+6
2009-06-16V4L/DVB: cleanup redundant tests on unsignedRoel Kluin1-1/+1
2009-04-06V4L/DVB: usbvision: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-4/+1
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev.Hans Verkuil1-2/+2
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil1-3/+6
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11354): usbvision: use usb_interface.dev for v4l2_device_registerJanne Grunau1-3/+5