]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: Add an interval parameter to create_int_queue
authorHans de Goede <hdegoede@redhat.com>
Sun, 11 Jan 2015 19:38:28 +0000 (20:38 +0100)
committerMarek Vasut <marex@denx.de>
Sun, 18 Jan 2015 11:31:35 +0000 (12:31 +0100)
commit8bb6c1d1e0ac3692df1b83eaeee42541c09e09fc
tree028ca3d623d265269a1723152361d6025ae8bb47
parenta1d31077d06d47233d2bd7002cf65d5ee9b5e501
usb: Add an interval parameter to create_int_queue

Currently create_int_queue is only implemented by the ehci code, and that
does not honor interrupt intervals, but other drivers which might also want
to implement create_int_queue may honor intervals, so add an interval param.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
common/usb_kbd.c
drivers/usb/host/ehci-hcd.c
include/usb.h