summaryrefslogtreecommitdiff
path: root/plugins/common/msd-input-helper.h
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27mouse: don't copy struct when it's not needed, pass pointer insteadmonsta1-1/+1
2016-10-26mouse: remove duplicate functionmonsta1-2/+3
2014-12-13mouse: Move "has touchpad" function to commoninfirit1-0/+35
So it can be reused. This also fixes a memory leak in the function. We were leaking the device list Taken from GSD commit: f6dcba4e954f3e910854f3c92fb69b157683267d From: Bastien Nocera <[email protected]>