]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: f81232: implement read IIR/MSR with endpoint
authorPeter Hung <hpeter@gmail.com>
Tue, 17 Mar 2015 09:48:22 +0000 (17:48 +0800)
committerJohan Hovold <johan@kernel.org>
Fri, 27 Mar 2015 16:29:26 +0000 (17:29 +0100)
commit87fe5adcd8de001160d9208def72cc11f3780845
tree9441168e4d97a2963977cc21456b40ff36ef546c
parent7139c932859f5b35b5a928b445e03f5a43610fa7
USB: f81232: implement read IIR/MSR with endpoint

The interrupt endpoint will report current IIR. If we got IIR with MSR changed
, We will do read MSR with interrupt_work worker to do f81232_read_msr()
function.

Signed-off-by: Peter Hung <hpeter+linux_kernel@gmail.com>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/f81232.c