media: pci/tbscapture: Rename module and cleanup.

This commit is contained in:
CrazyCat
2025-01-26 18:03:21 +02:00
parent f52def659a
commit 8d6283e035
6 changed files with 9 additions and 12 deletions

6
drivers/media/pci/tbscapture/Kconfig Executable file → Normal file
View File

@@ -1,9 +1,9 @@
config TBS_PCIE_DVB
tristate "TBS PCIe DVB cards"
config TBS_PCIE_CAP
tristate "TBS PCIe HDMI/SDI capture cards"
depends on PCI && I2C && DVB_CORE
default m if !MEDIA_SUBDRV_AUTOSELECT
help
Support for TBS PCIe DVB cards
Support for TBS PCIe HDMI/SDI capture cards
Say Y if you own such a device and want to use it.

4
drivers/media/pci/tbscapture/Makefile Executable file → Normal file
View File

@@ -1,3 +1,3 @@
obj-$(CONFIG_TBS_PCIE_DVB) += tbs_pcie-dvb.o
tbs_pcie-dvb-objs += tbs_pcie.o tbs_pcie-sdi.o
obj-$(CONFIG_TBS_PCIE_CAP) += tbs_pcie-cap.o
tbs_pcie-cap-objs += tbs_pcie.o tbs_pcie-sdi.o

View File

@@ -1,5 +1,5 @@
/*
TurboSight TBS PCIE DVB driver
TurboSight TBS PCIE HDMI/SDI capture driver
Copyright (C) 2017 www.tbsdtv.com
*/

View File

@@ -98,6 +98,3 @@ bool sdi_write16bit(struct tbs_pcie_dev *dev,int sdi_base_addr, int reg_addr, in
}
return true ;
}

View File

@@ -1,5 +1,5 @@
/*
TurboSight TBS PCIE DVB driver
TurboSight TBS PCIE HDMI/SDI capture driver
Copyright (C) 2017 www.tbsdtv.com
*/
@@ -1713,7 +1713,7 @@ static __exit void pcie_tbs_exit(void)
module_init(pcie_tbs_init);
module_exit(pcie_tbs_exit);
MODULE_DESCRIPTION("TBS PCIE driver");
MODULE_DESCRIPTION("TBS PCIE HDMI/SDI capture driver");
MODULE_AUTHOR("kernelcoding <wugang@kernelcoding.com>");
MODULE_LICENSE("GPL");
MODULE_VERSION("1.0");

View File

@@ -1,5 +1,5 @@
/*
TurboSight TBS PCIE DVB driver
TurboSight TBS PCIE HDMI/SDI capture driver
Copyright (C) 2017 www.tbsdtv.com
*/