aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvision (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-06-08V4L/DVB (5720): Usbvision: fix urb allocation and submitsThierry Merle2-30/+53
2007-05-09V4L/DVB (5586): Use menuconfig objects II - V4LJan Engelhardt1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap2-2/+0
2007-05-01i2c: Cleanup the includes of <linux/i2c.h>Jean Delvare1-1/+0
2007-04-27V4L/DVB (5530): Usbvision: remove CustomDevice facilityThierry MERLE3-223/+64
2007-04-27V4L/DVB (5529): Usbvision: remove not needed TUNER_SET_TYPE_ADDR callThierry MERLE1-10/+1
2007-04-27V4L/DVB (5528): Usbvision: reverting some i2c cleanupsThierry MERLE1-23/+40
2007-04-27V4L/DVB (5525): Usbvision: fix confusion over 7-bit vs 8-bit TDDA9887 addressesTrent Piepho1-3/+4
2007-04-27V4L/DVB (5524): Usbvision: fix TDA9887 detectionThierry MERLE1-0/+1
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 MERLE4-90/+66
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 Chehab3-0/+7
2007-04-27V4L/DVB (5517): Usbvision: store the device database more efficientlyTrent Piepho4-182/+89
2007-04-27V4L/DVB (5516): Reduce usbvision data sizeMauro Carvalho Chehab3-9/+8
2007-04-27V4L/DVB (5515): Use a better format to represent usbvision supported boardsMauro Carvalho Chehab4-161/+1258
2007-04-27V4L/DVB (5386): Add some missing Hauppauge and Belkin devices to the driverDwaine P. Garden1-59/+77
2007-03-01V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil1-2/+2
2007-02-21V4L/DVB (5206): Usbvision: set alternate interface modificationThierry MERLE4-16/+81
2007-02-21V4L/DVB (5205): Usbvision: dynamic allocation for framesThierry MERLE3-35/+60
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-21V4L/DVB (5018): Make usbvision_rvfree() staticAdrian Bunk2-2/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau3-3/+0
2007-02-13i2c: Declare more i2c_adapter parent devicesJean Delvare1-0/+1
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 (5012): Usbvision fix: It was using "&&" instead "&"Alexey Dobriyan1-1/+1
2006-12-27V4L/DVB (4979): Fixes compilation when CONFIG_V4L1_COMPAT is not selectedDwaine Garden2-51/+94
2006-12-27V4L/DVB (4970): Usbvision memory fixesThierry MERLE4-48/+19
2006-12-27V4L/DVB (4960): Removal of unused code from usbvision-i2c.cMauro Carvalho Chehab2-46/+4
2006-12-27V4L/DVB (4959): Usbvision: possible cleanupsAdrian Bunk4-21/+21
2006-12-12V4L/DVB (4954): Fix: On ia64, i2c adap->inb/adap->outb are wrongly evaluatedMauro Carvalho Chehab1-5/+9
2006-12-10V4L/DVB 4949b: Fix container_of pointer retreivalThierry MERLE2-3/+1
2006-12-10V4L/DVB (4949a): Fix INIT_WORKMauro Carvalho Chehab2-4/+6
2006-12-10V4L/DVB (4953): Usbvision minor fixesThierry MERLE3-10/+26
2006-12-10V4L/DVB (4951): Add version.h, since it is required for VIDIOC_QUERYCAPMauro Carvalho Chehab1-0/+1
2006-12-10V4L/DVB (4941): Remove LINUX_VERSION_CODE and fix identationsMauro Carvalho Chehab3-48/+14
2006-12-10V4L/DVB (4942): Whitespace cleanupsMauro Carvalho Chehab3-25/+25
2006-12-10V4L/DVB (4937): Usbvision cleanup and code reorganizationThierry MERLE7-3688/+2796
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 MERLE2-58/+46
2006-12-10V4L/DVB (4931): Removed usbvision_ioctl.h, since it isn't required anymoreMauro Carvalho Chehab1-34/+0
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 disconnectThierry2-12/+12