User Details
- User Since
- Jun 3 2017, 8:47 AM (460 w, 3 d)
Sun, Mar 29
Sat, Mar 28
It seems that more files should be fixed. See your previous patch: https://reviews.freebsd.org/D56126
Other Realtek entries are inherited from Linux. I think we can drop them.
Realtek devices are handled by generic Realtek rule. Does it work for you?
Alder Lake system is not needed
LGTM. Could you test Intel BT identify patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290639 ?
Mon, Mar 23
Radio button can not be correctly handled my hidmap. MS does strange things here assuming every event in report as a keypress.
Mon, Mar 9
It will trigger enumeration value ‘S76_CTRL_MAX’ not specifically handled in switch if -Wswitch option is passed to compiler.
From [1]:
-Wswitch
Warn whenever a switch statement has an index of enumerated type and lacks a case for one or more of the named codes of that enumeration. (The presence of a default label prevents this warning.) case labels that do not correspond to enumerators also provoke warnings when this option is used, unless the enumeration is marked with the flag_enum attribute. This warning is enabled by -Wall.
Obviously case S76_CTRL_MAX is not generally handled in switch() statements.
Sun, Mar 8
I dislike this idea.
The sysctl sys.class.drm.card0-DP-1 path matches Linux while sysctl sys.device.drmn1.card0.card0-DP-1 not
Sat, Mar 7
Adding of EVDEV interface would be good idea too. See sys/dev/acpi_support/acpi_asus_wmi.c again
We have backlight(9) interface since FreeBSD 13
Thu, Mar 5
Tue, Mar 3
Feb 17 2026
Feb 10 2026
Dec 24 2025
Dec 17 2025
Fix braino. size->count
Update page table in chunks having faked page array fit in malloc zone
Dec 16 2025
Not needed after D54225 changes
D54225 uses pmap_qenter() now
Use pmap_qenter() instead homegrown pmap_qmapdev_attr()
Dec 15 2025
s/lkpi_/linuxkpi_/
Add actual arch name to panic message
Dec 14 2025
s/linux_/lkpi_/ in function names
This should be joined with D54223
This should be joined with D54226
Dec 1 2025
Nov 30 2025
It also adds support for compound HID like keyboard and mice sharing the same USB interface
Nov 29 2025
usbhid enables support for following devices:
- absolute mices for virtualized environments in hms(4)
- digitizers and pens in hpen(4)
- special keyboard function keys (volume, brightness, etc.) in hcons(4) and hsctrl(4)
- game controllers. XBox360 and PS4 gamepads in xb360gp(4) and ps4dshock(4) and generic devices in hgame(4)
- raw HID devices in hidraw(4)
- FIDO keys handled by u2f
Should work like before neither device name nor protocol has been changed
- Interaction with HID devices on other than USB
Not expected
Nov 18 2025
That effectively reverts commit 548d3aa856a9
That effectively reverts commit 548d3aa856a9 (https://github.com/freebsd/freebsd-src/commit/548d3aa856a97f4483554beceeb57fa9ba0ff913) and thus will broke some rare devices.
