aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvision (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-30V4L/DVB (11271): usbvision: Remove buffer type checks from enum_fmt_vid_cap, XXXbufTrent Piepho1-9/+1
2009-03-30V4L/DVB (11140): usbvision: fix oops on ARM platform when allocating transfer buffersDevin Heitmueller1-1/+1
2009-03-30V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (11045): v4l2: call v4l2_device_disconnect in USB drivers.Hans Verkuil1-0/+2
2009-03-30V4L/DVB (10818): usbvision: Don't need to zero ioctl parameter fieldsTrent Piepho1-7/+0
2009-03-30V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctlTrent Piepho1-3/+0
2009-03-30V4L/DVB (10738): Get rid of video_decoder.h header were uneededMauro Carvalho Chehab2-2/+0
2009-03-30V4L/DVB (10692): usbvision: convert to v4l2_device/v4l2_subdev.Hans Verkuil4-145/+75
2009-03-30V4L/DVB (10306): usbvision: use usb_make_path to report bus infoThierry MERLE1-2/+1
2009-03-30V4L/DVB (10298): remove err macro from few usb devicesMauro Carvalho Chehab3-33/+53
2009-01-29V4L/DVB (10248): v4l-dvb: fix a bunch of compile warnings.Hans Verkuil1-1/+1
2009-01-07V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etcJulia Lawall1-2/+1
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID.Hans Verkuil1-4/+5
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil1-2/+2
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-16/+10
2008-12-30V4L/DVB (10130): use USB API functions rather than constantsJulia Lawall1-3/+2
2008-12-29V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil1-2/+2
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2-7/+7
2008-10-17remove CONFIG_KMOD from driversJohannes Berg2-8/+0
2008-10-12V4L/DVB (9116): USB: remove info() macro from usb media driversGreg Kroah-Hartman3-3/+6
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)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-dev.hHans Verkuil2-2/+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 structHans Verkuil1-15/+23
2008-07-26V4L/DVB (8477): v4l: remove obsolete audiochip.hHans Verkuil2-2/+0
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans 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 Verkuil3-21/+0
2008-07-20V4L/DVB (7949): videodev: renamed the vidioc_*_fmt_* callbacksHans Verkuil1-9/+9
2008-05-14V4L/DVB (7846): Re-creates VIDEO_TUNERMauro Carvalho Chehab1-1/+1
2008-04-29Rename common tuner Kconfig names to use the sameMauro Carvalho Chehab1-1/+1
2008-04-29V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab1-0/+1
2008-04-24V4L/DVB (7503): usbvision: rename __PRETTY_FUNCTION__ occurrencesThierry MERLE3-7/+11
2008-04-24V4L/DVB (7502): v4l: video/usbvision replace remaining __FUNCTION__ occurrencesHarvey Harrison2-30/+31