aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/linux_dvbwrapper-kmod
Commit message (Collapse)AuthorAgeFilesLines
* - Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,nox2012-06-292-3/+4
| | | | | | | | | and multimedia/linux_dvbwrapper : CA_GET_SLOT_INFO and CA_GET_MSG need to be _IOWR not _IOR. - Bump PORTREVISION for multimedia/vdr too since it uses one of the ioctls. (This fixes the CI slot of at last the TT CT-3650 DVB-C/T tuner.) Approved by: hselasky (maintainer of multimedia/webcamd)
* Fix build on 9 and 10.nox2011-09-282-8/+16
| | | | Submitted by: pointyhat via erwin
* (Attempt to) fix build on head.nox2011-09-081-0/+6
| | | | Submitted by: pointyhat via erwin
* This kld adds DVB ioctl handling to the Linux compatibility layernox2011-04-247-0/+608
so that Linux apps can talk to DVB/ATSC tuners via /dev/dvb/adapterX. Note this port does not contain actual DVB drivers, those are provided by e.g. the multimedia/webcamd port. WWW: http://people.freebsd.org/~nox/dvb/