aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvision/usbvision-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-06-16V4L/DVB (11958): usbvision-core.c: vfree does its own NULL checkFigo.zhang1-8/+6
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-4/+1
2009-03-30V4L/DVB (11140): usbvision: fix oops on ARM platform when allocating transfer buffersDevin Heitmueller1-1/+1
2009-03-30V4L/DVB (10738): Get rid of video_decoder.h header were uneededMauro Carvalho Chehab1-1/+0
2009-03-30V4L/DVB (10692): usbvision: convert to v4l2_device/v4l2_subdev.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10298): remove err macro from few usb devicesMauro Carvalho Chehab1-17/+27
2008-10-17remove CONFIG_KMOD from driversJohannes Berg1-4/+0
2008-10-12V4L/DVB (9116): USB: remove info() macro from usb media driversGreg Kroah-Hartman1-1/+2
2008-07-26V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2-dev.hHans Verkuil1-1/+0
2008-07-26V4L/DVB (8477): v4l: remove obsolete audiochip.hHans Verkuil1-1/+0
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-4/+0
2008-04-24V4L/DVB (7503): usbvision: rename __PRETTY_FUNCTION__ occurrencesThierry MERLE1-2/+4
2008-04-24V4L/DVB (7502): v4l: video/usbvision replace remaining __FUNCTION__ occurrencesHarvey Harrison1-12/+13
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-6/+8
2008-01-25V4L/DVB (7024): usbvision: YUV to RGB conversion fixesThierry MERLE1-134/+166
2008-01-25V4L/DVB (6995): ubvision: add adjust_X_Offset/adjust_Y_Offset parmsThierry MERLE1-0/+19
2008-01-25V4L/DVB (6812): media: video: usbvision: remove ctrlUrbLockDaniel Walker1-3/+0
2008-01-25V4L/DVB (6400): usbvision: Convert the usbvision->lock semaphore to the mutex APIMatthias Kaehlcke1-2/+6
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab1-1/+0
2007-07-18V4L/DVB (5826): Usbvision: video mux cleanupThierry MERLE1-18/+15
2007-07-18V4L/DVB (5644): Usbvision: video_ioctl2 conversionThierry MERLE1-4/+4
2007-07-18V4L/DVB (5642): add comment that VO_MODE is also being set.David Warman1-1/+1
2007-06-08V4L/DVB (5720): Usbvision: fix urb allocation and submitsThierry Merle1-29/+53
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27V4L/DVB (5522): Usbvision: i2c function cleanupsThierry MERLE1-1/+1
2007-04-27V4L/DVB (5517): Usbvision: store the device database more efficientlyTrent Piepho1-4/+4
2007-02-21V4L/DVB (5206): Usbvision: set alternate interface modificationThierry MERLE1-4/+29
2007-02-21V4L/DVB (5205): Usbvision: dynamic allocation for framesThierry MERLE1-12/+23
2007-02-21V4L/DVB (5018): Make usbvision_rvfree() staticAdrian Bunk1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-27V4L/DVB (5012): Usbvision fix: It was using "&&" instead "&"Alexey Dobriyan1-1/+1
2006-12-27V4L/DVB (4970): Usbvision memory fixesThierry MERLE1-36/+12
2006-12-27V4L/DVB (4959): Usbvision: possible cleanupsAdrian Bunk1-14/+19
2006-12-10V4L/DVB 4949b: Fix container_of pointer retreivalThierry MERLE1-1/+1
2006-12-10V4L/DVB (4949a): Fix INIT_WORKMauro Carvalho Chehab1-4/+4
2006-12-10V4L/DVB (4953): Usbvision minor fixesThierry MERLE1-0/+1
2006-12-10V4L/DVB (4941): Remove LINUX_VERSION_CODE and fix identationsMauro Carvalho Chehab1-17/+5
2006-12-10V4L/DVB (4942): Whitespace cleanupsMauro Carvalho Chehab1-1/+1
2006-12-10V4L/DVB (4937): Usbvision cleanup and code reorganizationThierry MERLE1-3556/+290
2006-12-10V4L/DVB (4936): Make MT4049FM5 tuner to set FM Gain to NormalThierry MERLE1-2/+0
2006-12-10V4L/DVB (4934): Usbvision radio requires GainNormal at e registerMauro Carvalho Chehab1-0/+3
2006-12-10V4L/DVB (4933): Usbvision_v4l2: radio interface / tda9887 problem ?Thierry MERLE1-167/+67
2006-12-10V4L/DVB (4932): Usbvision_v4l2: fix norm setting problemsThierry MERLE1-54/+45
2006-12-10V4L/DVB (4930): Usbvision_v4l2 : mmap corrected to get all framesThierry MERLE1-46/+59
2006-12-10V4L/DVB (4929): Read() implementation + format set/get simplificationsThierry MERLE1-156/+167
2006-12-10V4L/DVB (4928): Usbvision_v4l2 robustness on disconnectThierry1-9/+8
2006-12-10V4L/DVB (4927): Enhancements on usbvision driverThierry MERLE1-295/+356
2006-12-10V4L/DVB (4926): Fix USBVision handling of VIDIOC_QUERYCTRLDwaine Garden1-217/+182
2006-12-10V4L/DVB (4924): Fix some bugs on usbvision due to the merge into one moduleThierry MERLE1-2/+4