Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337630
b: refs/heads/master
c: decb16b
h: refs/heads/master
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 88cb7f3 commit 20d483c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: d231be575123c6261077bbaffb01e218255f413f
refs/heads/master: decb16b3176ccb3182cc68521595c6a66f43bb01
8 changes: 4 additions & 4 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ typedef struct _BULK_ENDP_IN {
char *bulk_in_buffer;
size_t bulk_in_size;
unsigned char bulk_in_endpointAddr;
UINT bulk_in_pipe;
unsigned int bulk_in_pipe;
} BULK_ENDP_IN, *PBULK_ENDP_IN;


typedef struct _BULK_ENDP_OUT {
unsigned char bulk_out_buffer;
size_t bulk_out_size;
unsigned char bulk_out_endpointAddr;
UINT bulk_out_pipe;
unsigned int bulk_out_pipe;
/* this is used when int out endpoint is used as bulk out end point */
unsigned char int_out_interval;
} BULK_ENDP_OUT, *PBULK_ENDP_OUT;
Expand All @@ -23,15 +23,15 @@ typedef struct _INTR_ENDP_IN {
size_t int_in_size;
unsigned char int_in_endpointAddr;
unsigned char int_in_interval;
UINT int_in_pipe;
unsigned int int_in_pipe;
} INTR_ENDP_IN, *PINTR_ENDP_IN;

typedef struct _INTR_ENDP_OUT {
char *int_out_buffer;
size_t int_out_size;
unsigned char int_out_endpointAddr;
unsigned char int_out_interval;
UINT int_out_pipe;
unsigned int int_out_pipe;
} INTR_ENDP_OUT, *PINTR_ENDP_OUT;

typedef struct _USB_TCB {
Expand Down

0 comments on commit 20d483c

Please sign in to comment.