[PATCH] H22xx bluetooth support
Slavek Banko <[email protected]>
| Newsgroups | gmane.comp.handhelds.opie.devel |
|---|---|
| Organization | axis, spol. s r. o. |
| Message-ID | <[email protected]> |
Hi. Here is patch to add support for bluetooth on H22xx. Please, is this list the right place to send patches? Slavek _______________________________________________ http://opie.handhelds.org/cgi-bin/moin.cgi/DeveloperWikiIndex Opie-devel mailing list [email protected] https://handhelds.org/mailman/listinfo/opie-devel
h22xx-bluetooth.patch
(text/x-diff, 705 B)
diff -aruN opie-bluetoothapplet.orig/opie/noncore/net/opietooth/applet/bluezapplet.cpp opie-bluetoothapplet/opie/noncore/net/opietooth/applet/bluezapplet.cpp
--- opie-bluetoothapplet.orig/opie/noncore/net/opietooth/applet/bluezapplet.cpp 2005-08-29 23:27:26.000000000 +0200
+++ opie-bluetoothapplet/opie/noncore/net/opietooth/applet/bluezapplet.cpp 2006-05-30 17:08:53.000000000 +0200
@@ -112,6 +112,10 @@
btDevice = new Device( "/dev/tts/1", "any", "921600" );
break;
+ case Model_iPAQ_H22xx:
+ btDevice = new Device( "/dev/tts/3", "any", "921600" );
+ break;
+
default:
btDevice = new Device( "/dev/ttySB0", "bcsp", "230400" );
break;