The patch number 8269 was added via Michael Krufky <[EMAIL PROTECTED]> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: [EMAIL PROTECTED] ------ From: Steven Toth <[EMAIL PROTECTED]> sms1xxx: copyrights Signed-off-by: Steven Toth <[EMAIL PROTECTED]> Signed-off-by: Michael Krufky <[EMAIL PROTECTED]> --- linux/drivers/media/mdtv/smscoreapi.c | 22 ++++++++++++++++++++++ linux/drivers/media/mdtv/smscoreapi.h | 21 +++++++++++++++++++++ linux/drivers/media/mdtv/smsdvb.c | 21 +++++++++++++++++++++ linux/drivers/media/mdtv/smsusb.c | 21 +++++++++++++++++++++ 4 files changed, 85 insertions(+) diff -r f69712717e92 -r a23736edee2d linux/drivers/media/mdtv/smscoreapi.c --- a/linux/drivers/media/mdtv/smscoreapi.c Thu May 22 14:04:36 2008 -0400 +++ b/linux/drivers/media/mdtv/smscoreapi.c Thu May 22 14:05:26 2008 -0400 @@ -1,3 +1,25 @@ + +/* + * Driver for the Siano SMS10xx USB dongle + * + * Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + /*! \file smscoreapi.c diff -r f69712717e92 -r a23736edee2d linux/drivers/media/mdtv/smscoreapi.h --- a/linux/drivers/media/mdtv/smscoreapi.h Thu May 22 14:04:36 2008 -0400 +++ b/linux/drivers/media/mdtv/smscoreapi.h Thu May 22 14:05:26 2008 -0400 @@ -1,3 +1,24 @@ +/* + * Driver for the Siano SMS10xx USB dongle + * + * Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + #ifndef __smscoreapi_h__ #define __smscoreapi_h__ diff -r f69712717e92 -r a23736edee2d linux/drivers/media/mdtv/smsdvb.c --- a/linux/drivers/media/mdtv/smsdvb.c Thu May 22 14:04:36 2008 -0400 +++ b/linux/drivers/media/mdtv/smsdvb.c Thu May 22 14:05:26 2008 -0400 @@ -1,3 +1,24 @@ +/* + * Driver for the Siano SMS10xx USB dongle + * + * Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + #include <linux/module.h> #include <linux/init.h> diff -r f69712717e92 -r a23736edee2d linux/drivers/media/mdtv/smsusb.c --- a/linux/drivers/media/mdtv/smsusb.c Thu May 22 14:04:36 2008 -0400 +++ b/linux/drivers/media/mdtv/smsusb.c Thu May 22 14:05:26 2008 -0400 @@ -1,3 +1,24 @@ +/* + * Driver for the Siano SMS10xx USB dongle + * + * Copyright (c) 2008 <TODO: INSERT ALL COPYRIGHT OWNERS and MAINT. NAMES HERE> + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + #include <linux/kernel.h> #include <linux/init.h> #include <linux/usb.h> --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/a23736edee2d88e907b50dc09abd1919db93962a _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits