author | harlekin <harlekin> | 2003-01-16 19:50:25 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2003-01-16 19:50:25 (UTC) |
commit | 0ec2acb93d322caefff68191678141d72f8d6da7 (patch) (unidiff) | |
tree | e49a373c2e676291c228ca41cb0defee98e75770 | |
parent | 7957a2f100eb687e63cd3593097c5914539c7406 (diff) | |
download | opie-0ec2acb93d322caefff68191678141d72f8d6da7.zip opie-0ec2acb93d322caefff68191678141d72f8d6da7.tar.gz opie-0ec2acb93d322caefff68191678141d72f8d6da7.tar.bz2 |
adapt to new bscp on ipaq
-rw-r--r-- | noncore/net/opietooth/applet/bluezapplet.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp index c0ad246..3fdbde0 100644 --- a/noncore/net/opietooth/applet/bluezapplet.cpp +++ b/noncore/net/opietooth/applet/bluezapplet.cpp | |||
@@ -55,5 +55,5 @@ namespace OpieTooth { | |||
55 | bluezOffPixmap = Resource::loadPixmap( "bluetoothapplet/bluezoff" ); | 55 | bluezOffPixmap = Resource::loadPixmap( "bluetoothapplet/bluezoff" ); |
56 | // bluezDiscoveryOnPixmap = Resource::loadPixmap( "bluetoothapplet/magglass" ); | 56 | // bluezDiscoveryOnPixmap = Resource::loadPixmap( "bluetoothapplet/magglass" ); |
57 | startTimer(5000); | 57 | startTimer(4000); |
58 | btDevice = 0; | 58 | btDevice = 0; |
59 | bluezactive = false; | 59 | bluezactive = false; |
@@ -80,5 +80,5 @@ namespace OpieTooth { | |||
80 | 80 | ||
81 | if (c == 1) { | 81 | if (c == 1) { |
82 | btDevice = new Device("/dev/ttySB0", "csr" ); | 82 | btDevice = new Device("/dev/ttySB0", "bcsp", "230400" ); |
83 | } else { | 83 | } else { |
84 | if (btDevice) { | 84 | if (btDevice) { |