NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/47286 CVS commit: src/sys/dev/bluetooth



The following reply was made to PR kern/47286; it has been noted by GNATS.

From: "Iain Hibbert" <plunky%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47286 CVS commit: src/sys/dev/bluetooth
Date: Thu, 20 Dec 2012 11:13:55 +0000

 Module Name:   src
 Committed By:  plunky
 Date:          Thu Dec 20 11:13:54 UTC 2012
 
 Modified Files:
        src/sys/dev/bluetooth: bthidev.c btmagic.c
 
 Log Message:
 when no link-mode is specified, explicitly set a mode of (int)0
 otherwise l2cap_setmode() will fail during connection setup
 
 for bthidev.c, this fixes a problem with Microsoft Wedge Touch
 mouse (which may not be able to authenticate)
 
 for btmagic.c, include this fix in case somebody tries that
 
 related to PR/47286
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.22 -r1.23 src/sys/dev/bluetooth/bthidev.c
 cvs rdiff -u -r1.3 -r1.4 src/sys/dev/bluetooth/btmagic.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index