Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102039
b: refs/heads/staging
c: 6d3bc22
h: refs/heads/master
i:
  102037: b1f87b6
  102035: e850da7
  102031: e225673
  • Loading branch information
kraxel committed Apr 16, 2013
1 parent c6beae2 commit 5dd7000
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ refs/heads/stable-0.14: 56a60dd6d619877e9957ba06b92d2f276e3c229d
refs/heads/stable-0.15: 82b2b32a323bbb5824b4fbe63a3bca50f827e28e
refs/heads/stable-1.0: 3ffb4001c2e28624cd59a2b3598858784d0718d0
refs/heads/stable-1.1: 4ce5bc2dd1914a706725186c6563e8f92eedfc84
refs/heads/staging: 94ae9eece7c8192170a4159804e152fa32e9eacf
refs/heads/staging: 6d3bc22e31bcee74dc1e05a5370cabb33b7c3fda
refs/tags/v0.5.1: be26a5288e43d3177908a92251c526d54fbb936d
refs/tags/v0.6.0: ea4b3c0748638ccebd8903f0dd2a8b32c69ab6fe
"refs/tags/release_0_10_0": 25c4fde17775821182a76fb8ea2ba2223c5729b9
Expand Down
7 changes: 7 additions & 0 deletions branches/staging/hw/usb/hcd-xhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -3079,8 +3079,15 @@ static void xhci_doorbell_write(void *ptr, hwaddr reg,
}
}

static void xhci_cap_write(void *opaque, hwaddr addr, uint64_t val,
unsigned width)
{
/* nothing */
}

static const MemoryRegionOps xhci_cap_ops = {
.read = xhci_cap_read,
.write = xhci_cap_write,
.valid.min_access_size = 1,
.valid.max_access_size = 4,
.impl.min_access_size = 4,
Expand Down

0 comments on commit 5dd7000

Please sign in to comment.