Skip to content

nosp7m/linux_media

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simplified Driver for the TBS6900

This branch contains a simplified version of the original TBS6900 driver in tbsdtv/linux_media - drivers/media/pci/tbsci.

The following changes have been made:

  • removed files which are not relevant for the TBS6900 driver
  • changed the /dev/dvb device initialization to only create ca* and sec* devices (dropped anyway not available demux*, frontend*, etc.)
  • added an easy to use Makefile (see below)

Build result is a single tbsci.ko kernel module file, ready to be used. No replacing of the whole Linux media drivers, no backports of patches, no long error prone builds, etc. And yes, I'm confident similar can be done for the other cards as well. I just don't have the hardware to test and make the drivers work.

Build

  • make clean to clean-up
  • make to build

Installation/Uninstallation

  • make install (cp to /lib/modules + depmod + modprobe)
  • make uninstall (modprobe + rm + depmod)

About

TBS linux open source drivers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.6%
  • Makefile 1.4%