Bug 181660 - [patch] x11-servers/xorg-server: fix typos and new xorg support in config/devd
Summary: [patch] x11-servers/xorg-server: fix typos and new xorg support in config/devd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-29 21:20 UTC by Jan Beich
Modified: 2014-12-23 23:47 UTC (History)
2 users (show)

See Also:


Attachments
fix.diff (1.04 KB, patch)
2013-08-29 21:20 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2013-08-29 21:20:00 UTC

How-To-Repeat: # no driver issue
(II) config/devd: Adding input device Comfort Curve Keyboard 3000 (/dev/ukbd0)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/devd: Adding input device USB Laser Mouse (/dev/ums0)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.
(II) config/devd: Adding input device Comfort Curve Keyboard 3000 (/dev/uhid0)
(II) No input driver specified, ignoring this device.
(II) This device may have been added with another device file.

# wrong driver issue
(II) config/devd: Adding input device Comfort Curve Keyboard 3000 (/dev/ukbd0)
(II) LoadModule: "kdb"
(WW) Warning, couldn't open module kdb
(II) UnloadModule: "kdb"
(II) Unloading kdb
(EE) Failed to load module "kdb" (module does not exist, 0)
(EE) No input driver matching `kdb'
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-08-29 21:20:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2013-08-29 21:28:35 UTC
I take it you have ported this patch from xserver 1.12 to 1.14?  Or is
it the same patch?
I'll see if I can get to this tomorrow.
-- 
Niclas Zeising
Comment 3 Carlo Strub freebsd_committer freebsd_triage 2014-09-14 10:43:26 UTC
Is this PR still relevant?
Comment 4 Jan Beich freebsd_committer freebsd_triage 2014-09-14 11:17:52 UTC
More like DEVD option isn't relevant until bug 183478 lands. In its current state config_devd_init() is never called, at least in official ports/ repo.

So, either x11@ team finds a maintainer for config/devd and lands the patch here or bug 183478 obsoletes it.
Comment 5 Jean-Sébastien Pédron freebsd_committer freebsd_triage 2014-12-23 23:47:36 UTC
This is fixed in r374982.