Skip to content

Commit

Permalink
Fix the options section in the android modes
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jun 19, 2013
1 parent 6b61d8a commit 65a9dda
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/dyn-modes/adb_mode.ini
Expand Up @@ -3,6 +3,8 @@ name = adb_mode
module = none
network = 1
network_interface = rndis0

[options]
sysfs_path = /sys/class/android_usb/android0/functions
sysfs_value = rndis,adb
sysfs_reset_value = none
Expand Down
2 changes: 2 additions & 0 deletions config/dyn-modes/developer_mode-android.ini
Expand Up @@ -3,6 +3,8 @@ name = developer_mode
module = none
network = 1
network_interface = rndis0

[options]
sysfs_path = /sys/class/android_usb/android0/functions
sysfs_value = rndis
sysfs_reset_value = none
Expand Down
2 changes: 2 additions & 0 deletions config/dyn-modes/mtp_mode-android.ini
@@ -1,6 +1,8 @@
[mode]
name = mtp_mode
module = none

[options]
sysfs_path = /sys/class/android_usb/android0/functions
sysfs_value = mtp
sysfs_reset_value = none
Expand Down

0 comments on commit 65a9dda

Please sign in to comment.