mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-02-15 00:18:03 +00:00
26 lines
861 B
C
26 lines
861 B
C
/*
|
|
* Goodix Touchscreen Driver
|
|
* Core layer of touchdriver architecture.
|
|
*
|
|
* Copyright (C) 2015 - 2016 Goodix, Inc.
|
|
* Authors: Yulong Cai <caiyulong@goodix.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*
|
|
* This program is distributed in the hope that it will be a reference
|
|
* to you, when you are integrating the GOODiX's CTP IC into your system,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
* General Public License for more details.
|
|
*
|
|
*/
|
|
#ifndef _GOODIX_FIRMWARE_FW_H_
|
|
#define _GOODIX_FIRMWARE_FW_H_
|
|
|
|
u8 goodix_default_fw[] = { 0x00};
|
|
|
|
#endif
|