aboutsummaryrefslogtreecommitdiff
path: root/multimedia/linux_dvbwrapper-kmod/files
Commit message (Collapse)AuthorAgeFilesLines
* - Fix build on recent head. (cap_rights_t type change in r255219) [1]Juergen Lock2013-09-131-2/+9
| | | | | | | | | - Convert Makefile header. Reported by: beefy2 via pkg-fallout [1] Notes: svn path=/head/; revision=327181
* - Fix two linux/dvb ioctls in multimedia/v4l_compat , multimedia/webcamd ,Juergen Lock2012-06-281-3/+3
| | | | | | | | | | | | 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) Notes: svn path=/head/; revision=300170
* Fix build on 9 and 10.Juergen Lock2011-09-271-2/+16
| | | | | | | Submitted by: pointyhat via erwin Notes: svn path=/head/; revision=282500
* This kld adds DVB ioctl handling to the Linux compatibility layerJuergen Lock2011-04-245-0/+558
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/ Notes: svn path=/head/; revision=273138