summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-31synaptics 1.9.99.1abstract-x-interfacePeter Hutterer1-1/+1
2012-05-31tools: un-typedef TouchpadStatePeter Hutterer1-4/+4
2012-05-31Un-typedef model_lookup_tPeter Hutterer1-5/+6
2012-05-31Un-typedef SynapticsTouchAxisRecPeter Hutterer3-6/+6
2012-05-31Un-typedef SynapticsPrivatePeter Hutterer15-174/+173
2012-05-31Un-typedef SynapticsParametersPeter Hutterer9-34/+34
2012-05-31Un-typedef SynapticsMoveHistRecPeter Hutterer1-4/+4
2012-05-31Un-typedef struct VMaskPeter Hutterer9-53/+53
2012-05-31Remove typedefs from all enumsPeter Hutterer1-10/+10
2012-05-31Move the front-end hooks into a structPeter Hutterer5-66/+166
2012-05-31Remove an unused define for 1/sqrt(2)Peter Hutterer1-4/+0
2012-05-31Add dummy synaptics driverPeter Hutterer2-0/+144
2012-05-31Sanitize the scroll API a bitPeter Hutterer4-18/+26
2012-05-31Rearrange header to show functions that must be implemented firstPeter Hutterer1-37/+38
2012-05-31Move SynapticsReset into the corePeter Hutterer3-3/+3
2012-05-31Add more commentsPeter Hutterer1-0/+19
2012-05-31Require the frontend to call FinishPreInitPeter Hutterer3-5/+14
2012-05-31Don't call QueryHardware from DeviceOnPeter Hutterer4-10/+10
2012-05-31Remove obsolete commentPeter Hutterer1-1/+0
2012-05-31SynapticsOverrideDefaults should take a priv pointerPeter Hutterer1-5/+3
2012-05-31Purge one more X header.Peter Hutterer1-1/+3
2012-05-31Return Error codes instead of !SuccessPeter Hutterer1-2/+2
2012-05-31DeviceOn and friends return a status code, not a boolPeter Hutterer1-8/+8
2012-05-31Sanitize backend return valuesPeter Hutterer5-31/+35
2012-05-31Push DeviceOn/Off hook calls down to corePeter Hutterer3-4/+30
2012-05-31Drop the fd from the SynapticsPrivatePeter Hutterer3-14/+2
2012-05-31Pass the fd through the DeviceOn/Off hooksPeter Hutterer7-30/+31
2012-05-31test: drop fake symbolsPeter Hutterer4-581/+6
2012-05-31Pass the fd down into ReadInputPeter Hutterer10-36/+38
2012-05-31eventcomm: purge X headersPeter Hutterer2-1/+1
2012-05-31test: prepare eventcomm test for X header removalPeter Hutterer1-9/+4
2012-05-31eventcomm: replace Success with 0Peter Hutterer1-1/+1
2012-05-31Switch need_grab from BOOL to charPeter Hutterer1-2/+2
2012-05-31Define our own BIT_IS_ON for char arraysPeter Hutterer1-2/+5
2012-05-31eventcomm: substitute pointer with (void *)Peter Hutterer1-3/+3
2012-05-31eventcomm: replace label defines with label stringsPeter Hutterer1-12/+11
2012-05-31eventcomm: Purge some X headersPeter Hutterer1-2/+0
2012-05-31Pass the fd down into QueryHardwarePeter Hutterer8-24/+24
2012-05-31psmcomm: pass fd around instead of accessing priv->fdPeter Hutterer1-4/+4
2012-05-31eventcomm: pass the fd's down instead of accessing priv->fdPeter Hutterer1-14/+14
2012-05-31Namespace QueryHardwarePeter Hutterer3-4/+4
2012-05-31Namespace GetDeviceProtocolOpsPeter Hutterer3-9/+10
2012-05-31Split non-evdev backends into a separate helper libraryPeter Hutterer2-8/+22
2012-05-31Fix indentation for the synaptics protocol opsPeter Hutterer1-9/+5
2012-05-31Replace BUG_WARN with SynapticsMsgPeter Hutterer1-1/+2
2012-05-31check for HAVE_CONFIG_H before including config.hPeter Hutterer1-2/+4
2012-05-31Namespace the SetTimer frontend hookPeter Hutterer3-3/+8
2012-05-31timer_time must be updated where we call to the frontend.Peter Hutterer2-4/+5
2012-05-31Namespace init/close functionsPeter Hutterer3-10/+19
2012-05-31If QueryHardware fails, the DeviceOff hook was called alreadyPeter Hutterer1-2/+0