svn commit: r220864 - stable/8/sys/netgraph/bluetooth/include

Maksim Yevmenkin emax at FreeBSD.org
Tue Apr 19 18:18:03 UTC 2011


Author: emax
Date: Tue Apr 19 18:18:02 2011
New Revision: 220864
URL: http://svn.freebsd.org/changeset/base/220864

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

Modified:
  stable/8/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
==============================================================================
--- stable/8/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h	Tue Apr 19 18:09:21 2011	(r220863)
+++ stable/8/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h	Tue Apr 19 18:18:02 2011	(r220864)
@@ -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-stable-8 mailing list