summaryrefslogtreecommitdiffstats
path: root/minuitwrp/events.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-01Fix touch on some Samsung devicesDees_Troy1-11/+41
Change-Id: I3e2a67979c60a8e9f37f46f4fb0b0682c56ec95b
2013-05-03Allow for more input devicesDees_Troy1-1/+1
2013-04-04Move all AOSP code out of recovery binaryDees_Troy1-25/+25
Improves license compatibility between GPL and Apache Change-Id: I2b165aa575bb6213af6b07936f99610c113443f0
2012-12-11Ignore bma150 in event handlerDees_Troy1-1/+1
2012-09-28Fix compiler warningsDees_Troy1-0/+6
2012-09-05TWRP-ify AOSP codeDees_Troy1-0/+640
Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere