From 9226a562c7e7a55dd1851ec600b9433fd035e41f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 25 Nov 2004 20:10:13 +0000 Subject: [PATCH] - update Changed files: eagle-usb-eu_types.patch -> 1.2 eagle-usb-vpivci-info.patch -> 1.2 --- eagle-usb-eu_types.patch | 9 +++++---- eagle-usb-vpivci-info.patch | 21 ++++++++++----------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eagle-usb-eu_types.patch b/eagle-usb-eu_types.patch index e39361b..a93642a 100644 --- a/eagle-usb-eu_types.patch +++ b/eagle-usb-eu_types.patch @@ -1,6 +1,7 @@ ---- eagle-usb-1.9.6/driver/eu_types.h.orig 2004-02-22 22:11:30.000000000 +0100 -+++ eagle-usb-1.9.6/driver/eu_types.h 2004-05-31 01:31:02.547799648 +0200 -@@ -155,13 +155,13 @@ +diff -urN eagle-usb-2.0.0.org/driver/eu_types.h eagle-usb-2.0.0/driver/eu_types.h +--- eagle-usb-2.0.0.org/driver/eu_types.h 2004-11-07 10:06:55.000000000 +0100 ++++ eagle-usb-2.0.0/driver/eu_types.h 2004-11-25 22:58:46.196401236 +0100 +@@ -156,13 +156,13 @@ */ typedef struct { @@ -10,7 +11,7 @@ - uint16_t wIndex; - uint16_t wLength; - uint8_t data[20]; --} eu_cdc_t __attribute__ ((packed)); +-} __attribute__ ((packed)) eu_cdc_t; + uint8_t bRequestType __attribute__ ((packed)); + uint8_t bRequest __attribute__ ((packed)); + uint16_t wValue __attribute__ ((packed)); diff --git a/eagle-usb-vpivci-info.patch b/eagle-usb-vpivci-info.patch index 48a8871..1cefd4a 100644 --- a/eagle-usb-vpivci-info.patch +++ b/eagle-usb-vpivci-info.patch @@ -1,12 +1,11 @@ ---- eagle-usb-1.9.6/driver/user/eagle-usb.conf.orig 2004-02-22 22:11:30.000000000 +0100 -+++ eagle-usb-1.9.6/driver/user/eagle-usb.conf 2004-06-02 11:30:45.808491752 +0200 -@@ -22,7 +22,32 @@ - # OPTN6=00000000 - # OPTN7=02CD8044 - # OPTN15=09090909 +diff -urN eagle-usb-2.0.0.org/driver/user/eagle-usb.conf eagle-usb-2.0.0/driver/user/eagle-usb.conf +--- eagle-usb-2.0.0.org/driver/user/eagle-usb.conf 2004-10-10 15:35:56.000000000 +0200 ++++ eagle-usb-2.0.0/driver/user/eagle-usb.conf 2004-11-25 22:59:42.086428109 +0100 +@@ -47,7 +47,30 @@ + #OPTN16=80818040 + + # VPI / VCI are in hexa (8, 23) is 8,35 in decimal -VPI=00000008 -+ -+# VPI/VCI +# +# Country Network Encapsulation VPI VCI (decimal values) +# @@ -25,10 +24,10 @@ +# Sweden Telia IPoA LLC 8 35 +# UK BT PPPoA vcmux 0 38 +# -+# References: http://damien.bergamini.free.fr/ueagle/vpivci.html ++# References: http://damien.bergamini.free.fr/ueagle/vpivci.html +# -+# VPI/VCI - hex. values - if you use values from table above, -+# you have to convert them from decimal to hex. ++# VPI/VCI - hex. values - if you use values from table above, ++# you have to convert them from decimal to hex. +# +VPI=00000000 VCI=00000023 -- 2.43.0