svn commit: r197083 - head/sys/netgraph/bluetooth/include

Maksim Yevmenkin emax at FreeBSD.org
Thu Sep 10 23:30:13 UTC 2009


Author: emax
Date: Thu Sep 10 23:30:13 2009
New Revision: 197083
URL: http://svn.freebsd.org/changeset/base/197083

Log:
  Get those pesky RFCOMM RPM data bits right. This is likely a noop.
  
  MFC after:	1 month

Modified:
  head/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h

Modified: head/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
==============================================================================
--- head/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h	Thu Sep 10 22:05:43 2009	(r197082)
+++ head/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h	Thu Sep 10 23:30:13 2009	(r197083)
@@ -85,8 +85,8 @@
 
 /* RPN parameters - data bits */
 #define RFCOMM_RPN_DATA_5		0x0
-#define RFCOMM_RPN_DATA_6		0x1
-#define RFCOMM_RPN_DATA_7		0x2
+#define RFCOMM_RPN_DATA_6		0x2
+#define RFCOMM_RPN_DATA_7		0x1
 #define RFCOMM_RPN_DATA_8		0x3
 
 /* RPN parameters - stop bit */


More information about the svn-src-head mailing list