Commit 13f4f2c1 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to...

Small error in hi/low band detection inside ioctl_SetFrontEnd and updating to correct e-mail addresses.
parent 1b88d65c
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* Copyright (C) 1998-2003 VideoLAN * Copyright (C) 1998-2003 VideoLAN
* *
* Authors: Johan Bilien <jobi@via.ecp.fr> * Authors: Johan Bilien <jobi@via.ecp.fr>
* Jean-Paul Saman <saman@natlab.research.philips.com> * Jean-Paul Saman <jpsaman@wxs.nl>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
* *
* Authors: Damien Lucas <nitrox@via.ecp.fr> * Authors: Damien Lucas <nitrox@via.ecp.fr>
* Johan Bilien <jobi@via.ecp.fr> * Johan Bilien <jobi@via.ecp.fr>
* Jean-Paul Saman <saman@natlab.research.philips.com> * Jean-Paul Saman <jpsaman@wxs.nl>
* Christopher Ross <ross@natlab.research.philips.com> * Christopher Ross <chris@tebibyte.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
...@@ -333,7 +333,7 @@ int ioctl_SetFrontend (input_thread_t * p_input, struct dvb_frontend_parameters ...@@ -333,7 +333,7 @@ int ioctl_SetFrontend (input_thread_t * p_input, struct dvb_frontend_parameters
if (hiband) if (hiband)
fep.frequency -= u_lnb_lof2; fep.frequency -= u_lnb_lof2;
else else
fep.frequency -= u_lnb_lof2; fep.frequency -= u_lnb_lof1;
/* Now send it all to the frontend device */ /* Now send it all to the frontend device */
if ((ret=ioctl(front, FE_SET_FRONTEND, &fep)) < 0) if ((ret=ioctl(front, FE_SET_FRONTEND, &fep)) < 0)
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
* Copyright (C) 1998-2003 VideoLAN * Copyright (C) 1998-2003 VideoLAN
* *
* Authors: Johan Bilien <jobi@via.ecp.fr> * Authors: Johan Bilien <jobi@via.ecp.fr>
* Jean-Paul Saman <saman@natlab.research.philips.com> * Jean-Paul Saman <jpsaman@saman>
* Christopher Ross <ross@natlab.research.philips.com> * Christopher Ross <chris@tebibyte.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
* Copyright (C) 2003 VideoLAN * Copyright (C) 2003 VideoLAN
* *
* Authors: Samuel Hocevar <sam@zoy.org> * Authors: Samuel Hocevar <sam@zoy.org>
* Jean-Paul Saman <saman@natlab.research.philips.com> * Jean-Paul Saman <jpsaman@wxs.nl>
* Christopher Ross <ross@natlab.research.philips.com> * Christopher Ross <chris@tebibyte.org>
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment