Update to devd patch. Add warning in case if device file is already opened, add ability to survive devd restart. The patch is against xorg-dev repo.
Details
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
x11-servers/xorg-server/files/extra-new-devd | ||
---|---|---|
248 ↗ | (On Diff #2151) | Typo: s/devoce/device/ and s/it attached/is attached/ I would rephrase like this:
|
Updated here:
https://github.com/freebsd/freebsd-ports-graphics/commit/84b398944e5a40e0f9e82f9274cd263b8912b46e
I would propose keeping this open while we tested it.
x11-servers/xorg-server/files/extra-new-devd | ||
---|---|---|
76 ↗ | (On Diff #2151) | Why removing uhid? |
76 Why removing uhid?
Good catch! This is my local change sneaked in. My keyboard has multimedia keys which attach to uhid and xorg busies the device file. On the other hand, I've never seen mouse with uhid device. Perhaps there is no harm to keep this change.
Sync with github.com/freebsd/freebsd-ports-graphics repo:
- Fix mix of tab and spaces, make indentation consistent
- Cleanup of extra-devd patch
- Use true/false instead od 0/1 as return value from the bool function
- Combine two similar checks
- Rearrange logic to remove goto and gratuitous continue
- Add todo comment about usb_id
- Misc: s/LogMessageVerb/LogMessage/, wrap comment, lowercase two error messages