Skip to content

Commit

Permalink
[usb-moded] Put ffs as first interface on USB
Browse files Browse the repository at this point in the history
Put ffs first so MTP can be the first interface on the USB, which should
help to have it recognized better by different OS's

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Feb 17, 2014
1 parent b26cd01 commit 0616835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dyn-modes/pc_suite-android.ini
Expand Up @@ -4,7 +4,7 @@ module = none

[options]
sysfs_path = /sys/class/android_usb/android0/functions
sysfs_value = obex,ffs
sysfs_value = ffs,obex
sysfs_reset_value = none
softconnect_path = /sys/class/android_usb/android0/enable
softconnect = 1
Expand Down

0 comments on commit 0616835

Please sign in to comment.