29 Nov
2016
29 Nov
'16
10:41 p.m.
On Tue, 29 Nov 2016 22:12:51 +0100, Andrej Krutak wrote:
Userspace apps have to claim USB interfaces before using endpoints in them (drivers/usb/core/devio.c:checkintf()). It's a lock mechanism so that two "drivers" don't steal data from each other. Kernel drivers don't have to claim interfaces to work - but they should, to lock out userspace.
While there, fix line6_properties struct to match checkpatch.pl.
Signed-off-by: Andrej Krutak dev@andree.sk
Thanks, applied.
Takashi