Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361626
b: refs/heads/master
c: f826434
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Torokhov authored and Sarah Sharp committed Mar 18, 2013
1 parent c4ef744 commit de3be60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 2a40f324541ee61c22146214349c2ce9f5c30bcf
refs/heads/master: f8264340e694604863255cc0276491d17c402390
4 changes: 2 additions & 2 deletions trunk/drivers/usb/host/xhci.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ struct xhci_op_regs {
/* bits 12:31 are reserved (and should be preserved on writes). */

/* IMAN - Interrupt Management Register */
#define IMAN_IP (1 << 1)
#define IMAN_IE (1 << 0)
#define IMAN_IE (1 << 1)
#define IMAN_IP (1 << 0)

/* USBSTS - USB status - status bitmasks */
/* HC not running - set to 1 when run/stop bit is cleared. */
Expand Down

0 comments on commit de3be60

Please sign in to comment.