summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/usb_ch9.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/include/usb_ch9.h')
-rw-r--r--openpcd/firmware/include/usb_ch9.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/openpcd/firmware/include/usb_ch9.h b/openpcd/firmware/include/usb_ch9.h
index 40eeba7..b10c8ae 100644
--- a/openpcd/firmware/include/usb_ch9.h
+++ b/openpcd/firmware/include/usb_ch9.h
@@ -293,11 +293,6 @@ struct usb_endpoint_descriptor {
u_int8_t bmAttributes;
u_int16_t wMaxPacketSize;
u_int8_t bInterval;
-
- /* NOTE: these two are _only_ in audio endpoints. */
- /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
- u_int8_t bRefresh;
- u_int8_t bSynchAddress;
} __attribute__ ((packed));
#define USB_DT_ENDPOINT_SIZE 7
personal git repositories of Harald Welte. Your mileage may vary