summaryrefslogtreecommitdiff
path: root/package/kernel/modules/video.mk
Commit message (Collapse)AuthorAgeFilesLines
* add missing config option for v4l1 (fixes #6314)Felix Fietkau2009-12-091-0/+1
| | | | SVN-Revision: 18726
* add missing CONFIG_MEDIA_SUPPORT symbol for v4l (fixes #6108)Felix Fietkau2009-11-051-0/+1
| | | | SVN-Revision: 18309
* remove references to 2_6_27Florian Fainelli2009-10-291-1/+1
| | | | SVN-Revision: 18202
* add the in-tree gspca driverFlorian Fainelli2009-08-271-4/+453
| | | | | | Signed-off-by: David Cooper <dave at kupesoft.com> SVN-Revision: 17421
* add support for the sn9c102 video chips (#3976)Florian Fainelli2009-07-251-0/+18
| | | | SVN-Revision: 16991
* With kernel bigger than 2.6.29 compat_ioctl32 will not be build.Hauke Mehrtens2009-05-111-2/+16
| | | | SVN-Revision: 15779
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* add kmod for 2.6.26+ in-kernel uvc video driver (#4637, thanks moh_de)Jo-Philipp Wich2009-02-161-0/+17
| | | | SVN-Revision: 14526
* Change even more dependencies on kmod-video-core after [12460]Nicolas Thill2008-09-011-5/+5
| | | | SVN-Revision: 12462
* remove hacks to disable modules on some targets now that we do have proper ↵Nicolas Thill2008-05-261-2/+2
| | | | | | PCI & USB support detected on all targets at config-time, mark p54 as broken (for too long) SVN-Revision: 11272
* add 2 new kernel modules for USB webcams: ovc511 and ovcamchipNicolas Thill2007-09-221-0/+35
| | | | SVN-Revision: 8942
* add support Konica based USB video devicesNicolas Thill2007-09-211-0/+17
| | | | SVN-Revision: 8913
* disable more modules not supported on UMLNicolas Thill2007-09-201-0/+1
| | | | SVN-Revision: 8857
* video modules changes: change dependency on kmod-video-core from select to ↵Nicolas Thill2007-09-201-17/+18
| | | | | | depends, cleanup SVN-Revision: 8856
* various changes for kernel video support: * move kernel video related ↵Nicolas Thill2007-09-161-0/+79
modules to a separate "Video Support" submenu and video.mk file * rename kmod-videodev to kmod-video-core * prefix all video modules with kmod-video- * add missing dependencies on USB support * rename kmod-usb-qc to kmod-video-quickcam SVN-Revision: 8806