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)
commit47c5d0811dfc860a635582f3082e6e63fff807c9
tree2561813e3caf7e7910dc712f5f18d1849c617904
parent4f81fe143f58bcd1d8403a2446b9d473bae10af5
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