summaryrefslogtreecommitdiff
path: root/eventcomm.c
AgeCommit message (Expand)Author
2006-04-09If no /dev/input/event* device nodes are found, say so inPeter Osterlund
2006-04-09The evdev auto-dev code could incorrectly blame problems onPeter Osterlund
2006-04-09Made the event auto device detection work even if somePeter Osterlund
2006-04-09Made the event device auto detection more robust. Check forPeter Osterlund
2006-04-09Implemented ALPS DualPoint support from changePeter Osterlund
2006-04-09Fixed compiler warnings when using the xorg sdk includePeter Osterlund
2006-04-09Added support for Synaptics cPad devices. (Also requires aPeter Osterlund
2006-04-09Fixed detection of ALPS touchpads when using a 2.6 linuxPeter Osterlund
2006-04-09Fixed change 09085c9fb8f4e243e6bda78a019cd8a50c693dfc. If the devicePeter Osterlund
2006-04-09If the evdev kernel module seems to be missing, say so inPeter Osterlund
2006-04-09Properly implement EventQueryHardware().Peter Osterlund
2006-04-09Don't call PS2QueryHardware() from PSMReadHwState().Peter Osterlund
2006-04-09Removed unnecessary #includes and made some code formattingPeter Osterlund
2006-04-09Renamed synapticshw to SynapticsHwInfo to avoid conflictsPeter Osterlund
2006-04-09Moved the CommData struct from synaptics.h to synproto.h soPeter Osterlund
2006-04-09Moved autodev handling to the protocol specific files.Peter Osterlund
2006-04-09Don't send the whole SynapticsPrivate struct to thePeter Osterlund
2006-04-09Moved reading of hardware state to the protocol specificPeter Osterlund
2006-04-09Moved the QueryHardware function to the protocol specificPeter Osterlund
2006-04-09Some work on abstracting out the protocol differences fromPeter Osterlund