summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-01Add XK_Meta_L and XK_Meta_R to list of modifiersevdev-1.2-branchSascha Hlusiak1-0/+2
2008-03-03Updated manpage to reflect current stateSascha Hlusiak1-194/+73
2008-02-20More accurate error messages on device open fail.Sascha Hlusiak1-1/+9
2008-02-19Let kernel autorepeat pass when set on default valuesSascha Hlusiak1-2/+29
2008-02-19Set repeat_delay and repeat_interval to default valuesSascha Hlusiak1-0/+16
2008-02-19Filter all incoming repeated key eventsSascha Hlusiak1-12/+2
2008-02-19Don't inform kernel evdev driver about autorepeat changeSascha Hlusiak1-15/+0
2008-01-29Clear EV_ABS_V_USE_TOUCH for devices without a touch buttonVinay Bondhugula1-0/+13
2008-01-29Initialise b_map_data to correct size. Bug #13991Peter Hutterer1-1/+1
2007-12-07Don't flush buttons on init (bug#12630)Julien Cristau1-12/+0
2007-10-11Fix one additional typo in evdev.man (axis named BRAKE, not BREAK).xf86-input-evdev-1.2.0Peter Samuelson1-1/+1
2007-10-11evdev.man minor fixesPeter Samuelson1-39/+54
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-07Options: Accept differently-named optionsDaniel Stone2-6/+19
2007-07-26Multiple typos in evdev.manBrice Goglin1-15/+15
2007-06-15Clean up a little bit the code.Tiago Vignatti1-8/+2
2007-06-15Remove inotify things.Tiago Vignatti3-144/+1
2007-06-13Update version using PACKAGE_VERSION_*.Zephaniah E. Hull1-1/+1
2007-06-12Move the mode option handling to the Init stage.Zephaniah E. Hull1-12/+18
2007-06-11evdev.c:Zephaniah E. Hull4-40/+7
2007-06-06Handle default remapping around existing button targets better.Zephaniah E. Hull1-11/+19
2007-06-06Move MapButtons_t closer to where it's used.Zephaniah E. Hull1-7/+7
2007-06-06Wheel mice work again!Zephaniah E. Hull4-297/+290
2007-06-05Fix REL mode.Zephaniah E. Hull2-12/+29
2007-06-05Update the copyright notices for me to include 2007.Zephaniah E. Hull5-30/+9
2007-06-05Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull2-53/+11
2007-06-05Alright, this is a really big commit that breaks stuff.Zephaniah E. Hull4-295/+752
2007-06-05Fix header file #ifdef guard.Kristian Høgsberg1-3/+3
2007-06-05Merge copyright notices.Kristian Høgsberg2-50/+8
2007-04-24Disable and remove the device when a read error occurs.Peter Hutterer1-1/+4
2007-04-24Try harder to make unplugging work.Zephaniah E. Hull2-22/+18
2007-04-24Kill some more unused bits.Zephaniah E. Hull2-11/+0
2007-04-24Handle driver removal cleanly, we now xfree everything we Xcalloc.Zephaniah E. Hull1-9/+67
2007-04-24Remove the evil xf86ActivateDevice declaration, don't need it anymore.Zephaniah E. Hull1-7/+2
2007-04-24Remove all of evdev_brain.c and all callers.Zephaniah E. Hull4-902/+65
2007-04-24Updated configure to 1.2.0, no changes yet.Zephaniah E. Hull1-1/+1
2007-04-23Remove driver from list if no device is associated any more.Peter Hutterer3-3/+69
2007-04-19Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that.Peter Hutterer1-2/+1
2007-04-19Add some documentation to evdev.c and evdev_brain.c.Peter Hutterer2-0/+107
2007-04-19ActivateDevice() before EnableDevice() in EvdevNew.Peter Hutterer1-0/+1
2007-03-25Key: Remove duplicate of keycode 0x6f, remove index 0xf8 to get aPeter Hutterer1-3/+1
2007-03-21Key: Force maximum keycode to be 255Daniel Stone1-0/+121
2007-02-14Fix pointer crossing screen bug. Possibly the others input drivers must updateTiago Vignatti1-1/+1
2007-02-10Stop caching the screen size for scaling.Philip Langdale2-6/+5
2007-01-17For reasons related to handling pathological remapping cases, androot1-0/+9
2007-01-13Fix a bug where we potentially wrote garbage events when LEDs change.root1-1/+15
2007-01-11Handle swapping of right and middle buttons better in some odder cases.root1-10/+13
2007-01-11No more call to xf86OSRingBell in any cases,root1-1/+5
2007-01-08Pad out button_names so we can loop over things more sanely.root2-13/+73
2006-12-16bump to 1.1.5xf86-input-evdev-1.1.5Daniel Stone1-1/+1