Age | Commit message (Expand) | Author |
2008-07-24 | backport commit e282959ef3ebae0d72ac0b24242c376fa34da585 | Mauro Carvalho Chehab |
2008-07-17 | backport commit 5794e1b14bcd9817c5fa27d3254996f0d9551296 | Mauro Carvalho Chehab |
2008-07-17 | videodev/dabusb/dvbdev: fix 2.6.16 compilation | Hans Verkuil |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.16 | Hans Verkuil |
2008-07-08 | v4l-dvb: remove support for kernels < 2.6.13 | Hans Verkuil |
2008-04-09 | Adds selectable adapter numbers as per module option | Michael Krufky |
2008-04-08 | media/dvb/dvb-core replace remaining __FUNCTION__ occurrences | Michael Krufky |
2008-01-27 | V4L/DVB: constify function pointer tables | Mauro Carvalho Chehab |
2007-10-17 | backport changeset 7e7654a92a5a75a350cc3458389bc76273498f6a | Mauro Carvalho Chehab |
2007-10-10 | dvb: Replace list_for_each+list_entry with list_for_each_entry | Trent Piepho |
2007-08-21 | Cleanup: remove linux/moduleparam.h from drivers/media files | Mauro Carvalho Chehab |
2007-08-17 | compat: Fix device_create compat code | Trent Piepho |
2007-08-17 | Make dvbdev compatible again with older kernel versions | Mauro Carvalho Chehab |
2007-08-15 | DVB: convert struct class_device to struct device | Michael Krufky |
2007-05-06 | dvb-core: Add level fixes to printk()s, plus spelling/grammer | Trent Piepho |
2007-05-06 | dvb-core: Handle failures to create devices | Trent Piepho |
2007-04-14 | Fix 1/3 for bug 7819: fixed frontend hotplug issue | Markus Rechberger |
2007-03-10 | Core: fix several locking related problems | Mauro Carvalho Chehab |
2007-02-21 | Backport of git changeset cd354f1ae75e6466a7e31b727faede57a1f89ca5 | Mauro Carvalho Chehab |
2007-02-13 | dvbdev: fix illegal re-usage of fileoperations struct | Marcel Siegert |
2006-07-19 | [PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree | Mauro Carvalho Chehab |
2006-07-19 | [PATCH] devfs: Remove devfs_remove() function from the kernel tree | Mauro Carvalho Chehab |
2006-07-19 | [PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree | Mauro Carvalho Chehab |
2006-04-10 | Add sysfs device links to dvb devices | Andrew de Quincey |
2006-04-04 | Fix mutex in dvb_register_device to work. | Andrew de Quincey |
2006-04-03 | fix warning: assignment discards qualifiers from pointer target type | Michael Krufky |
2006-04-02 | [PATCH] mark f_ops const in the inode | Mauro Carvalho Chehab |
2006-01-15 | Semaphore to mutex conversion on drivers/media | Mauro Carvalho Chehab |
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab |
2005-11-23 | Restore backwards compatability with kernel version 2.6.12 | Michael Krufky |
2005-11-13 | [PATCH] Driver Core: fix up all callers of class_device_create() | Michael Krufky |
2005-07-01 | from 2.6.13-rc1: class_simple is no more | Johannes Stezenbach |
2005-03-17 | Modified dvb_register_adapter() to avoid kmalloc/kfree. Drivers have to | Andreas Oberritter |
2005-03-09 | - clear up confusion between ids and adapters | Kenneth Aafloy |
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach |
2005-02-12 | patch by Adrian Bunk: | Johannes Stezenbach |
2005-01-22 | Added support for up to six DVB devices | Andrew de Quincy |
2004-11-17 | patch by Adrian Bunk: | Johannes Stezenbach |
2004-08-18 | - add the include to the header file, it's needed at other places, too | Michael Hunold |
2004-08-18 | - #include <linux/smp_lock.h> to avoid warnings about lock_kernel() | Michael Hunold |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is inc... | Michael Hunold |
2004-08-18 | - nuke dvb functions stuff | Michael Hunold |
2004-08-08 | patch by Martin Binder: #include <linux/moduleparam.h> where necessary | Johannes Stezenbach |
2004-08-06 | - add sysfs/udev support using "class_simple" | Michael Hunold |
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach |
2004-07-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy |
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold |
2004-03-31 | - first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ... | Michael Hunold |
2003-10-15 | fixed the bug found by this portuguese girl. | Holger Waechtler |