summaryrefslogtreecommitdiff
path: root/drivers/media/video/usbvision/usbvision-video.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-12V4L/DVB (9116): USB: remove info() macro from usb media driversGreg Kroah-Hartman1-1/+2
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with vide...Hans Verkuil1-91/+31
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-0/+2
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-3/+0
2008-07-26V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2...Hans Verkuil1-1/+0
2008-07-26V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil1-3/+0
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st...Hans Verkuil1-15/+23
2008-07-26V4L/DVB (8477): v4l: remove obsolete audiochip.hHans Verkuil1-1/+0
2008-07-24V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil1-0/+1
2008-07-23V4L/DVB (8429): videodev: renamed 'class_dev' to 'dev'Hans Verkuil1-45/+27
2008-07-23V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-12/+0
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-9/+9
2008-04-24V4L/DVB (7503): usbvision: rename __PRETTY_FUNCTION__ occurrencesThierry MERLE1-3/+3
2008-04-24V4L/DVB (7502): v4l: video/usbvision replace remaining __FUNCTION__ occurrencesHarvey Harrison1-18/+18
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-2/+2
2008-02-03drivers/media/: Spelling fixesJoe Perches1-1/+1
2008-01-26V4L/DVB (6812): media: video: usbvision: remove ctrlUrbLockDaniel Walker1-1/+0
2008-01-26V4L/DVB (6811): media-video-usbvision-add-mutex_unlock-to-error-paths-fixAndrew Morton1-2/+3
2008-01-26V4L/DVB (6810): media: video: usbvision: add mutex_unlock() to error pathsDaniel Walker1-0/+2
2008-01-26V4L/DVB (6400): usbvision: Convert the usbvision->lock semaphore to the mutex...Matthias Kaehlcke1-27/+27
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab1-3/+0
2007-10-10V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers1-55/+64
2007-10-10V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-09-26usbvision-video: buggered method tablesAl Viro1-3/+2
2007-07-30V4L/DVB (5900): usbvision: fix bugs [sg]_register functionsTrent Piepho1-2/+3
2007-07-18V4L/DVB (5826): Usbvision: video mux cleanupThierry MERLE1-2/+3
2007-07-18V4L/DVB (5704): Remove worthless references to obsolete MODULE_PARM macro.Robert P. J. Day1-23/+0
2007-07-18V4L/DVB (5644): Usbvision: video_ioctl2 conversionThierry MERLE1-673/+780
2007-07-18V4L/DVB (5643): Usbvision: make common video and radio ioctlsThierry MERLE1-144/+22
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27V4L/DVB (5530): Usbvision: remove CustomDevice facilityThierry MERLE1-143/+0
2007-04-27V4L/DVB (5523): Usbvision: fix a debug message in usb probe functionThierry MERLE1-1/+1
2007-04-27V4L/DVB (5522): Usbvision: i2c function cleanupsThierry MERLE1-6/+6
2007-04-27V4L/DVB (5521): Usb_get_dev were called twice. Removing the extra call.Mauro Carvalho Chehab1-2/+0
2007-04-27V4L/DVB (5518): Fix a bug on device detectionMauro Carvalho Chehab1-0/+4
2007-04-27V4L/DVB (5517): Usbvision: store the device database more efficientlyTrent Piepho1-11/+26
2007-04-27V4L/DVB (5516): Reduce usbvision data sizeMauro Carvalho Chehab1-3/+5
2007-04-27V4L/DVB (5515): Use a better format to represent usbvision supported boardsMauro Carvalho Chehab1-27/+20
2007-03-01V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil1-2/+2
2007-02-21V4L/DVB (5206): Usbvision: set alternate interface modificationThierry MERLE1-10/+45
2007-02-21V4L/DVB (5205): Usbvision: dynamic allocation for framesThierry MERLE1-22/+35
2007-02-21V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho1-26/+14
2007-02-21V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho1-6/+6
2007-02-21V4L/DVB (5032): Improves some USBVision info messagesDwaine Garden1-8/+8
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-3/+3
2007-02-09[PATCH] usbvision missing __userAl Viro1-1/+1
2007-01-15V4L/DVB (5019): Fix the frame->grabstate update in read() entry point.Thierry MERLE1-2/+1
2006-12-27V4L/DVB (4979): Fixes compilation when CONFIG_V4L1_COMPAT is not selectedDwaine Garden1-45/+89