author | aquadran <aquadran> | 2006-01-08 12:35:44 (UTC) |
---|---|---|
committer | aquadran <aquadran> | 2006-01-08 12:35:44 (UTC) |
commit | 2664267708d5ed695151bf0ec9376080e7bf617e (patch) (unidiff) | |
tree | a3f7b8b7164478d70e70258363e828f8bedfb341 | |
parent | d795d596af30d2856544b960d37e779659c324a6 (diff) | |
download | opie-2664267708d5ed695151bf0ec9376080e7bf617e.zip opie-2664267708d5ed695151bf0ec9376080e7bf617e.tar.gz opie-2664267708d5ed695151bf0ec9376080e7bf617e.tar.bz2 |
added support for asus mypal 716 in bluepingplugin
-rw-r--r-- | noncore/securityplugins/blueping/bluepingplugin.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/securityplugins/blueping/bluepingplugin.cpp b/noncore/securityplugins/blueping/bluepingplugin.cpp index 1c514e5..05c26ba 100644 --- a/noncore/securityplugins/blueping/bluepingplugin.cpp +++ b/noncore/securityplugins/blueping/bluepingplugin.cpp | |||
@@ -180,4 +180,8 @@ int BluepingPlugin::authenticate() { | |||
180 | break; | 180 | break; |
181 | 181 | ||
182 | case Model_MyPal_716: | ||
183 | startB << "/sbin/hciattach" << "/dev/ttyS1" << "bcsp" << "921600"; | ||
184 | break; | ||
185 | |||
182 | default: | 186 | default: |
183 | startB << "/sbin/hciattach" << "/dev/ttySB0" << "bcsp" << "230400"; | 187 | startB << "/sbin/hciattach" << "/dev/ttySB0" << "bcsp" << "230400"; |