commit | 388ca7feb019bdacdfc7994149909b5b68ae1b1e | [log] [tgz] |
---|---|---|
author | Siarhei Vishniakou <svv@google.com> | Fri Aug 25 21:44:01 2017 -0700 |
committer | Siarhei Vishniakou <svv@google.com> | Sat Aug 26 05:05:19 2017 +0000 |
tree | b4b4e41e89d7abdd027b43819d3293648056ba81 | |
parent | d499ae5a853937fba88196e418f9cfa1b2f583ce [diff] |
DO NOT MERGE Use CREATE instead of CREATE2 for 3.10 kernel CREATE2 structs were introduced after kernel 3.18, so cannot compile user code with uapi headers from newer 3.18+ kernels. If using CREATE structs then compatibility is preserved. Bug: 64981084 Test: bit Change-Id: I97c7725918b09a817a51c13384ac2d55a6cfab25 CtsHardwareTestCases:android.hardware.input.cts.tests.GamepadTestCase