git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fad8deb
)
usb: gadget: use a computation macro for INT endpoint interval
author
Sebastian Andrzej Siewior
<bigeasy@linutronix.de>
Mon, 22 Oct 2012 20:14:57 +0000
(22:14 +0200)
committer
Felipe Balbi
<balbi@ti.com>
Wed, 31 Oct 2012 13:01:15 +0000
(15:01 +0200)
The 5+4 magic for HS tries to aim 32ms which is also what is intended
with 1 << 5 for FS. This little macro should make this easier to
understand.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found