NetBSD-Bugs archive

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

PR/47286 CVS commit: [netbsd-5] src



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

From: "Manuel Bouyer" <bouyer%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/47286 CVS commit: [netbsd-5] src
Date: Sun, 20 Jan 2013 12:10:54 +0000

 Module Name:   src
 Committed By:  bouyer
 Date:          Sun Jan 20 12:10:53 UTC 2013
 
 Modified Files:
        src/sys/dev/bluetooth [netbsd-5]: bthidev.c btmagic.c
        src/usr.sbin/btdevctl [netbsd-5]: btdevctl.8
 
 Log Message:
 Pull up following revision(s) (requested by plunky in ticket #1835):
        sys/dev/bluetooth/bthidev.c: revision 1.23 via patch
        sys/dev/bluetooth/bthidev.c: revision 1.24 via patch
        usr.sbin/btdevctl/btdevctl.8: revision 1.8 via patch
        sys/dev/bluetooth/btmagic.c: revision 1.4 via patch
        sys/dev/bluetooth/btmagic.c: revision 1.5 via patch
 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
 increase some diagnostics
 add a comment pointing out that the link-mode may need to be
 changed manually, for devices which cannot authenticate
 for PR/47286
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.16.4.1 src/sys/dev/bluetooth/bthidev.c
 cvs rdiff -u -r1.1.8.2 -r1.1.8.3 src/sys/dev/bluetooth/btmagic.c
 cvs rdiff -u -r1.5 -r1.5.12.1 src/usr.sbin/btdevctl/btdevctl.8
 
 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