2015-07-27 18:58:31

by Felipe Balbi

[permalink] [raw]
Subject: [GIT PULL] USB fixes for v4.2-rc5

Hi Greg,

Here's what I hope to be last pull request for current
-rc cycle. Things have finally slowed down.

Let me know if you require any changes to this pull request.

cheers

The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:

Linux 4.2-rc4 (2015-07-26 12:26:21 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.2-rc5

for you to fetch changes up to 4248bd7d3e2c7c87ff695d812018b8c22b5a5ab1:

usb: gadget: f_printer: actually limit the number of instances (2015-07-27 10:19:50 -0500)

----------------------------------------------------------------
usb: fixes for v4.2-rc5

BCD driver now reads correct register to fetch HW
dequeue pointer address.

f_uac2 got a fix for bInterval calculation.

Both f_hid and f_printer can now correctly limit number
of instances when used through configfs.

Signed-off-by: Felipe Balbi <[email protected]>

----------------------------------------------------------------
Al Cooper (1):
usb: gadget: bdc: fix a driver crash on disconnect

Andrzej Pietrasiewicz (2):
usb: gadget: f_hid: actually limit the number of instances
usb: gadget: f_printer: actually limit the number of instances

Peter Chen (1):
usb: gadget: f_uac2: fix calculation of uac2->p_interval

drivers/usb/gadget/function/f_hid.c | 4 ++++
drivers/usb/gadget/function/f_printer.c | 10 +++++++++-
drivers/usb/gadget/function/f_uac2.c | 4 ++--
drivers/usb/gadget/udc/bdc/bdc_ep.c | 2 +-
4 files changed, 16 insertions(+), 4 deletions(-)


2015-07-27 20:55:10

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] USB fixes for v4.2-rc5

On Mon, Jul 27, 2015 at 01:58:27PM -0500, Felipe Balbi wrote:
> Hi Greg,
>
> Here's what I hope to be last pull request for current
> -rc cycle. Things have finally slowed down.
>
> Let me know if you require any changes to this pull request.
>
> cheers
>
> The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f:
>
> Linux 4.2-rc4 (2015-07-26 12:26:21 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.2-rc5

Pulled and pushed out, thanks.

greg k-h