diff options
-rw-r--r-- | drivers/media/dvb/dvb-usb/dw2102.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c index c5a0921204bd..1a1b84c3a53f 100644 --- a/drivers/media/dvb/dvb-usb/dw2102.c +++ b/drivers/media/dvb/dvb-usb/dw2102.c | |||
@@ -1,16 +1,16 @@ | |||
1 | /* DVB USB framework compliant Linux driver for the | 1 | /* DVB USB framework compliant Linux driver for the |
2 | * DVBWorld DVB-S 2101, 2102, DVB-S2 2104, DVB-C 3101, | 2 | * DVBWorld DVB-S 2101, 2102, DVB-S2 2104, DVB-C 3101, |
3 | * TeVii S600, S630, S650, S480 | 3 | * TeVii S600, S630, S650, S660, S480, |
4 | * Prof 1100, 7500, | 4 | * Prof 1100, 7500, |
5 | * Geniatech SU3000 Cards | 5 | * Geniatech SU3000 Cards |
6 | * Copyright (C) 2008,2009 Igor M. Liplianin (liplianin@me.by) | 6 | * Copyright (C) 2008-2011 Igor M. Liplianin (liplianin@me.by) |
7 | * | 7 | * |
8 | * This program is free software; you can redistribute it and/or modify it | 8 | * This program is free software; you can redistribute it and/or modify it |
9 | * under the terms of the GNU General Public License as published by the | 9 | * under the terms of the GNU General Public License as published by the |
10 | * Free Software Foundation, version 2. | 10 | * Free Software Foundation, version 2. |
11 | * | 11 | * |
12 | * see Documentation/dvb/README.dvb-usb for more information | 12 | * see Documentation/dvb/README.dvb-usb for more information |
13 | */ | 13 | */ |
14 | #include "dw2102.h" | 14 | #include "dw2102.h" |
15 | #include "si21xx.h" | 15 | #include "si21xx.h" |
16 | #include "stv0299.h" | 16 | #include "stv0299.h" |