aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvideo (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-23V4L/DVB (12088): Mark the v4l1 uvcvideo quickcam messenger driver as deprecatedHans de Goede1-1/+4
2009-06-16V4L/DVB (11960): v4l: generate KEY_CAMERA instead of BTN_0 key events on input devicesLennart Poettering2-4/+4
2009-03-30V4L/DVB (11226): avoid warnings for request_ihex_firmware on dabusb and vicamMauro Carvalho Chehab1-1/+1
2009-01-07V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etcJulia Lawall3-3/+3
2009-01-02V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2-5/+5
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2-19/+11
2008-12-30V4L/DVB (10130): use USB API functions rather than constantsJulia Lawall5-13/+9
2008-12-30V4L/DVB (10111): quickcam_messenger.c: fix a warningMauro Carvalho Chehab1-1/+1
2008-12-30V4L/DVB (9972): v4l: usbvideo, fix module ref count checkJiri Slaby1-1/+1
2008-12-29V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil1-3/+2
2008-11-11V4L/DVB (9351): ibmcam: Fix a regression caused by a482f327ff56bc3cf53176a7eb736cea47291a1dMauro Carvalho Chehab1-6/+6
2008-10-21V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2-2/+3
2008-10-17USB: remove warn() macro from usb media driversGreg Kroah-Hartman2-9/+13
2008-10-12V4L/DVB (9116): USB: remove info() macro from usb media driversGreg Kroah-Hartman5-104/+186
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil1-2/+1
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil1-5/+4
2008-10-12V4L/DVB (8783): v4l: add all missing video_device release callbacksHans Verkuil2-5/+2
2008-10-12V4L/DVB (8695): usbvideo: add proper error check and add release functionHans Verkuil1-1/+6
2008-10-12V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil1-0/+6
2008-09-03V4L/DVB (8779): v4l: fix more incorrect video_register_device result checksHans Verkuil1-1/+1
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-3/+3
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2-2/+0
2008-07-26V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2-dev.hHans Verkuil1-0/+1
2008-07-26V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans 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 (8428): videodev: rename 'dev' to 'parent'Hans Verkuil1-1/+1
2008-07-14vicam: use request_firmware()Jaswinder Singh1-296/+21
2008-06-05V4L/DVB (7970): mix trivial endianness annotationsAl Viro1-1/+1
2008-04-30Add macros similar to min/max/min_t/max_tHarvey Harrison1-6/+0
2008-04-24V4L/DVB (7589): ibmcam: improve support for the IBM PC Camera ProDavid Hilvert1-15/+47
2008-04-24V4L/DVB (7528): media/video/usbvideo replace remaining __FUNCTION__ occurrencesHarvey Harrison4-73/+73
2008-04-24V4L/DVB (7402): add macro validation for v4l_compat_ioctl32Douglas Schilling Landgraf2-0/+4
2008-04-24V4L/DVB (7335): usb-video: checkpatch fixesAndrew Morton1-2/+2
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf5-6/+6
2008-03-20V4L/DVB (7334): usb video: add a device link to usbvideo devices, else hal will ignore themPascal Terjan1-4/+5
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-4/+0
2008-02-03drivers/media/: Spelling fixesJoe Perches1-1/+1
2008-01-21V4L/DVB: Don't access input_dev->private directlyDmitry Torokhov2-4/+0
2007-10-22V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 fieldMauro Carvalho Chehab2-2/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-19get rid of input BIT* duplicate definesJiri Slaby2-4/+4
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-07-18V4L/DVB (5750): Remove obsoleted support for PROC_FS on vicam.cMauro Carvalho Chehab1-181/+0
2007-07-18V4L/DVB (5739): Replace C code with calls to ARRAY_SIZE macro.Robert P. J. Day1-1/+1
2007-07-18V4L/DVB (5698): Input: drivers/media - switch to using input_dev->dev.parentDmitry Torokhov2-2/+2
2007-05-11Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds1-4/+4
2007-05-09V4L/DVB (5586): Use menuconfig objects II - V4LJan Engelhardt1-4/+4
2007-05-09Fix occurrences of "the the "Michael Opdenacker1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0