summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Filter out repeat events for mouse buttons.Adam Jackson2008-03-121-0/+5
* Fix middle/right button munging.Adam Jackson2008-03-111-8/+6
* Force xkb_model to be "evdev".Adam Jackson2008-03-101-2/+2
* Fix cut-and-paste errors in xkb alternate spellings codeDan Nicholson2008-03-091-8/+8
* Fix cut-and-paste error in abs-to-rel translation.Adam Jackson2008-03-091-1/+1
* Fix the default XKB rules to be "base" instead of "xfree86".Adam Jackson2008-03-091-1/+1
* Handle the alternate spellings of the xkb options.Adam Jackson2008-03-091-5/+15
* Merge branch 'evdev-2.0-branch'Adam Jackson2008-03-0813-2852/+1001
|\
| * Force maximum keycode to be 255Adam Jackson2008-03-081-2/+121
| * Add absolute coordinate event support.Adam Jackson2008-03-081-27/+186
| * Nuke the keyboard bell code.Adam Jackson2008-03-081-8/+2
| * Re-add XKB support.Adam Jackson2008-03-081-11/+102
| * Parse Option "Path" as well as Option "Device".Adam Jackson2008-03-081-1/+3
| * Ignore button events above BTN_TASK for now.Adam Jackson2008-03-071-0/+3
| * Support the new DIX motion history APIAdam Jackson2008-03-071-4/+4
| * remove XFree86LOADER usageDaniel Stone2008-03-071-3/+0
| * Unlibcwrap.Adam Jackson2008-03-071-9/+6
| * Branch for evdev 2.0Adam Jackson2008-03-071-1/+1
* | Updated manpage to reflect current stateSascha Hlusiak2008-03-031-194/+73
* | More accurate error messages on device open fail.Sascha Hlusiak2008-02-201-1/+9
* | Let kernel autorepeat pass when set on default valuesSascha Hlusiak2008-02-191-2/+29
* | Set repeat_delay and repeat_interval to default valuesSascha Hlusiak2008-02-191-0/+16
* | Filter all incoming repeated key eventsSascha Hlusiak2008-02-191-12/+2
* | Don't inform kernel evdev driver about autorepeat changeSascha Hlusiak2008-02-191-15/+0
* | Clear EV_ABS_V_USE_TOUCH for devices without a touch buttonVinay Bondhugula2008-01-291-0/+13
* | Initialise b_map_data to correct size. Bug #13991Peter Hutterer2008-01-291-1/+1
* | Don't flush buttons on init (bug#12630)Julien Cristau2007-12-071-12/+0
* | Fix one additional typo in evdev.man (axis named BRAKE, not BREAK).xf86-input-evdev-1.2.0Peter Samuelson2007-10-111-1/+1
* | evdev.man minor fixesPeter Samuelson2007-10-111-39/+54
* | Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
* | Options: Accept differently-named optionsDaniel Stone2007-08-072-6/+19
* | Multiple typos in evdev.manBrice Goglin2007-07-261-15/+15
* | Clean up a little bit the code.Tiago Vignatti2007-06-151-8/+2
* | Remove inotify things.Tiago Vignatti2007-06-153-144/+1
* | Update version using PACKAGE_VERSION_*.Zephaniah E. Hull2007-06-131-1/+1
* | Move the mode option handling to the Init stage.Zephaniah E. Hull2007-06-121-12/+18
* | evdev.c:Zephaniah E. Hull2007-06-114-40/+7
* | Handle default remapping around existing button targets better.Zephaniah E. Hull2007-06-061-11/+19
* | Move MapButtons_t closer to where it's used.Zephaniah E. Hull2007-06-061-7/+7
* | Wheel mice work again!Zephaniah E. Hull2007-06-064-297/+290
* | Fix REL mode.Zephaniah E. Hull2007-06-052-12/+29
* | Update the copyright notices for me to include 2007.Zephaniah E. Hull2007-06-055-30/+9
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull2007-06-052-53/+11
|\ \
| * | Fix header file #ifdef guard.Kristian Høgsberg2007-06-051-3/+3
| * | Merge copyright notices.Kristian Høgsberg2007-06-052-50/+8
* | | Alright, this is a really big commit that breaks stuff.Zephaniah E. Hull2007-06-054-295/+752
|/ /
* | Disable and remove the device when a read error occurs.Peter Hutterer2007-04-241-1/+4
* | Try harder to make unplugging work.Zephaniah E. Hull2007-04-242-22/+18
* | Kill some more unused bits.Zephaniah E. Hull2007-04-242-11/+0
* | Handle driver removal cleanly, we now xfree everything we Xcalloc.Zephaniah E. Hull2007-04-241-9/+67