From 0675d8e8ea5f599af9f433e1e86b63953b26639d Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 15 Jun 2002 23:07:12 +0000 Subject: fix it --- (limited to 'noncore/net/opietooth/applet/bluezapplet.cpp') diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp index a380ac7..6e5ee82 100644 --- a/noncore/net/opietooth/applet/bluezapplet.cpp +++ b/noncore/net/opietooth/applet/bluezapplet.cpp @@ -76,7 +76,7 @@ namespace OpieTooth { int BluezApplet::setBluezStatus(int c) { if (c == 1) { - btDevice = new Device("/dev/ttySB0", "scr" ); + btDevice = new Device("/dev/ttySB0", "csr" ); // system("hciattach /dev/ttySB0 csr"); //system("hcid"); } else { -- cgit v0.9.0.2