Skip to content
Commit 57ab12e4 authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: usbhid: initialize interface pointers early enough



Move the initialization of USB interface pointers from _start()
over to _probe() callback, which is where it belongs.

This fixes case where interface is NULL when parsing of report
descriptor fails.

LKML-Reference: <20100213135720.603e5f64@neptune.home>
Reported-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Tested-by: default avatarBruno Prémont <bonbons@linux-vserver.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 7f978b9b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment