hid: Add UPDATING entry and bump __FreeBSD_version
Reviewed by: hselasky Differential revision: https://reviews.freebsd.org/D28019
This commit is contained in:
parent
d97d5c0ce8
commit
a84b0e94cd
6
UPDATING
6
UPDATING
@ -26,6 +26,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
|
||||
world, or to merely disable the most expensive debugging functionality
|
||||
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
2021XXXX:
|
||||
Transport-independent parts of HID support have been split off the USB
|
||||
code in to separate subsystem. Kernel configs which include one of
|
||||
ums, ukbd, uhid, atp, wsp, wmt, uaudio, ugold or ucycom drivers should
|
||||
be updated with adding of "device hid" line.
|
||||
|
||||
20210105:
|
||||
ncurses installation has been modified to only keep the widechar
|
||||
enabled version. Incremental build is broken for that change, so it
|
||||
|
@ -60,7 +60,7 @@
|
||||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1300133 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1300134 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
Loading…
Reference in New Issue
Block a user