Salut,

[EMAIL PROTECTED] wrote:
Visiblement ils sont partis de la version 1.9.9 avant de faire leurs petites
modifs.
En parcourant le patch je vois qu'il  a des modifications concernant le driver
lui-même pour faire fonctionner EAGLE_III, je pense que de ce coté Sleeper a
déjà fait tout ce qu'il faut.
Mais je remarque qu'ils ont aussi remplacé le fichier firmware.h.
Là faut peut-être y jeter un oeuil..
ils n'ont changer que l'entete (ils ont juste un diff tres foireux)...

D'ailleur dans qu'elle mesure il ont le droit de changer les entetes ?

Matthieu

PS : en attachement un vrai diff
--- eagleusb/driver/eu_firmware.h       2004-10-09 21:49:54.000000000 +0200
+++ ../eu_firmware.h    2005-03-09 22:57:05.000000000 +0100
@@ -1,25 +1,23 @@
-/*
- * eu_firmware.h
-*
-* This file is part of the "eagle-usb driver package".
-*
-* "ADI USB ADSL Driver for Linux" 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.
-*
-* "ADI USB ADSL Driver for Linux" is distributed in the hope that it will be
-* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with "ADI USB ADSL Driver for Linux"; if not, write to the Free 
Software
-* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-*
-* Based on code furnished by Analog Devices, in the file Firmware8051.h
-*
-*/
+/***********************************************************************************/
+/* Firmware8051.h                                                              
   */
+/*                                                                             
   */
+/* This file is part of the "ADI USB ADSL Driver for Linux".                   
   */   
+/*                                                                             
   */
+/* "ADI USB ADSL Driver for Linux" 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.                                      
   */   
+/*                                                                             
   */
+/* "ADI USB ADSL Driver for Linux" is distributed in the hope that it will be  
    */
+/* useful, but WITHOUT ANY WARRANTY; without even the implied warranty of      
   */
+/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               
   */   
+/* GNU General Public License for more details.                                
           */
+/*                                                                             
   */
+/* You should have received a copy of the GNU General Public License           
   */   
+/* along with "ADI USB ADSL Driver for Linux"; if not, write to the Free 
Software  */
+/* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   
    */
+/***********************************************************************************/
+
 #ifndef __EU_FIRMWARE_H__
 #define __EU_FIRMWARE_H__
 
@@ -33,7 +31,6 @@
     uint8_t     data[MAX_RECORD_LENGTH];
 } eu_hex_record_t;
 
-
 eu_hex_record_t eu_eagle_I_firmware[] = {
  {
    16,
@@ -3217,6 +3214,11 @@
    {0}}
 };
 
+
+//==============================================================================================
+//==============================================================================================
+
+
 eu_hex_record_t eu_eagle_II_firmware[] = { 
  {
    16,
@@ -6355,6 +6357,11 @@
    {0}}
 };
 
+
+//----------------------------------------------------------------------------------------
+//----------------------------------------------------------------------------------------
+
+/*RFD:22june04*/
 eu_hex_record_t eu_eagle_III_firmware[] = { 
   {16,
    0x10f8,
@@ -8891,4 +8898,6 @@
    {0}}
 };
 
+  
 #endif /* __EU_FIRMWARE_H__ */
+

Reply via email to