Skip to content

Commit

Permalink
[usb-moded] Fix up some typos and assign another id to connection sha…
Browse files Browse the repository at this point in the history
…ring mode

Some typos could cause some issues for certain modes. The same IdProduct is
assigned to connection sharing as for developer mode as it is basically the
same driver with different network setup.

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Apr 9, 2014
1 parent 90c11a6 commit 9b14321
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/dyn-modes/connection_sharing.ini
Expand Up @@ -12,5 +12,5 @@ sysfs_reset_value = none
softconnect_path = /sys/class/android_usb/android0/enable
softconnect = 1
softconnec_disconnect = 0
idProduct = 0A05
idProduct = 0A02
nat = 1
2 changes: 1 addition & 1 deletion config/dyn-modes/developer_mode-android.ini
Expand Up @@ -11,6 +11,6 @@ sysfs_value = rndis
sysfs_reset_value = none
softconnect_path = /sys/class/android_usb/android0/enable
softconnect = 1
softconnec_disconnect = 0
softconnect_disconnect = 0
idProduct = 0A02
dhcp_server = 1
2 changes: 1 addition & 1 deletion config/dyn-modes/developer_mode.ini
Expand Up @@ -5,4 +5,4 @@ network = 1
network_interface = usb0

[options]
dhcp = 1
dhcp_server = 1

0 comments on commit 9b14321

Please sign in to comment.