Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 192695
b: refs/heads/master
c: ed0236a
h: refs/heads/master
i:
  192693: 9a2b079
  192691: 5c06236
  192687: c108b2d
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed May 18, 2010
1 parent bf6209e commit 75bde45
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 206 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: c144c037153765f572ab4ffea277467370dd97dd
refs/heads/master: ed0236afa2382e1b75fec2a080a1e11ff1909de1
14 changes: 5 additions & 9 deletions trunk/drivers/staging/tm6000/tm6000-usb-isoc.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,20 @@ struct usb_isoc_ctl {
/* transfer buffers for isoc transfer */
char **transfer_buffer;

/* Last buffer control */
int pending;
int pos;
/* Last buffer command and region */
u8 cmd;
int pos, size, pktsize;

/* Last field: ODD or EVEN? */
int field;

/* Stores incomplete commands */
u8 tbuf[TM6000_URB_MSG_LEN+4];
size_t len;
u32 tmp_buf;
int tmp_buf_len;

/* Stores already requested buffers */
struct tm6000_buffer *buf;

/* Stores the number of received fields */
int nfields;

/* Checks if a complete field were received */
int last_line;
unsigned int fields:2;
};
Loading

0 comments on commit 75bde45

Please sign in to comment.