You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src/adb
Romain Vimont c3d45c8397 Consider emulators as TCP/IP devices
Emulators were wrongly considered as USB devices, so they were selected
using -d instead of -e (which was inconsistent with the adb behavior).

Refs #3005 <https://github.com/Genymobile/scrcpy/issues/3005>
Refs #3137 <https://github.com/Genymobile/scrcpy/issues/3137>
2 years ago
..
adb.c Consider emulators as TCP/IP devices 2 years ago
adb.h Consider emulators as TCP/IP devices 2 years ago
adb_device.c Consider emulators as TCP/IP devices 2 years ago
adb_device.h Consider emulators as TCP/IP devices 2 years ago
adb_parser.c Use vector for listing ADB devices 2 years ago
adb_parser.h Use vector for listing ADB devices 2 years ago
adb_tunnel.c Use sc_ prefix for adb 2 years ago
adb_tunnel.h Move ADB code to adb/ 2 years ago