| Commit message (Expand) | Author | Age | Files | Lines |
* | [media] rename most media/video usb drivers to media/usb | Mauro Carvalho Chehab | 2012-08-15 | 1 | -1720/+0 |
* | [media] usbvision: remove V4L2_FL_LOCK_ALL_FOPS | Hans Verkuil | 2012-08-09 | 1 | -6/+36 |
* | [media] v4l2-dev: add flag to have the core lock all file operations | Hans Verkuil | 2012-05-14 | 1 | -0/+4 |
* | [media] Stop using linux/version.h on most video drivers | Mauro Carvalho Chehab | 2011-07-27 | 1 | -11/+1 |
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-05-23 | 1 | -1/+2 |
|\ |
|
| * | [media] usbvision: add Nogatech USB MicroCam | Ondrej Zary | 2011-05-20 | 1 | -1/+2 |
* | | treewide: cleanup continuations and remove logging message whitespace | Joe Perches | 2011-04-26 | 1 | -2/+3 |
|/ |
|
* | [media] usbvision: coding style | Hans Verkuil | 2010-12-30 | 1 | -179/+149 |
* | [media] usbvision: convert // to /* */ | Hans Verkuil | 2010-12-30 | 1 | -31/+29 |
* | [media] usbvision: get rid of camelCase | Hans Verkuil | 2010-12-30 | 1 | -121/+121 |
* | [media] usbvision: convert to unlocked_ioctl | Hans Verkuil | 2010-12-30 | 1 | -38/+6 |
* | [media] V4L: remove V4L1 compatibility mode | Hans Verkuil | 2010-12-29 | 1 | -3/+0 |
* | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 1 | -1/+0 |
* | V4L/DVB: usbvision: remove BKL from usbvision | Hans Verkuil | 2010-10-21 | 1 | -5/+3 |
* | V4L/DVB: drivers/media: Eliminate a NULL pointer dereference | Julia Lawall | 2010-06-01 | 1 | -2/+1 |
* | V4L/DVB: usbvision: don't use usb_set_intfdata, let v4l2_device_register hand... | Hans Verkuil | 2010-05-19 | 1 | -4/+1 |
* | V4L/DVB: usbvision: remove non-working vbi device | Hans Verkuil | 2010-05-19 | 1 | -77/+0 |
* | V4L/DVB (13954): Correct NULL test | Julia Lawall | 2010-02-26 | 1 | -1/+1 |
* | V4L/DVB (13556): v4l: Remove unneeded video_device::minor assignments | Laurent Pinchart | 2009-12-16 | 1 | -4/+0 |
* | V4L/DVB (13553): v4l: Use the video_is_registered function in device drivers | Laurent Pinchart | 2009-12-16 | 1 | -3/+3 |
* | V4L/DVB (13550): v4l: Use the new video_device_node_name function | Laurent Pinchart | 2009-12-16 | 1 | -12/+12 |
* | V4L/DVB (13241): Cleanup redundant tests on unsigned | Roel Kluin | 2009-12-05 | 1 | -1/+1 |
* | headers: utsname.h redux | Alexey Dobriyan | 2009-09-23 | 1 | -1/+0 |
* | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | V4L/DVB (11992): Add missing __devexit_p() | Jean Delvare | 2009-06-16 | 1 | -1/+1 |
* | V4L/DVB: cleanup redundant tests on unsigned | Roel Kluin | 2009-06-16 | 1 | -1/+1 |
* | V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s... | Hans Verkuil | 2009-04-06 | 1 | -2/+2 |
* | V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core. | Hans Verkuil | 2009-04-06 | 1 | -1/+1 |
* | V4L/DVB (11354): usbvision: use usb_interface.dev for v4l2_device_register | Janne Grunau | 2009-04-06 | 1 | -3/+5 |
* | V4L/DVB (11271): usbvision: Remove buffer type checks from enum_fmt_vid_cap, ... | Trent Piepho | 2009-03-30 | 1 | -9/+1 |
* | V4L/DVB (11045): v4l2: call v4l2_device_disconnect in USB drivers. | Hans Verkuil | 2009-03-30 | 1 | -0/+2 |
* | V4L/DVB (10818): usbvision: Don't need to zero ioctl parameter fields | Trent Piepho | 2009-03-30 | 1 | -7/+0 |
* | V4L/DVB (10794): v4l2: Move code to zero querybuf output struct to v4l2_ioctl | Trent Piepho | 2009-03-30 | 1 | -3/+0 |
* | V4L/DVB (10738): Get rid of video_decoder.h header were uneeded | Mauro Carvalho Chehab | 2009-03-30 | 1 | -1/+0 |
* | V4L/DVB (10692): usbvision: convert to v4l2_device/v4l2_subdev. | Hans Verkuil | 2009-03-30 | 1 | -35/+28 |
* | V4L/DVB (10306): usbvision: use usb_make_path to report bus info | Thierry MERLE | 2009-03-30 | 1 | -2/+1 |
* | V4L/DVB (10298): remove err macro from few usb devices | Mauro Carvalho Chehab | 2009-03-30 | 1 | -14/+22 |
* | V4L/DVB (10185): Use negated usb_endpoint_xfer_control, etc | Julia Lawall | 2009-01-07 | 1 | -2/+1 |
* | V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins... | Hans Verkuil | 2009-01-02 | 1 | -4/+5 |
* | V4L/DVB (10138): v4l2-ioctl: change to long return type to match unlocked_ioctl. | Hans Verkuil | 2009-01-02 | 1 | -2/+2 |
* | V4L/DVB (10135): v4l2: introduce v4l2_file_operations. | Hans Verkuil | 2009-01-02 | 1 | -16/+10 |
* | V4L/DVB (10130): use USB API functions rather than constants | Julia Lawall | 2008-12-30 | 1 | -3/+2 |
* | V4L/DVB (9521): V4L: struct device - replace bus_id with dev_name(), dev_set_... | Kay Sievers | 2008-12-29 | 1 | -1/+1 |
* | V4L/DVB (9503): v4l: remove inode argument from video_usercopy | Hans Verkuil | 2008-12-29 | 1 | -2/+2 |
* | V4L/DVB (9327): v4l: use video_device.num instead of minor in video%d | Hans Verkuil | 2008-10-21 | 1 | -6/+6 |
* | remove CONFIG_KMOD from drivers | Johannes Berg | 2008-10-17 | 1 | -4/+0 |
* | V4L/DVB (9116): USB: remove info() macro from usb media drivers | Greg Kroah-Hartman | 2008-10-12 | 1 | -1/+2 |
* | V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with vide... | Hans Verkuil | 2008-10-12 | 1 | -91/+31 |
* | V4L/DVB (8613): v4l: move BKL down to the driver level. | Hans Verkuil | 2008-10-12 | 1 | -0/+2 |
* | V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device | Hans Verkuil | 2008-07-27 | 1 | -3/+0 |