summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvision
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (6400): usbvision: Convert the usbvision->lock semaphore to the mutex...Matthias Kaehlcke2008-01-253-30/+35
* V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2007-10-221-3/+0
* i2c: Remove NOP i2c_algorithm.algo_control() methodsDavid Brownell2007-10-131-6/+0
* V4L/DVB (6293): V4L: convert struct class_device to struct deviceKay Sievers2007-10-101-55/+64
* V4L/DVB (6214): usbvision: Don't support I2C_M_REV_DIR_ADDRJean Delvare2007-10-091-3/+1
* V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab2007-10-092-2/+0
* usbvision-video: buggered method tablesAl Viro2007-09-261-3/+2
* pci: fix unterminated pci_device_id listsKees Cook2007-09-191-0/+1
* V4L/DVB (5900): usbvision: fix bugs [sg]_register functionsTrent Piepho2007-07-301-2/+3
* V4L/DVB (5826): Usbvision: video mux cleanupThierry MERLE2007-07-183-21/+18
* V4L/DVB (5825): Alter the tuner type for the WinTV USB UK PAL model.Matthew Garrett2007-07-181-1/+1
* V4L/DVB (5824): Usbvision: Hauppauge WinTV USB SECAM_L fixThierry MERLE2007-07-181-2/+2
* V4L/DVB (5704): Remove worthless references to obsolete MODULE_PARM macro.Robert P. J. Day2007-07-181-23/+0
* V4L/DVB (5644): Usbvision: video_ioctl2 conversionThierry MERLE2007-07-183-686/+787
* V4L/DVB (5643): Usbvision: make common video and radio ioctlsThierry MERLE2007-07-181-144/+22
* V4L/DVB (5642): add comment that VO_MODE is also being set.David Warman2007-07-181-1/+1
* V4L/DVB (5641): change VideoNorm to NTSC for Belkin USB Videobus IIDavid Warman2007-07-181-1/+1
* V4L/DVB (5720): Usbvision: fix urb allocation and submitsThierry Merle2007-06-082-30/+53
* V4L/DVB (5586): Use menuconfig objects II - V4LJan Engelhardt2007-05-091-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0
* i2c: Cleanup the includes of <linux/i2c.h>Jean Delvare2007-05-011-1/+0
* V4L/DVB (5530): Usbvision: remove CustomDevice facilityThierry MERLE2007-04-273-223/+64
* V4L/DVB (5529): Usbvision: remove not needed TUNER_SET_TYPE_ADDR callThierry MERLE2007-04-271-10/+1
* V4L/DVB (5528): Usbvision: reverting some i2c cleanupsThierry MERLE2007-04-271-23/+40
* V4L/DVB (5525): Usbvision: fix confusion over 7-bit vs 8-bit TDDA9887 addressesTrent Piepho2007-04-271-3/+4
* V4L/DVB (5524): Usbvision: fix TDA9887 detectionThierry MERLE2007-04-271-0/+1
* V4L/DVB (5523): Usbvision: fix a debug message in usb probe functionThierry MERLE2007-04-271-1/+1
* V4L/DVB (5522): Usbvision: i2c function cleanupsThierry MERLE2007-04-274-90/+66
* V4L/DVB (5521): Usb_get_dev were called twice. Removing the extra call.Mauro Carvalho Chehab2007-04-271-2/+0
* V4L/DVB (5518): Fix a bug on device detectionMauro Carvalho Chehab2007-04-273-0/+7
* V4L/DVB (5517): Usbvision: store the device database more efficientlyTrent Piepho2007-04-274-182/+89
* V4L/DVB (5516): Reduce usbvision data sizeMauro Carvalho Chehab2007-04-273-9/+8
* V4L/DVB (5515): Use a better format to represent usbvision supported boardsMauro Carvalho Chehab2007-04-274-161/+1258
* V4L/DVB (5386): Add some missing Hauppauge and Belkin devices to the driverDwaine P. Garden2007-04-271-59/+77
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-011-2/+2
* V4L/DVB (5206): Usbvision: set alternate interface modificationThierry MERLE2007-02-214-16/+81
* V4L/DVB (5205): Usbvision: dynamic allocation for framesThierry MERLE2007-02-213-35/+60
* V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho2007-02-211-26/+14
* V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho2007-02-211-6/+6
* V4L/DVB (5032): Improves some USBVision info messagesDwaine Garden2007-02-211-8/+8
* V4L/DVB (5018): Make usbvision_rvfree() staticAdrian Bunk2007-02-212-2/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-143-3/+0
* i2c: Declare more i2c_adapter parent devicesJean Delvare2007-02-131-0/+1
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-121-3/+3
* [PATCH] usbvision missing __userAl Viro2007-02-091-1/+1
* V4L/DVB (5019): Fix the frame->grabstate update in read() entry point.Thierry MERLE2007-01-151-2/+1
* V4L/DVB (5012): Usbvision fix: It was using "&&" instead "&"Alexey Dobriyan2006-12-271-1/+1
* V4L/DVB (4979): Fixes compilation when CONFIG_V4L1_COMPAT is not selectedDwaine Garden2006-12-272-51/+94
* V4L/DVB (4970): Usbvision memory fixesThierry MERLE2006-12-274-48/+19
* V4L/DVB (4960): Removal of unused code from usbvision-i2c.cMauro Carvalho Chehab2006-12-272-46/+4
OpenPOWER on IntegriCloud