Age | Commit message (Expand) | Author |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-03-26 | support VIDIOC_S_PARM and VIDIOC_G_PARM. these ioctls are used for | Jacob Meuser |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-07-14 | implement poll() for video(4) | Jacob Meuser |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
2008-11-11 | Spacing. | Marcus Glocker |
2008-08-24 | Add support for processing unit (e.g. brightness) controls. New V4L2 | Marcus Glocker |
2008-08-13 | Add VIDIOC_ENUM_FRAMESIZES ioctl. This permits applications to query the | Marcus Glocker |
2008-07-31 | - Don't relay on bFormatIndex as an internal array index, since this | Marcus Glocker |
2008-07-26 | Since we are able to change the device image resolution on the fly in the | Marcus Glocker |
2008-07-23 | If /dev/video* is already used by an application, return EBUSY to other | Marcus Glocker |
2008-07-19 | In interrupt handler change printf -> DRPINTF. | Marcus Glocker |
2008-06-13 | Remove DEBUG #undef's we can turn it on/off in GENERIC like for all | Marcus Glocker |
2008-06-13 | Add myself to the copyright since i fumbled around in those files, too. | Marcus Glocker |
2008-06-12 | disable debug printfs and descriptor dumps | Robert Nagy |
2008-06-12 | Wrap DPRINTF around #ifdef VIDEO_DEBUG, but leave debugging on by | Marcus Glocker |
2008-06-11 | implement the VIDIOC_STREAMOFF ioctl and remove some unused code | Robert Nagy |
2008-06-10 | add VIDIOC_QUERYCTRL to the supported ioctls | Robert Nagy |
2008-06-09 | Let the driver switch between read() and mmap() depending on what | Marcus Glocker |
2008-06-09 | according to miod pmap_update() is not need after pmap_extract() at all, | Robert Nagy |
2008-06-09 | Allocate the video buffer based on the maximum frame size that's reported | Robert Nagy |
2008-06-07 | Start to queue mmap frames. Add VIDIOC_QBUF, VIDIOC_DQBUF, | Marcus Glocker |
2008-06-05 | Add some first mmap bits. | Marcus Glocker |
2008-05-30 | Allocate static buffer for software frame buffer and make sure to not | Marcus Glocker |
2008-05-26 | Add more ioctl's (still unfinished); VIDIOC_ENUM_FMT, VIDIOC_ENUMINPUT, | Marcus Glocker |
2008-05-25 | Spacing. Comments. strncpy() -> strlcpy(). | Marcus Glocker |
2008-05-24 | - Enable userland to read(2) video stream from /dev/video. | Marcus Glocker |
2008-04-09 | Initial import for uvideo(4) and video(4): | Robert Nagy |