From 18d6f344e4656e7f77497d345f1480cecd4d2f31 Mon Sep 17 00:00:00 2001 From: zecke Date: Wed, 02 Nov 2005 20:11:29 +0000 Subject: Opie Bluetooth Applet: Start hciattach with the right commands for the Asus MyPal. Patch is courtsey Pawel Kolodziejski --- (limited to 'noncore') diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp index e1c2341..5676e4f 100644 --- a/noncore/net/opietooth/applet/bluezapplet.cpp +++ b/noncore/net/opietooth/applet/bluezapplet.cpp @@ -112,6 +112,10 @@ int BluezApplet::position() btDevice = new Device( "/dev/tts/1", "any", "921600" ); break; + case Model_MyPal_716: + btDevice = new Device( "/dev/ttyS1", "bcsp", "921600" ); + break; + default: btDevice = new Device( "/dev/ttySB0", "bcsp", "230400" ); break; -- cgit v0.9.0.2