Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264963
b: refs/heads/master
c: dc137f0
h: refs/heads/master
i:
  264961: 1e464a0
  264959: 5257f87
v: v3
  • Loading branch information
Felipe Balbi committed Sep 9, 2011
1 parent aff77c7 commit 7adbf9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 164f6e141ed214bda30fb219d41ec3254bd90886
refs/heads/master: dc137f01aca23ceb196945130a960e2a01b95890
6 changes: 6 additions & 0 deletions trunk/drivers/usb/dwc3/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,12 @@ struct dwc3_event_depevt {
#define DEPEVT_STATUS_SHORT (1 << 1)
#define DEPEVT_STATUS_IOC (1 << 2)
#define DEPEVT_STATUS_LST (1 << 3)

/* Control-only Status */
#define DEPEVT_STATUS_CONTROL_SETUP 0
#define DEPEVT_STATUS_CONTROL_DATA 1
#define DEPEVT_STATUS_CONTROL_STATUS 2

u32 parameters:16;
} __packed;

Expand Down

0 comments on commit 7adbf9d

Please sign in to comment.