diff options
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | drivers/net/usb/hso.c | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ceb32ee51f9d..d5fc534a1085 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2049,6 +2049,12 @@ M: mikulas@artax.karlin.mff.cuni.cz | |||
2049 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi | 2049 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
2050 | S: Maintained | 2050 | S: Maintained |
2051 | 2051 | ||
2052 | HSO 3G Modem Driver (hso.c) | ||
2053 | P: Denis Joseph Barrow | ||
2054 | M: d.barow@option.com | ||
2055 | W: http://www.pharscape.org | ||
2056 | S: Maintained | ||
2057 | |||
2052 | HTCPEN TOUCHSCREEN DRIVER | 2058 | HTCPEN TOUCHSCREEN DRIVER |
2053 | P: Pau Oliva Fora | 2059 | P: Pau Oliva Fora |
2054 | M: pof@eslack.org | 2060 | M: pof@eslack.org |
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index 148af34837f0..c4918b86ed19 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c | |||
@@ -3,6 +3,8 @@ | |||
3 | * Driver for Option High Speed Mobile Devices. | 3 | * Driver for Option High Speed Mobile Devices. |
4 | * | 4 | * |
5 | * Copyright (C) 2008 Option International | 5 | * Copyright (C) 2008 Option International |
6 | * Filip Aben <f.aben@option.com> | ||
7 | * Denis Joseph Barrow <d.barow@option.com> | ||
6 | * Copyright (C) 2007 Andrew Bird (Sphere Systems Ltd) | 8 | * Copyright (C) 2007 Andrew Bird (Sphere Systems Ltd) |
7 | * <ajb@spheresystems.co.uk> | 9 | * <ajb@spheresystems.co.uk> |
8 | * Copyright (C) 2008 Greg Kroah-Hartman <gregkh@suse.de> | 10 | * Copyright (C) 2008 Greg Kroah-Hartman <gregkh@suse.de> |