Date: Thu, 18 Aug 2016 18:54:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-usb@FreeBSD.org Subject: [Bug 211967] USB Keyboard is detected as USB mouse when USB mouse is plugged in at boot Message-ID: <bug-211967-17-bL77aG6JAO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211967-17@https.bugs.freebsd.org/bugzilla/> References: <bug-211967-17@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211967 --- Comment #11 from karl@denninger.net --- (In reply to nc from comment #10) >From /usr/src... svn log -v -r xxxxxxx (will tell you which file(s) got changed, in this case just one file in the USB driver set) Then, after figuring out whether you have interdependencies and can safely = roll back just one file or you must do the entire tree: svn update -r xxxxxx file-that-got-changed (if just one file as is the case here, and no other dependencies on later commits; this can be dangerous but= in this case it's ok) or cd /usr/src (or /usr/src/sys in this case, since this is kernel-specific) svn update -r xxxxxx . (will roll the entire tree from that point downward = back to the specified revision) and then of course "make buildkernel;make installkernel" from /usr/src. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211967-17-bL77aG6JAO>