summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert 9875e2f7f96c6bfc4f01fffc7e1127724bbd0b7d! Really, solidly, hopefully,...evdev-1.1-branchZephaniah E. Hull2007-07-121-1/+0
* Revert ba65c34068a836ae393565a6a8260a4e96709816 and 9644a4afbfd8ac4cb51facf04...Zephaniah E. Hull2007-05-223-70/+5
* 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
* Makefile.am: make ChangeLog hook saferDaniel Stone2006-12-061-1/+1
* bump to 1.1.4xf86-input-evdev-1.1.4Daniel Stone2006-11-021-1/+1
* Merge branch 'input-hotplug'Daniel Stone2006-11-025-4/+39
|\
| * key: use os bell-ringing functioninput-hotplugDaniel Stone2006-11-021-6/+4
| * support new DIX motion history APIDaniel Stone2006-10-252-1/+11
| * Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/driver...Daniel Stone2006-10-170-0/+0
| |\
| | * Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull2006-07-259-461/+374
| | |\
| * | \ Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone2006-10-1711-472/+442
| |\ \ \
| * | | | brain: call xf86DeleteInput when removing deviceDaniel Stone2006-10-151-0/+1
| * | | | key: remove usage of OS keyboard layer for bellDaniel Stone2006-10-081-0/+3
| * | | | fix InitValuatorClassDeviceStruct callDaniel Stone2006-07-211-2/+1
| | |/ / | |/| |
| * | | pass maxval correctly to xf86InitValuatorAxisDeviceStructDaniel Stone2006-07-191-1/+1
| * | | pass number of axes to InitValuatorClassDeviceStructDaniel Stone2006-07-191-1/+2
| * | | prune device list on DEVICE_CLOSEDaniel Stone2006-07-193-0/+23
* | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone2006-11-0211-473/+443
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Bump to 1.1.3xf86-input-evdev-1.1.3Adam Jackson2006-10-131-1/+1
| * | m68k support (thanks Geert Uytterhoeven for the inotify codes).Drew Parsons2006-10-061-0/+4
| * | Make some debugging messages optional.Zephaniah E. Hull2006-10-022-12/+25
| * | Use XORG_VERSION_CURRENT in the module version struct.Zephaniah E. Hull2006-10-021-1/+1
| * | Fix compilation.Zephaniah E. Hull2006-09-103-12/+52
| |/
| * Replace the old two buffer approach to handling rel emulation of abs axes,Zephaniah E. Hull2006-07-232-14/+14
| * Move the axis to button map code back into the rel code.Zephaniah E. Hull2006-07-193-29/+26
| * Split the New functions so that structs can be allocated and buttonsZephaniah E. Hull2006-07-134-56/+322
| * Update the .gitignore files to remove some more noise.Zephaniah E. Hull2006-07-112-0/+6
| * Rename .cvsignore to .gitignore.Zephaniah E. Hull2006-07-113-0/+0
| * Grab the ChangeLog generation rule from libX11.Zephaniah E. Hull2006-07-111-0/+11
| * (Hope this works.)Zephaniah E. Hull2006-07-111-368/+0
| * Set pInfo->fd to -1 when we close it in EvdevProc.Zephaniah E. Hull2006-07-111-0/+1
* | remove XFree86LOADER usageDaniel Stone2006-07-091-3/+0
|/
* MIPS support. (Joshua Kinard)xf86-video-impact-0_2_0Adam Jackson2006-06-222-0/+19
* Fix an obvious bogon to avoid crashing on absolute axis setup.Adam Jackson2006-06-022-1/+6
* Hopefully fix the bitops stuff to actually _work_.Zephaniah E. Hull2006-05-152-4/+9
* Tweak credits and references.Zephaniah E. Hull2006-05-149-61/+79
* xf86-input-evdev v1.1.2xf86-input-evdev-1_1_2XORG-7_1Zephaniah E. Hull2006-04-303-2/+25