]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-eu_types.patch
- update
[packages/eagle-usb.git] / eagle-usb-eu_types.patch
1 diff -urN eagle-usb-2.0.0.org/driver/eu_types.h eagle-usb-2.0.0/driver/eu_types.h
2 --- eagle-usb-2.0.0.org/driver/eu_types.h       2004-11-07 10:06:55.000000000 +0100
3 +++ eagle-usb-2.0.0/driver/eu_types.h   2004-11-25 22:58:46.196401236 +0100
4 @@ -156,13 +156,13 @@
5   */
6  typedef struct 
7  {
8 -    uint8_t bRequestType;
9 -    uint8_t bRequest;
10 -    uint16_t wValue;
11 -    uint16_t wIndex;
12 -    uint16_t wLength;
13 -    uint8_t data[20];
14 -} __attribute__ ((packed)) eu_cdc_t;
15 +    uint8_t bRequestType __attribute__ ((packed));
16 +    uint8_t bRequest __attribute__ ((packed));
17 +    uint16_t wValue __attribute__ ((packed));
18 +    uint16_t wIndex __attribute__ ((packed));
19 +    uint16_t wLength __attribute__ ((packed));
20 +    uint8_t data[20] __attribute__ ((packed));
21 +} eu_cdc_t;
22  
23  
24  /**
This page took 0.052573 seconds and 3 git commands to generate.