Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[adb] Adapt to the new adbd functionfs. Contributes: JB#30264
Functionfs based adb needs a few more paths to be set up. Does not break
the older functionfs and is backwards compatible

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jun 30, 2015
1 parent befb95a commit 35d86db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/dyn-modes/adb_mode.ini
Expand Up @@ -8,8 +8,11 @@ network_interface = rndis0
[options]
sysfs_path = /sys/class/android_usb/android0/functions
sysfs_value = rndis,adb
android_extra_sysfs_path = /sys/class/android_usb/android0/f_ffs/aliases
android_extra_sysfs_value = adb
sysfs_reset_value = none
softconnect_path = /sys/class/android_usb/android0/enable
softconnect = 1
softconnect_disconnect = 0
idProduct = 0A03
dhcp_server = 1

0 comments on commit 35d86db

Please sign in to comment.