Skip to content

Commit

Permalink
Remove untested touch controller IDs
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Bisson <[email protected]>
  • Loading branch information
gibsson committed Jun 28, 2017
1 parent 4d8c740 commit 0083020
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ft5x06-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ struct ft5x06_fw_update_info {
* https://github.com/focaltech-systems/drivers-input-touchscreen-FTS_driver
*/
struct ft5x06_fw_update_info ft5x06_fwu_info[] = {
{FT5x06_ID, "ft5x06", 5, 1, 50, 30, 0x79, 0x03, 10, 2000, 0x0000},
{FT5x16_ID, "ft5x16", 5, 1, 50, 30, 0x79, 0x07, 10, 1500, 0x0000},
{FT5x26_ID, "ft5x26", 5, 0, 4, 250, 0x54, 0x2c, 10, 3000, 0x1800},
};

Expand Down

0 comments on commit 0083020

Please sign in to comment.