···11+/*22+ Hopper PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#include <linux/module.h>222#include <linux/moduleparam.h>323#include <linux/kernel.h>
+2-2
drivers/media/dvb/mantis/hopper_vp3028.c
···11/*22- Mantis VP-3028 driver22+ Hopper VP-3028 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/hopper_vp3028.h
···11+/*22+ Hopper VP-3028 driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_VP3028_H222#define __MANTIS_VP3028_H323
+1-1
drivers/media/dvb/mantis/mantis_ca.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_ca.h
···11+/*22+ Mantis PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_CA_H222#define __MANTIS_CA_H323
+20
drivers/media/dvb/mantis/mantis_cards.c
···11+/*22+ Mantis PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#include <linux/module.h>222#include <linux/moduleparam.h>323#include <linux/kernel.h>
+1-1
drivers/media/dvb/mantis/mantis_common.h
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_core.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_core.h
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_dma.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_dma.h
···11+/*22+ Mantis PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_DMA_H222#define __MANTIS_DMA_H323
+1-1
drivers/media/dvb/mantis/mantis_dvb.c
···11/*22 Mantis PCI bridge driver33- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)33+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)4455 This program is free software; you can redistribute it and/or modify66 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_dvb.h
···11+/*22+ Mantis PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_DVB_H222#define __MANTIS_DVB_H323
+1-1
drivers/media/dvb/mantis/mantis_evm.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_hif.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_hif.h
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_i2c.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_i2c.h
···11+/*22+ Mantis PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_I2C_H222#define __MANTIS_I2C_H323
+1-1
drivers/media/dvb/mantis/mantis_ioc.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_ioc.h
···11+/*22+ Mantis PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_IOC_H222#define __MANTIS_IOC_H323
+1-1
drivers/media/dvb/mantis/mantis_link.h
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_pci.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_pci.h
···11+/*22+ Mantis PCI bridge driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_PCI_H222#define __MANTIS_PCI_H323
+1-1
drivers/media/dvb/mantis/mantis_pcmcia.c
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_reg.h
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_uart.h
···11/*22 Mantis PCI bridge driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp1033.c
···11/*22 Mantis VP-1033 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp1033.h
···11/*22 Mantis VP-1033 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp1034.c
···11/*22 Mantis VP-1034 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp1034.h
···11/*22 Mantis VP-1034 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp2033.c
···11/*22 Mantis VP-2033 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp2033.h
···11/*22 Mantis VP-2033 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp3028.c
···11/*22 Mantis VP-3028 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+20
drivers/media/dvb/mantis/mantis_vp3028.h
···11+/*22+ Mantis VP-3028 driver33+44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)55+66+ This program is free software; you can redistribute it and/or modify77+ it under the terms of the GNU General Public License as published by88+ the Free Software Foundation; either version 2 of the License, or99+ (at your option) any later version.1010+1111+ This program is distributed in the hope that it will be useful,1212+ but WITHOUT ANY WARRANTY; without even the implied warranty of1313+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the1414+ GNU General Public License for more details.1515+1616+ You should have received a copy of the GNU General Public License1717+ along with this program; if not, write to the Free Software1818+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.1919+*/2020+121#ifndef __MANTIS_VP3028_H222#define __MANTIS_VP3028_H323
+1-1
drivers/media/dvb/mantis/mantis_vp3030.c
···11/*22 Mantis VP-3030 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by
+1-1
drivers/media/dvb/mantis/mantis_vp3030.h
···11/*22 Mantis VP-3030 driver3344- Copyright (C) 2005, 2006 Manu Abraham (abraham.manu@gmail.com)44+ Copyright (C) Manu Abraham (abraham.manu@gmail.com)5566 This program is free software; you can redistribute it and/or modify77 it under the terms of the GNU General Public License as published by