aboutsummaryrefslogtreecommitdiffstats
path: root/usb
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-05-16 09:08:02 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-05-16 09:08:02 -0700
commit0f519560303e49a29b93975494c7f44272ca6da4 (patch)
treee5095dd54c4509ca4a5f01ee842ea63a58d5ad53 /usb
parentda87edc0d465a2c14eed4dd92c04c52f29118942 (diff)
downloadpatches-0f519560303e49a29b93975494c7f44272ca6da4.tar.gz
gpl header update to mos7720 driver
Diffstat (limited to 'usb')
-rw-r--r--usb/usb-serial-mos7720.patch49
1 files changed, 26 insertions, 23 deletions
diff --git a/usb/usb-serial-mos7720.patch b/usb/usb-serial-mos7720.patch
index 92b6e9fafde30..18011f5241dd3 100644
--- a/usb/usb-serial-mos7720.patch
+++ b/usb/usb-serial-mos7720.patch
@@ -14,8 +14,8 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
---
drivers/usb/serial/Kconfig | 10
drivers/usb/serial/Makefile | 1
- drivers/usb/serial/mos7720.c | 1960 +++++++++++++++++++++++++++++++++++++++++++
- 3 files changed, 1971 insertions(+)
+ drivers/usb/serial/mos7720.c | 1963 +++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 1974 insertions(+)
--- gregkh-2.6.orig/drivers/usb/serial/Kconfig
+++ gregkh-2.6/drivers/usb/serial/Kconfig
@@ -48,27 +48,30 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
obj-$(CONFIG_USB_SERIAL_OPTION) += option.o
--- /dev/null
+++ gregkh-2.6/drivers/usb/serial/mos7720.c
-@@ -0,0 +1,1960 @@
-+/*************************************************************************
-+ *** Moschip Semiconductor Tech. Ltd.
-+ *** --------------------------------------------------------------------
-+ ***
-+ *** Module Name: Mos7720
-+ ***
-+ *** File: mos7720.c
-+ ***
-+ *** File Revision: 1.0
-+ *** Author : VijayaKumar.G.N. (vijaykumar@aspirecom.net)
-+ *** : AjayKumar (ajay@aspirecom.net)
-+ ***
-+ *** Leader : Gurudeva.N. (gurudev@aspirecom.net)
-+ ***
-+ Originally based on drivers/usb/serial/io_edgeport.c which is:
-+ Copyright (C) 2000 Inside Out Networks, All rights reserved.
-+ Copyright (C) 2001-2002 Greg Kroah-Hartman <greg@kroah.com>
-+
-+ *************************************************************************/
-+
+@@ -0,0 +1,1963 @@
++/*
++ * mos7720.c
++ * Controls the Moschip 7720 usb to dual port serial convertor
++ *
++ * Copyright 2006 Moschip Semiconductor Tech. Ltd.
++ *
++ * 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.
++ *
++ * Developed by:
++ * VijayaKumar.G.N. <vijaykumar@aspirecom.net>
++ * AjayKumar <ajay@aspirecom.net>
++ * Gurudeva.N. <gurudev@aspirecom.net>
++ *
++ * Cleaned up from the original by:
++ * Greg Kroah-Hartman <gregkh@suse.de>
++ *
++ * Originally based on drivers/usb/serial/io_edgeport.c which is:
++ * Copyright (C) 2000 Inside Out Networks, All rights reserved.
++ * Copyright (C) 2001-2002 Greg Kroah-Hartman <greg@kroah.com>
++ */
+#include <linux/config.h>
+#include <linux/kernel.h>
+#include <linux/errno.h>