elan: Add quirk definition for device 04f3:0c42
This commit is contained in:
parent
6ba9439bbb
commit
66461e4c81
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue