提交 85447060 编写于 作者: M Michael Krufky 提交者: Mauro Carvalho Chehab

V4L/DVB (8272): sms1xxx: move driver from media/mdtv/ to media/dvb/siano/

Signed-off-by: NMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
上级 7d18d2e9
...@@ -21,6 +21,7 @@ source "drivers/media/dvb/dvb-usb/Kconfig" ...@@ -21,6 +21,7 @@ source "drivers/media/dvb/dvb-usb/Kconfig"
source "drivers/media/dvb/ttusb-budget/Kconfig" source "drivers/media/dvb/ttusb-budget/Kconfig"
source "drivers/media/dvb/ttusb-dec/Kconfig" source "drivers/media/dvb/ttusb-dec/Kconfig"
source "drivers/media/dvb/cinergyT2/Kconfig" source "drivers/media/dvb/cinergyT2/Kconfig"
source "drivers/media/dvb/siano/Kconfig"
comment "Supported FlexCopII (B2C2) Adapters" comment "Supported FlexCopII (B2C2) Adapters"
depends on DVB_CORE && (PCI || USB) && I2C depends on DVB_CORE && (PCI || USB) && I2C
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
# Makefile for the kernel multimedia device drivers. # Makefile for the kernel multimedia device drivers.
# #
obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ cinergyT2/ dvb-usb/ pluto2/ obj-y := dvb-core/ frontends/ ttpci/ ttusb-dec/ ttusb-budget/ b2c2/ bt8xx/ cinergyT2/ dvb-usb/ pluto2/ siano/
# #
# Mobile Digital TV device configuration # Siano Mobile Silicon Digital TV device configuration
# #
config MDTV_SIANO_STELLAR_USB config DVB_SIANO_SMS1XXX
tristate "Siano SMS10xx USB dongle support" tristate "Siano SMS1xxx USB dongle support"
default m depends on DVB_CORE && USB
---help--- ---help---
Choose Y here if you have USB dongle with SMS10xx chipset. Choose Y here if you have USB dongle with SMS1xxx chipset.
Further documentation on this driver can be found on the WWW at Further documentation on this driver can be found on the WWW at
<http://www.siano-ms.com/>. <http://www.siano-ms.com/>.
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
modules will be called smschar and smsnet. module will be called sms1xxx.
smscore-objs := smscoreapi.o smsusb.o smsdvb.o sms1xxx-objs := smscoreapi.o smsusb.o smsdvb.o
obj-$(CONFIG_MDTV_SIANO_STELLAR_USB) += smscore.o obj-$(CONFIG_DVB_SIANO_SMS1XXX) += sms1xxx.o
EXTRA_CFLAGS += -Idrivers/media/video
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core
EXTRA_CFLAGS += -Idrivers/media/dvb/frontends
EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m) EXTRA_CFLAGS += $(extra-cflags-y) $(extra-cflags-m)
/* /*
* Driver for the Siano SMS10xx USB dongle * Siano core API module
*
* This file contains implementation for the interface to sms core component
*
* author: Anatoly Greenblat
* *
* Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> * Copyright (c), 2005-2008 Siano Mobile Silicon, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License version 3 as
* the Free Software Foundation; either version 2 of the License, or * published by the Free Software Foundation;
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Software distributed under the License is distributed on an "AS IS"
* but WITHOUT ANY WARRANTY; without even the implied warranty of * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* *
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/*!
\file smscoreapi.c
\brief Siano core API module
This file contains implementation for the interface to sms core component
\par Copyright (c), 2005-2008 Siano Mobile Silicon, Inc.
\par This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 3 as
published by the Free Software Foundation;
Software distributed under the License is distributed on an "AS
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
implied.
\author Anatoly Greenblat
*/
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/init.h> #include <linux/init.h>
#include <linux/module.h> #include <linux/module.h>
......
/* /*
* Driver for the Siano SMS10xx USB dongle * Driver for the Siano SMS1xxx USB dongle
* *
* Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> * author: Anatoly Greenblat
*
* Copyright (c), 2005-2008 Siano Mobile Silicon, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License version 3 as
* the Free Software Foundation; either version 2 of the License, or * published by the Free Software Foundation;
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Software distributed under the License is distributed on an "AS IS"
* but WITHOUT ANY WARRANTY; without even the implied warranty of * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* *
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
......
/* /*
* Driver for the Siano SMS10xx USB dongle * Driver for the Siano SMS10xx USB dongle
* *
* Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> * author: Anatoly Greenblat
*
* Copyright (c), 2005-2008 Siano Mobile Silicon, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License version 3 as
* the Free Software Foundation; either version 2 of the License, or * published by the Free Software Foundation;
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Software distributed under the License is distributed on an "AS IS"
* but WITHOUT ANY WARRANTY; without even the implied warranty of * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* *
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
......
/* /*
* Driver for the Siano SMS10xx USB dongle * Driver for the Siano SMS10xx USB dongle
* *
* Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> * author: Anatoly Greenblat
*
* Copyright (c), 2005-2008 Siano Mobile Silicon, Inc.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License version 3 as
* the Free Software Foundation; either version 2 of the License, or * published by the Free Software Foundation;
* (at your option) any later version.
* *
* This program is distributed in the hope that it will be useful, * Software distributed under the License is distributed on an "AS IS"
* but WITHOUT ANY WARRANTY; without even the implied warranty of * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* *
* GNU General Public License for more details. * See the GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册