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 */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to