summaryrefslogtreecommitdiff
path: root/config/x11-input.fdi
AgeCommit message (Collapse)AuthorFilesLines
2010-11-11config: remove mention of AllowEmptyInputPeter Hutterer1-5/+0
"You will probably want to add the following option to the ServerFlags of your xorg.conf: Option "AllowEmptyInput" "True"" I can't imagine why you would want to do that. My life is painful enough already. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Julien Cristau <jcristau@debian.org> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-01-30x11-input.fdi: Add options needed to handle adding USB devices on SolarisAlan Coopersmith1-0/+14
2008-11-05Non-Linux OS'es should default to kbd driver, not now-dead keyboard driverAlan Coopersmith1-2/+2
2008-07-28config: note that HAL options must be strings.Peter Hutterer1-0/+3
Only strings are parsed by the server, all others are ignored. Doesn't matter, specifying int options as strings works fine anyway.
2008-05-08Revert "config: deprecate (and ignore) the use of input.xkb.whatever options."Peter Hutterer1-9/+7
daniels: "Hrm, I'd prefer to have input.xkb.{m,l,v,o} be the primary keys, and have input.x11_options be a backup for that, rather than the former being deprecated, for the reasons I listed earlier ..." see http://bugs.freedesktop.org/show_bug.cgi?id=13037#c51 This reverts commit 26188875de1ccc84ac60bfb251e3ec43de2b9e22.
2008-05-07config: deprecate (and ignore) the use of input.xkb.whatever options.Peter Hutterer1-7/+9
These options are still sent by some HAL implementations (e.g. HAL on FC8), and may overwrite the options set in the x11-input.fdi file. For a more detailed description of why see Bug #13037, comment 42. X.Org Bug 13037 <http://bugs.freedesktop.org/show_bug.cgi?id=13037#c42>
2008-03-25Support to pass arbitrary options via HAL hotpluggingSascha Hlusiak1-6/+56
Parse "input.x11_options" and pass every key/name pair to the driver. Remove check for input.capabilities, because that's part of the fdi files. Thanks to Dustin Spicuzza <dustin@virtualroadside.com> for the patch.
2007-08-21config: fix default xkb model (pc105, not keyboard)Julien Cristau1-1/+1
2007-08-08Config: HAL: Use input.xkb namespaceDaniel Stone1-5/+5
Use an explicit input.xkb.foo namespace, not input.xkb_foo.
2007-08-01Config: Add current FDI fileDaniel Stone1-0/+31
Add the FDI file we're using at the moment, until it gets into upstream HAL.