mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
media: pci/tbscapture: Rename module and cleanup.
This commit is contained in:
6
drivers/media/pci/tbscapture/Kconfig
Executable file → Normal file
6
drivers/media/pci/tbscapture/Kconfig
Executable file → Normal file
@@ -1,9 +1,9 @@
|
|||||||
config TBS_PCIE_DVB
|
config TBS_PCIE_CAP
|
||||||
tristate "TBS PCIe DVB cards"
|
tristate "TBS PCIe HDMI/SDI capture cards"
|
||||||
depends on PCI && I2C && DVB_CORE
|
depends on PCI && I2C && DVB_CORE
|
||||||
default m if !MEDIA_SUBDRV_AUTOSELECT
|
default m if !MEDIA_SUBDRV_AUTOSELECT
|
||||||
|
|
||||||
help
|
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.
|
Say Y if you own such a device and want to use it.
|
||||||
|
4
drivers/media/pci/tbscapture/Makefile
Executable file → Normal file
4
drivers/media/pci/tbscapture/Makefile
Executable file → Normal file
@@ -1,3 +1,3 @@
|
|||||||
obj-$(CONFIG_TBS_PCIE_DVB) += tbs_pcie-dvb.o
|
obj-$(CONFIG_TBS_PCIE_CAP) += tbs_pcie-cap.o
|
||||||
tbs_pcie-dvb-objs += tbs_pcie.o tbs_pcie-sdi.o
|
tbs_pcie-cap-objs += tbs_pcie.o tbs_pcie-sdi.o
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
TurboSight TBS PCIE DVB driver
|
TurboSight TBS PCIE HDMI/SDI capture driver
|
||||||
Copyright (C) 2017 www.tbsdtv.com
|
Copyright (C) 2017 www.tbsdtv.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@@ -98,6 +98,3 @@ bool sdi_write16bit(struct tbs_pcie_dev *dev,int sdi_base_addr, int reg_addr, in
|
|||||||
}
|
}
|
||||||
return true ;
|
return true ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
TurboSight TBS PCIE DVB driver
|
TurboSight TBS PCIE HDMI/SDI capture driver
|
||||||
Copyright (C) 2017 www.tbsdtv.com
|
Copyright (C) 2017 www.tbsdtv.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -1713,7 +1713,7 @@ static __exit void pcie_tbs_exit(void)
|
|||||||
module_init(pcie_tbs_init);
|
module_init(pcie_tbs_init);
|
||||||
module_exit(pcie_tbs_exit);
|
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_AUTHOR("kernelcoding <wugang@kernelcoding.com>");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION("1.0");
|
MODULE_VERSION("1.0");
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
TurboSight TBS PCIE DVB driver
|
TurboSight TBS PCIE HDMI/SDI capture driver
|
||||||
Copyright (C) 2017 www.tbsdtv.com
|
Copyright (C) 2017 www.tbsdtv.com
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user