1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-07 16:06:10 +00:00
usb-serial-for-android/usbSerialForAndroid
kai-morich 9ea936b14a improve close handling
Use releaseInterface to interrupt read() and terminate SerialInputOutputManager. Previously some drivers used usbRequest.cancel() but this does not interrupt read() on older Android.

Added connection check to read(). Before Android 8.0 request.initialize() did not check usbConnection, which can lead to native crash if NULL
2019-10-27 21:32:38 +01:00
..
2019-10-27 21:32:38 +01:00
2019-10-26 15:40:40 +02:00
2019-10-20 22:41:55 +02:00
2019-10-06 17:52:17 +02:00