OSDN Git Service

usb-redir: Return USB_RET_NAK when we've no data for an interrupt endpoint
authorHans de Goede <hdegoede@redhat.com>
Sun, 26 Feb 2012 15:14:47 +0000 (16:14 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Feb 2012 12:37:37 +0000 (13:37 +0100)
commite64722108c1342d499d408c386ce65794c44dd63
tree8adeb378ab7762828cf118e08ce187a8b8fa0869
parentd86b8853e1f0c7ffb917a7a48f2e44bc3d8e9f8a
usb-redir: Return USB_RET_NAK when we've no data for an interrupt endpoint

We should return USB_RET_NAK, rather then a 0 sized packet, when we've no data
for an interrupt IN endpoint.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
usb-redir.c