summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/usbvideo
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB: gspca_konica: New gspca subdriver for konica chipset using camsHans de Goede2010-10-211-1/+4
* V4L/DVB: Mark usbvideo ibmcam driver as deprecatedHans de Goede2010-10-211-1/+4
* V4L/DVB: drivers: usbvideo: remove custom implementation of hex_to_bin()Andy Shevchenko2010-08-081-8/+4
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-041-1/+1
|\
| * update email addressPavel Machek2010-07-191-1/+1
* | V4L/DVB: Remove usbvideo quickcam_messenger driverAmerigo Wang2010-08-024-1253/+0
|/
* V4L/DVB: drivers/media/video: move dereference after NULL testJulia Lawall2010-05-181-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignmentsLaurent Pinchart2009-12-161-1/+0
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-162-4/+4
* V4L/DVB (13379): quickcam_messenger: possible buffer overflow while use strncatAlexander Strakh2009-12-051-1/+1
* V4L/DVB (13378): konicawc.c: possible buffer overflow while use strncatAlexander Strakh2009-12-051-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* V4L/DVB (12088): Mark the v4l1 uvcvideo quickcam messenger driver as deprecatedHans de Goede2009-06-231-1/+4
* V4L/DVB (11960): v4l: generate KEY_CAMERA instead of BTN_0 key events on inpu...Lennart Poettering2009-06-162-4/+4
* V4L/DVB (11226): avoid warnings for request_ihex_firmware on dabusb and vicamMauro Carvalho Chehab2009-03-301-1/+1
* V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etcJulia Lawall2009-01-073-3/+3
* V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl.Hans Verkuil2009-01-022-5/+5
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-022-19/+11
* V4L/DVB (10130): use USB API functions rather than constantsJulia Lawall2008-12-305-13/+9
* V4L/DVB (10111): quickcam_messenger.c: fix a warningMauro Carvalho Chehab2008-12-301-1/+1
* V4L/DVB (9972): v4l: usbvideo, fix module ref count checkJiri Slaby2008-12-301-1/+1
* V4L/DVB (9503): v4l: remove inode argument from video_usercopyHans Verkuil2008-12-291-3/+2
* V4L/DVB (9351): ibmcam: Fix a regression caused by a482f327ff56bc3cf53176a7eb...Mauro Carvalho Chehab2008-11-111-6/+6
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-212-2/+3
* USB: remove warn() macro from usb media driversGreg Kroah-Hartman2008-10-172-9/+13
* V4L/DVB (9116): USB: remove info() macro from usb media driversGreg Kroah-Hartman2008-10-125-104/+186
* V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with vide...Hans Verkuil2008-10-121-2/+1
* V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil2008-10-121-5/+4
* V4L/DVB (8783): v4l: add all missing video_device release callbacksHans Verkuil2008-10-122-5/+2
* V4L/DVB (8695): usbvideo: add proper error check and add release functionHans Verkuil2008-10-121-1/+6
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-121-0/+6
* V4L/DVB (8779): v4l: fix more incorrect video_register_device result checksHans Verkuil2008-09-031-1/+1
* V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil2008-09-031-3/+3
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-272-2/+0
* V4L/DVB (8488): videodev: remove some CONFIG_VIDEO_V4L1_COMPAT code from v4l2...Hans Verkuil2008-07-261-0/+1
* V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil2008-07-262-2/+0
* V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common....Hans Verkuil2008-07-231-0/+1
* V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil2008-07-231-1/+1
* vicam: use request_firmware()Jaswinder Singh2008-07-141-296/+21
* V4L/DVB (7970): mix trivial endianness annotationsAl Viro2008-06-051-1/+1
* Add macros similar to min/max/min_t/max_tHarvey Harrison2008-04-301-6/+0
* V4L/DVB (7589): ibmcam: improve support for the IBM PC Camera ProDavid Hilvert2008-04-241-15/+47
* V4L/DVB (7528): media/video/usbvideo replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-244-73/+73
* V4L/DVB (7402): add macro validation for v4l_compat_ioctl32Douglas Schilling Landgraf2008-04-242-0/+4
* V4L/DVB (7335): usb-video: checkpatch fixesAndrew Morton2008-04-241-2/+2
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-245-6/+6
* V4L/DVB (7334): usb video: add a device link to usbvideo devices, else hal wi...Pascal Terjan2008-03-201-4/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-02-072-4/+0
|\
| * V4L/DVB: Don't access input_dev->private directlyDmitry Torokhov2008-01-212-4/+0
OpenPOWER on IntegriCloud