diff options
author | Michael Hunold <devnull@localhost> | 2003-12-24 22:37:57 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-12-24 22:37:57 +0000 |
commit | d48caf9660b9c14774aa87fe0bd5189fb92fcec8 (patch) | |
tree | 8d063d699a0f6e826eb83e34afb4de78f43f4c8c /linux/drivers/media/dvb/frontends | |
parent | 8ff21dfb5f8e6e98e62d46d93cf9193a5029dad5 (diff) | |
download | mediapointer-dvb-s2-d48caf9660b9c14774aa87fe0bd5189fb92fcec8.tar.gz mediapointer-dvb-s2-d48caf9660b9c14774aa87fe0bd5189fb92fcec8.tar.bz2 |
- give more credit to Jamie Honan, he's the guy that has done most of the
hard work for TwinHan / DST support.
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dst-bt878.h | 5 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dst.c | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/dst-bt878.h b/linux/drivers/media/dvb/frontends/dst-bt878.h index ee98ddbfb..5c63d2972 100644 --- a/linux/drivers/media/dvb/frontends/dst-bt878.h +++ b/linux/drivers/media/dvb/frontends/dst-bt878.h @@ -1,3 +1,8 @@ +/* + * dst-bt878.h: part of the DST driver for the TwinHan DST Frontend + * + * Copyright (C) 2003 Jamie Honan + */ struct dst_gpio_enable { u32 mask; diff --git a/linux/drivers/media/dvb/frontends/dst.c b/linux/drivers/media/dvb/frontends/dst.c index 86e7dd00f..8bafa8ace 100644 --- a/linux/drivers/media/dvb/frontends/dst.c +++ b/linux/drivers/media/dvb/frontends/dst.c @@ -1,8 +1,8 @@ /* - len for DST Frontend + Frontend-driver for TwinHan DST Frontend + + Copyright (C) 2003 Jamie Honan - Based on work done by - Copyright (C) 1999 Convergence Integrated Media GmbH <ralph@convergence.de> This program is free software; you can redistribute it and/or modify |