aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Nuke the keyboard bell code.Adam Jackson2008-03-08
| * Re-add XKB support.Adam Jackson2008-03-08
| * Parse Option "Path" as well as Option "Device".Adam Jackson2008-03-08
| * Ignore button events above BTN_TASK for now.Adam Jackson2008-03-07
| * Support the new DIX motion history APIAdam Jackson2008-03-07
| * remove XFree86LOADER usageDaniel Stone2008-03-07
| * Unlibcwrap.Adam Jackson2008-03-07
| * Branch for evdev 2.0Adam Jackson2008-03-07
* | Updated manpage to reflect current stateSascha Hlusiak2008-03-03
* | More accurate error messages on device open fail.Sascha Hlusiak2008-02-20
* | Let kernel autorepeat pass when set on default valuesSascha Hlusiak2008-02-19
* | Set repeat_delay and repeat_interval to default valuesSascha Hlusiak2008-02-19
* | Filter all incoming repeated key eventsSascha Hlusiak2008-02-19
* | Don't inform kernel evdev driver about autorepeat changeSascha Hlusiak2008-02-19
* | Clear EV_ABS_V_USE_TOUCH for devices without a touch buttonVinay Bondhugula2008-01-29
* | Initialise b_map_data to correct size. Bug #13991Peter Hutterer2008-01-29
* | Don't flush buttons on init (bug#12630)Julien Cristau2007-12-07
* | Fix one additional typo in evdev.man (axis named BRAKE, not BREAK).xf86-input-evdev-1.2.0Peter Samuelson2007-10-11
* | evdev.man minor fixesPeter Samuelson2007-10-11
* | Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-03
* | Options: Accept differently-named optionsDaniel Stone2007-08-07
* | Multiple typos in evdev.manBrice Goglin2007-07-26
* | Clean up a little bit the code.Tiago Vignatti2007-06-15
* | Remove inotify things.Tiago Vignatti2007-06-15
* | Update version using PACKAGE_VERSION_*.Zephaniah E. Hull2007-06-13
* | Move the mode option handling to the Init stage.Zephaniah E. Hull2007-06-12
* | evdev.c:Zephaniah E. Hull2007-06-11
* | Handle default remapping around existing button targets better.Zephaniah E. Hull2007-06-06
* | Move MapButtons_t closer to where it's used.Zephaniah E. Hull2007-06-06
* | Wheel mice work again!Zephaniah E. Hull2007-06-06
* | Fix REL mode.Zephaniah E. Hull2007-06-05
* | Update the copyright notices for me to include 2007.Zephaniah E. Hull2007-06-05
* | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull2007-06-05
|\ \
| * | Fix header file #ifdef guard.Kristian Høgsberg2007-06-05
| * | Merge copyright notices.Kristian Høgsberg2007-06-05
* | | Alright, this is a really big commit that breaks stuff.Zephaniah E. Hull2007-06-05
|/ /
* | Disable and remove the device when a read error occurs.Peter Hutterer2007-04-24
* | Try harder to make unplugging work.Zephaniah E. Hull2007-04-24
* | Kill some more unused bits.Zephaniah E. Hull2007-04-24
* | Handle driver removal cleanly, we now xfree everything we Xcalloc.Zephaniah E. Hull2007-04-24
* | Remove the evil xf86ActivateDevice declaration, don't need it anymore.Zephaniah E. Hull2007-04-24
* | Remove all of evdev_brain.c and all callers.Zephaniah E. Hull2007-04-24
* | Updated configure to 1.2.0, no changes yet.Zephaniah E. Hull2007-04-24
* | Remove driver from list if no device is associated any more.Peter Hutterer2007-04-23
* | Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that.Peter Hutterer2007-04-19
* | Add some documentation to evdev.c and evdev_brain.c.Peter Hutterer2007-04-19
* | ActivateDevice() before EnableDevice() in EvdevNew.Peter Hutterer2007-04-19
* | Key: Remove duplicate of keycode 0x6f, remove index 0xf8 to get aPeter Hutterer2007-03-25
* | Key: Force maximum keycode to be 255Daniel Stone2007-03-21
* | Fix pointer crossing screen bug. Possibly the others input drivers must updateTiago Vignatti2007-02-14