summaryrefslogtreecommitdiff
path: root/libfpusb/fpusbi.h
diff options
context:
space:
mode:
Diffstat (limited to 'libfpusb/fpusbi.h')
-rw-r--r--libfpusb/fpusbi.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libfpusb/fpusbi.h b/libfpusb/fpusbi.h
index ea5a24a..4c9f9d2 100644
--- a/libfpusb/fpusbi.h
+++ b/libfpusb/fpusbi.h
@@ -175,7 +175,6 @@ struct fpusb_urb_handle {
timer_t timer;
unsigned char urb_type;
unsigned char endpoint;
- void *msg;
int transfer_len;
int transferred;
unsigned char *buffer;
@@ -186,14 +185,6 @@ struct fpusb_urb_handle {
/* bus structures */
-struct usb_ctrl_setup {
- uint8_t bRequestType;
- uint8_t bRequest;
- uint16_t wValue;
- uint16_t wIndex;
- uint16_t wLength;
-} __attribute__((packed));
-
/* All standard descriptors have these 2 fields in common */
struct usb_descriptor_header {
uint8_t bLength;