summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-07-12Revert 9875e2f7f96c6bfc4f01fffc7e1127724bbd0b7d! Really, solidly, hopefully,...evdev-1.1-branchZephaniah E. Hull1-1/+0
2007-05-22Revert ba65c34068a836ae393565a6a8260a4e96709816 and 9644a4afbfd8ac4cb51facf04...Zephaniah E. Hull3-70/+5
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
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone1-1/+1
2006-11-02bump to 1.1.4xf86-input-evdev-1.1.4Daniel Stone1-1/+1
2006-11-02Merge branch 'input-hotplug'Daniel Stone5-4/+39
2006-11-02Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone11-473/+443
2006-11-02key: use os bell-ringing functioninput-hotplugDaniel Stone1-6/+4
2006-10-25support new DIX motion history APIDaniel Stone2-1/+11
2006-10-17Merge branch 'input-hotplug' of git+ssh://git.freedesktop.org/git/xorg/driver...Daniel Stone0-0/+0
2006-10-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Daniel Stone11-472/+442
2006-10-15brain: call xf86DeleteInput when removing deviceDaniel Stone1-0/+1
2006-10-13Bump to 1.1.3xf86-input-evdev-1.1.3Adam Jackson1-1/+1
2006-10-08key: remove usage of OS keyboard layer for bellDaniel Stone1-0/+3
2006-10-06m68k support (thanks Geert Uytterhoeven for the inotify codes).Drew Parsons1-0/+4
2006-10-02Make some debugging messages optional.Zephaniah E. Hull2-12/+25
2006-10-02Use XORG_VERSION_CURRENT in the module version struct.Zephaniah E. Hull1-1/+1
2006-09-10Fix compilation.Zephaniah E. Hull3-12/+52
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...Zephaniah E. Hull9-461/+374
2006-07-23Replace the old two buffer approach to handling rel emulation of abs axes,Zephaniah E. Hull2-14/+14
2006-07-21fix InitValuatorClassDeviceStruct callDaniel Stone1-2/+1
2006-07-19Move the axis to button map code back into the rel code.Zephaniah E. Hull3-29/+26
2006-07-19pass maxval correctly to xf86InitValuatorAxisDeviceStructDaniel Stone1-1/+1
2006-07-19pass number of axes to InitValuatorClassDeviceStructDaniel Stone1-1/+2
2006-07-19prune device list on DEVICE_CLOSEDaniel Stone3-0/+23
2006-07-13Split the New functions so that structs can be allocated and buttonsZephaniah E. Hull4-56/+322
2006-07-11Update the .gitignore files to remove some more noise.Zephaniah E. Hull2-0/+6
2006-07-11Rename .cvsignore to .gitignore.Zephaniah E. Hull3-0/+0
2006-07-11Grab the ChangeLog generation rule from libX11.Zephaniah E. Hull1-0/+11
2006-07-11(Hope this works.)Zephaniah E. Hull1-368/+0
2006-07-11Set pInfo->fd to -1 when we close it in EvdevProc.Zephaniah E. Hull1-0/+1
2006-07-09remove XFree86LOADER usageDaniel Stone1-3/+0
2006-06-22MIPS support. (Joshua Kinard)xf86-video-impact-0_2_0Adam Jackson2-0/+19
2006-06-02Fix an obvious bogon to avoid crashing on absolute axis setup.Adam Jackson2-1/+6
2006-05-15Hopefully fix the bitops stuff to actually _work_.Zephaniah E. Hull2-4/+9
2006-05-14Tweak credits and references.Zephaniah E. Hull9-61/+79
2006-04-30xf86-input-evdev v1.1.2xf86-input-evdev-1_1_2XORG-7_1Zephaniah E. Hull3-2/+25