Re: USB sensors leak xfers

2014-05-06 Thread Yojiro UO
ok yuo@ 2014/05/06 22:02、Martin Pieuchot のメール: > I don't have any of these devices so I appreciate if people can test > this diff. It's basically the same pattern that has been copy/past'd > in every driver. The rule is simple: if you uhidev_open() you need to > uhidev_close() at some point. >

USB sensors leak xfers

2014-05-06 Thread Martin Pieuchot
I don't have any of these devices so I appreciate if people can test this diff. It's basically the same pattern that has been copy/past'd in every driver. The rule is simple: if you uhidev_open() you need to uhidev_close() at some point. Ok? Index: ucycom.c