[xorg-bugzilla-noise] [Bug 1070] New: UseDeprecatedKeyboard should be TRUE on most OS'es

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 13 09:30:58 PDT 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1070        
   
           Summary: UseDeprecatedKeyboard should be TRUE on most OS'es
           Product: xorg
           Version: CVS_head
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: Input/Keyboard
        AssignedTo: xorg-bugzilla-noise at freedesktop.org
        ReportedBy: alan.coopersmith at sun.com
OtherBugsDependingO 351
             nThis:


UseDeprecatedKeyboardDriver should be TRUE on most OS'es since the new keyboard
driver is not supported on them.

The simplest check for which OS'es it works on and doesn't seems to be seeing if
xf86OSKbdPreInit is a stub that just returns FALSE or actually inits the function
pointers in the OS'es directory under xc/programs/Xserver/hw/xfree86/os-support

A quick peek seems to show these implementations do have kbd driver support:

bsd/bsd_kbd.c
linux/lnx_kbd.c
os2/os2_kbd.c

and these do not:

bsdi/bsdi_io.c
dgux/dgux_io.c
hurd/hurd_io.c
lynxos/lynx_io.c
nto/nto_io.c
pmax/pmax_devs.c
qnx4/qnx_io.c
sco/sco_io.c
shared/kbd.c
sunos/sun_io.c
sysv/sysv_io.c

The fix proposed at release-wranglers was to change the default to YES and just
set NO for the platforms we know support it, at least for this release.        
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list