Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337639
b: refs/heads/master
c: 85b331a
h: refs/heads/master
i:
  337637: 4a95f76
  337635: 47fa395
  337631: beced04
v: v3
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 2, 2012
1 parent 24d7e04 commit 5cb4caa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: c1fa1eb38f15dd9998a7cc2fe4f54eb95d14208c
refs/heads/master: 85b331afb29a25fe770750c7dc169688a1c7f9ec
6 changes: 3 additions & 3 deletions trunk/drivers/staging/bcm/InterfaceAdapter.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#ifndef _INTERFACE_ADAPTER_H
#define _INTERFACE_ADAPTER_H

typedef struct _BULK_ENDP_IN {
struct bcm_bulk_endpoint_in {
char *bulk_in_buffer;
size_t bulk_in_size;
unsigned char bulk_in_endpointAddr;
unsigned int bulk_in_pipe;
} BULK_ENDP_IN, *PBULK_ENDP_IN;
};

struct bcm_bulk_endpoint_out {
unsigned char bulk_out_buffer;
Expand Down Expand Up @@ -53,7 +53,7 @@ struct bcm_interface_adapter {
struct usb_device *udev;
struct usb_interface *interface;
/* Bulk endpoint in info */
BULK_ENDP_IN sBulkIn;
struct bcm_bulk_endpoint_in sBulkIn;
/* Bulk endpoint out info */
struct bcm_bulk_endpoint_out sBulkOut;
/* Interrupt endpoint in info */
Expand Down

0 comments on commit 5cb4caa

Please sign in to comment.