mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-10 17:36:21 +00:00
acquire() is renamed and deprecated in favor of findFirstDevice(). findAllDevices() is added as new functionality. Internally, probe() now returns a list, allow a (future) multi-port device to return multiple drivers, one for each port (googlecode issue #14).