User Details
- User Since
- Jun 3 2017, 8:47 AM (436 w, 16 h)
Mon, Sep 29
Sat, Sep 27
Thu, Sep 25
Wed, Sep 24
Tue, Sep 23
Mon, Sep 22
Sun, Sep 21
Sat, Sep 20
Drop moused.conf hacks.
Run moused with devd
Sep 8 2025
Sep 6 2025
I have no strong opinion if this right or not. This list is derived from Linux driver with no modifications.
Probably, it has many more duplications. All vendor "0x0bda" devices are handled by generic Realtek entry.
Sep 4 2025
I will try to address comments on weekend
Aug 30 2025
Aug 27 2025
Fix paths in msconvd rc script
Aug 26 2025
I know about a dozen of persons who tested it.
Aug 22 2025
Aug 18 2025
Committed as 4a04e0a6
Aug 17 2025
Committed as adc2c156acb50bac6e8ec66b72cadc8910ce4975
Aug 12 2025
Jul 30 2025
IMO we can go forward and commit this change before code slush..
FIDO/U2F driver is under review. And moused is in a good enough shape to be widely tested. Both of them are minor changes and i think can be committed after August 8.
Jul 29 2025
Jul 28 2025
LGTM
Duplicate of D51612
Jul 11 2025
Jul 6 2025
Jul 2 2025
Jul 1 2025
There are more ArrowLake I2C device ids: 7750 and 7751. At least in share/misc/pci_vendors
Jun 26 2025
Jun 25 2025
Jun 15 2025
As number of object types we handle in LKPI does not exceed 10 it may counts as not a rewrite of ACPICA
General convention in at least drm-kmod is to not redefine ACPICA objects if it is possible. Porting of this code is mostly just a changing of symbol case and adding/removing of underscores. drm-kmod does not even guards these changes with #ifdefs
@dumbbell FYI. Take a look at https://github.com/lutzbichler/drm-kmod/tree/pr/6.15. It seems that lutzbichler has advanced to drm-kmod v6.15
Jun 14 2025
Jun 9 2025
Jun 2 2025
May 31 2025
As I see, libinotify event values were just copied from Linux, so it may have sense to change system ones to make linuxolator support simpler
Current ABI is not compatible. libinotify events have different values compared with system provided ones.
You must use libinotify header to link with libinotify or change system one to be ABI-compatible.
May 30 2025
May 28 2025
May 23 2025
Should we cache read_kbd_data() rather than reread it?
May 19 2025
May 17 2025
IIRC IN_DELETE_SELF is generated when the file link number goes from 1 to 0