summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add XK_Meta_L and XK_Meta_R to list of modifiersevdev-1.2-branchSascha Hlusiak2008-04-011-0/+2
* 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
* Remove the evil xf86ActivateDevice declaration, don't need it anymore.Zephaniah E. Hull2007-04-241-7/+2
* Remove all of evdev_brain.c and all callers.Zephaniah E. Hull2007-04-244-902/+65
* Updated configure to 1.2.0, no changes yet.Zephaniah E. Hull2007-04-241-1/+1
* Remove driver from list if no device is associated any more.Peter Hutterer2007-04-233-3/+69
* Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that.Peter Hutterer2007-04-191-2/+1
* Add some documentation to evdev.c and evdev_brain.c.Peter Hutterer2007-04-192-0/+107
* ActivateDevice() before EnableDevice() in EvdevNew.Peter Hutterer2007-04-191-0/+1
* Key: Remove duplicate of keycode 0x6f, remove index 0xf8 to get aPeter Hutterer2007-03-251-3/+1
* Key: Force maximum keycode to be 255Daniel Stone2007-03-211-0/+121
* Fix pointer crossing screen bug. Possibly the others input drivers must updateTiago Vignatti2007-02-141-1/+1
* Stop caching the screen size for scaling.Philip Langdale2007-02-102-6/+5
* For reasons related to handling pathological remapping cases, androot2007-01-171-0/+9
* Fix a bug where we potentially wrote garbage events when LEDs change.root2007-01-131-1/+15
* Handle swapping of right and middle buttons better in some odder cases.root2007-01-111-10/+13
* No more call to xf86OSRingBell in any cases,root2007-01-111-1/+5
* Pad out button_names so we can loop over things more sanely.root2007-01-082-13/+73
* bump to 1.1.5xf86-input-evdev-1.1.5Daniel Stone2006-12-161-1/+1