scrcpy/app/src/adb
Romain Vimont 582161607e Add option to select USB or TCP/IP devices
If several devices are connected (as listed by `adb devices`), it was
necessary to provide the explicit serial via -s/--serial.

If only one device is connected via USB (respectively, via TCP/IP), it
might be convenient to select it automatically. For this purpose, two
new options are introduced:
 - -d/--select-usb: select the single device connected over USB
 - -e/--select-tcpip: select the single device connected over TCP/IP

PR #3005 <https://github.com/Genymobile/scrcpy/pull/3005>
2022-02-09 10:00:25 +01:00
..
adb.c Add option to select USB or TCP/IP devices 2022-02-09 10:00:25 +01:00
adb.h Add option to select USB or TCP/IP devices 2022-02-09 10:00:25 +01:00
adb_device.c Add adb devices parser 2022-02-09 09:56:25 +01:00
adb_device.h Expose simple API to select a single adb device 2022-02-09 09:56:26 +01:00
adb_parser.c Expose simple API to select a single adb device 2022-02-09 09:56:26 +01:00
adb_parser.h Add adb devices parser 2022-02-09 09:56:25 +01:00
adb_tunnel.c Use sc_ prefix for adb 2022-02-04 08:39:10 +01:00
adb_tunnel.h Move ADB code to adb/ 2022-02-04 08:39:10 +01:00