Add cxm(4), a driver for Hauppauge PVR-250/350 video capture cards.
authorSascha Wildner <saw@online.de>
Sun, 19 Apr 2009 00:49:17 +0000 (02:49 +0200)
committerSascha Wildner <saw@online.de>
Sun, 19 Apr 2009 00:54:46 +0000 (02:54 +0200)
commite9afadfd600be20572925f76493c0118a01542ef
tree7aa7a09cf4d279542fdda781d56cd20ea7dcde9b
parent7c9c994c458abb53040831c5b56bc685dd153488
Add cxm(4), a driver for Hauppauge PVR-250/350 video capture cards.

Before the driver can be used, two firmware files have to be extracted
from the Windows driver which cannot be redistributed with DragonFly.
For further information see the manual page.

It was tested on a PVR-250 which was kindly donated by Hasso Tepper
(many thanks for this!).

Ported-from: FreeBSD (ports/multimedia/pvr250), with modifications
23 files changed:
etc/MAKEDEV
share/man/man4/Makefile
share/man/man4/cxm.4 [new file with mode: 0644]
sys/bus/iicbus/iicbb.c
sys/conf/files
sys/config/LINT
sys/dev/video/cxm/cxm.c [new file with mode: 0644]
sys/dev/video/cxm/cxm.h [new file with mode: 0644]
sys/dev/video/cxm/cxm_dec_fw.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_eeprom.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_enc_fw.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_i2c.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_ir.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_msp34xxx.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_saa7115.c [new file with mode: 0644]
sys/dev/video/cxm/cxm_tuner.c [new file with mode: 0644]
tools/multimedia/cxm/Makefile [new file with mode: 0644]
tools/multimedia/cxm/extract_fw/Makefile [new file with mode: 0644]
tools/multimedia/cxm/extract_fw/cxm_extract_fw.8 [new file with mode: 0644]
tools/multimedia/cxm/extract_fw/cxm_extract_fw.c [new file with mode: 0644]
tools/multimedia/cxm/setchannel/Makefile [new file with mode: 0644]
tools/multimedia/cxm/setchannel/cxm_setchannel.1 [new file with mode: 0644]
tools/multimedia/cxm/setchannel/cxm_setchannel.c [new file with mode: 0644]