elan: Add quirk definition for device 04f3:0c42

This commit is contained in:
Dave 2019-04-09 02:27:14 -04:00 committed by Bastien Nocera
parent 6ba9439bbb
commit 66461e4c81

View file

@ -31,6 +31,7 @@
/* devices with quirks */
#define ELAN_0907 (1 << 0)
#define ELAN_0C03 (1 << 1)
#define ELAN_0C42 (1 << 2)
/* devices which don't require frame rotation before assembling */
#define ELAN_NOT_ROTATED ELAN_0C03