hideep.c (2ef6765ccaab2c69470d7049d9a9bf6456a6e666) | hideep.c (8b7e9d9e2d8b4de6f0d5d7a5fc63f48b1fbcf4d4) |
---|---|
1/* 2 * Copyright (C) 2012-2017 Hideep, Inc. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License version 2 6 * as published by the Free Software Foudation. 7 */ 8 9#include <linux/module.h> 10#include <linux/of.h> 11#include <linux/firmware.h> 12#include <linux/delay.h> | 1/* 2 * Copyright (C) 2012-2017 Hideep, Inc. 3 * 4 * This program is free software; you can redistribute it and/or modify it 5 * under the terms of the GNU General Public License version 2 6 * as published by the Free Software Foudation. 7 */ 8 9#include <linux/module.h> 10#include <linux/of.h> 11#include <linux/firmware.h> 12#include <linux/delay.h> |
13#include <linux/gpio.h> 14#include <linux/gpio/machine.h> | 13#include <linux/gpio/consumer.h> |
15#include <linux/i2c.h> 16#include <linux/acpi.h> 17#include <linux/interrupt.h> 18#include <linux/regmap.h> 19#include <linux/sysfs.h> 20#include <linux/input.h> 21#include <linux/input/mt.h> 22#include <linux/input/touchscreen.h> --- 1098 unchanged lines hidden --- | 14#include <linux/i2c.h> 15#include <linux/acpi.h> 16#include <linux/interrupt.h> 17#include <linux/regmap.h> 18#include <linux/sysfs.h> 19#include <linux/input.h> 20#include <linux/input/mt.h> 21#include <linux/input/touchscreen.h> --- 1098 unchanged lines hidden --- |