Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48738
b: refs/heads/master
c: 23004e2
h: refs/heads/master
v: v3
  • Loading branch information
Inaky Perez-Gonzalez authored and Greg Kroah-Hartman committed Feb 16, 2007
1 parent cd68c7b commit f0ce8c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8c774fe8a0284aff9e4c7ea43f5154fd46da325c
refs/heads/master: 23004e241ccc03678592a8b392573e8514ec962f
20 changes: 10 additions & 10 deletions trunk/include/linux/usb/ch9.h
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ struct usb_debug_descriptor {
/* bulk endpoints with 8 byte maxpacket */
__u8 bDebugInEndpoint;
__u8 bDebugOutEndpoint;
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand Down Expand Up @@ -396,7 +396,7 @@ struct usb_security_descriptor {

__le16 wTotalLength;
__u8 bNumEncryptionTypes;
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand All @@ -410,7 +410,7 @@ struct usb_key_descriptor {
__u8 tTKID[3];
__u8 bReserved;
__u8 bKeyData[0];
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand All @@ -426,7 +426,7 @@ struct usb_encryption_descriptor {
#define USB_ENC_TYPE_RSA_1 3 /* rsa3072/sha1 auth */
__u8 bEncryptionValue; /* use in SET_ENCRYPTION */
__u8 bAuthKeyIndex;
};
} __attribute__((packed));


/*-------------------------------------------------------------------------*/
Expand All @@ -438,7 +438,7 @@ struct usb_bos_descriptor {

__le16 wTotalLength;
__u8 bNumDeviceCaps;
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand All @@ -447,7 +447,7 @@ struct usb_dev_cap_header {
__u8 bLength;
__u8 bDescriptorType;
__u8 bDevCapabilityType;
};
} __attribute__((packed));

#define USB_CAP_TYPE_WIRELESS_USB 1

Expand Down Expand Up @@ -475,7 +475,7 @@ struct usb_wireless_cap_descriptor { /* Ultra Wide Band */
__u8 bmFFITXPowerInfo; /* FFI power levels */
__le16 bmBandGroup;
__u8 bReserved;
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand All @@ -496,7 +496,7 @@ struct usb_wireless_ep_comp_descriptor {
#define USB_ENDPOINT_SWITCH_NO 0
#define USB_ENDPOINT_SWITCH_SWITCH 1
#define USB_ENDPOINT_SWITCH_SCALE 2
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand All @@ -512,7 +512,7 @@ struct usb_handshake {
__u8 CDID[16];
__u8 nonce[16];
__u8 MIC[8];
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand All @@ -524,7 +524,7 @@ struct usb_connection_context {
__u8 CHID[16]; /* persistent host id */
__u8 CDID[16]; /* device id (unique w/in host context) */
__u8 CK[16]; /* connection key */
};
} __attribute__((packed));

/*-------------------------------------------------------------------------*/

Expand Down

0 comments on commit f0ce8c3

Please sign in to comment.