summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/ivtv/ivtv-driver.c
AgeCommit message (Expand)Author
2007-03-16Fix ivtv yuv threshold handlingHans Verkuil
2007-03-13The TV standard should be set AFTER the TV output is fully initialized.Hans Verkuil
2007-03-11Initialize the inputs before registering the devices.Hans Verkuil
2007-03-11First unregister the driver, and then free the memory.Hans Verkuil
2007-03-11Use pci_register_driver instead of pci_module_init in ivtv.Hans Verkuil
2007-03-11Use spin_lock_init to fix lockdep warnings.Hans Verkuil
2007-03-10Add comment why the symbols are exported.Hans Verkuil
2007-03-10Merges VBI & YUV handling into a single work queue.Hans Verkuil
2007-03-03If possible make vars/functions static.Hans Verkuil
2007-03-03Replace SA_* with IRQF_*Hans Verkuil
2007-02-27Set initial global_alpha to 255 (opaque).Hans Verkuil
2007-02-27Fix comment style and set default debug level to 0Hans Verkuil
2007-02-26Add ivtv driver for the Conexant cx23416/cx23415 MPEG encoder/decoderHans Verkuil