]> git.pld-linux.org Git - packages/eagle-usb.git/commitdiff
- update
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Nov 2004 20:10:13 +0000 (20:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eagle-usb-eu_types.patch -> 1.2
    eagle-usb-vpivci-info.patch -> 1.2

eagle-usb-eu_types.patch
eagle-usb-vpivci-info.patch

index e39361b79dead9f9a6797fe82388a98c49d72e3d..a93642a0c36c4ffddc5aed444eddf93bbc5f3ffa 100644 (file)
@@ -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 
  {
   */
  typedef struct 
  {
@@ -10,7 +11,7 @@
 -    uint16_t wIndex;
 -    uint16_t wLength;
 -    uint8_t data[20];
 -    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));
 +    uint8_t bRequestType __attribute__ ((packed));
 +    uint8_t bRequest __attribute__ ((packed));
 +    uint16_t wValue __attribute__ ((packed));
index 48a8871b6ce7567048404ef435d1cb7064026eb7..1cefd4aacb0baf866392a63f8a2c5d3f4e91d0e2 100644 (file)
@@ -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=00000008
-+
-+# VPI/VCI
 +#
 +# Country     Network        Encapsulation           VPI VCI (decimal values)
 +#
 +#
 +# Country     Network        Encapsulation           VPI VCI (decimal values)
 +#
 +# Sweden      Telia          IPoA LLC                8   35
 +# UK          BT             PPPoA vcmux             0   38
 +#
 +# 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
 +#
 +VPI=00000000
  VCI=00000023
This page took 0.033026 seconds and 4 git commands to generate.