summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Expand)AuthorFilesLines
2010-11-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Peter Hutterer1-5/+0
2010-11-11config: remove mention of AllowEmptyInputPeter Hutterer1-5/+0
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-17/+9
2010-09-01config: expose config_info as an input option.Peter Hutterer2-10/+3
2010-09-01Fix udev population of Bluetooth input device product IDsChase Douglas1-17/+9
2010-06-11config: Replace xstrdup with strdup in add_option()Mikhail Gusarov1-1/+1
2010-06-11Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov4-15/+15
2010-06-11config: remove redundant DBUS API define, require dbus-1 >= 1.0Peter Hutterer1-1/+0
2010-06-11config: Script to convert HAL fdi settings to InputClass sectionsDan Nicholson2-1/+203
2010-06-11xfree86: Match devices based on USB IDDan Nicholson2-0/+38
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson2-1/+11
2010-06-10config/hal: Missing newline in log messageDan Nicholson1-1/+1
2010-06-10config/udev: Add verbose info when fetching udev propertiesDan Nicholson1-3/+36
2010-06-10config/hal: don't leak the input.tags propertyDan Nicholson1-1/+4
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov2-36/+18
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard2-2/+2
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer2-2/+2
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov4-46/+46
2010-04-08Move 10-evdev.conf to system config dir $datadir/X11/xorg.conf.dDan Nicholson1-1/+1
2010-04-08config: only match sane devices in 10-evdev.confPeter Hutterer1-2/+34
2010-04-01Install 10-evdev.conf in $(prefix)/etc/X11/xorg.conf.d under udevKeith Packard2-1/+12
2010-03-26config/udev: Prefer product name from attribute rather than ueventDan Nicholson1-2/+5
2010-02-15udev: Don't filter subsystem "input"Thomas Jaeger1-6/+0
2010-02-11Add tag matching to input attributes.Peter Hutterer2-0/+19
2009-12-30config: add libudev input-hotplug backendJulien Cristau5-72/+369
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson2-2/+25
2009-08-14config: don't shutdown the libhal ctx if it failed to initialize (#23213)Peter Hutterer1-10/+11
2009-07-28config: add HAL error checksRĂ©mi Cardona1-10/+22
2009-06-07config: fix build after XI2 API changes to RemoveDevice.Simon Thum1-1/+1
2009-05-08Don't printf NULL pointers on HAL connection errorAlan Coopersmith1-3/+6
2009-02-10config: if we can't connect to HAL, listen for a startup notification.Peter Hutterer1-6/+105
2009-02-04DBUS_API_SUBJECT_TO_CHANGE is already defined on the command lineTomas Carnecky1-1/+0
2009-01-30x11-input.fdi: Add options needed to handle adding USB devices on SolarisAlan Coopersmith1-0/+14
2009-01-11config: ANSI cleanupsJulien Cristau1-2/+2
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade1-5/+5
2008-12-03Rework symbol visibility for easier maintenancePaulo Cesar Pereira de Andrade1-2/+2
2008-11-29Export symbols defined in the sdk.Paulo Cesar Pereira de Andrade1-2/+2
2008-11-05When HAL returns a NULL property, print "(null)" instead of a NULL pointerAlan Coopersmith1-1/+1
2008-11-05Non-Linux OS'es should default to kbd driver, not now-dead keyboard driverAlan Coopersmith1-2/+2
2008-10-29config: don't add duplicate devices through HAL.Peter Hutterer1-0/+27
2008-09-26config: print error code if NIDR fails.Peter Hutterer1-2/+3
2008-08-04config: protect against potential out-of-bounds indexing.Peter Hutterer1-3/+4
2008-08-04config: support type strlist for XkbOptions property.Peter Hutterer1-6/+23
2008-08-04config: add parsing for input.x11_options.XkbOptions. #16874Peter Hutterer1-0/+15
2008-07-28config: note that HAL options must be strings.Peter Hutterer1-0/+3
2008-07-16HAL: Remove grotesque open-coded strcasestrDaniel Stone1-13/+0
2008-07-16config: Don't attempt to use D-Bus when not strictly necessaryDaniel Stone2-2/+2
2008-06-02config: init dev to NULL to shut up a valgrind warning.Peter Hutterer1-1/+1
2008-05-16Fix hal shutdown crash.Adam Jackson1-3/+5
2008-05-12Check for strcasestr and workaround it on systems without itAlan Coopersmith1-0/+13