]> git.proxmox.com Git - qemu.git/commit - usb-linux.c
usb-linux: Refuse packets for endpoints which are not in the usb descriptor
authorHans de Goede <hdegoede@redhat.com>
Fri, 26 Nov 2010 13:56:17 +0000 (14:56 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 4 May 2011 10:25:24 +0000 (12:25 +0200)
commita0b5fece8afe7deca08cbca97e2a4015d7f0038e
tree2561813e3caf7e7910dc712f5f18d1849c617904
parent060dc841d117e2a2868ef50d0d30e01c90051a6f
usb-linux: Refuse packets for endpoints which are not in the usb descriptor

If an endpoint is not in the usb descriptor we've no idea what kind of
endpoint it is and thus how to handle it, refuse packages in this case.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
usb-linux.c