Skip to content

Commit

Permalink
Input: tsc200x-core - rename functions and variables
Browse files Browse the repository at this point in the history
The functions, variables, and defines of the new tsc200x-core.c are
renamed to tsc200x instead of tsc2005 avoid possible confusion.

Signed-off-by: Michael Welling <mwelling@ieee.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Michael Welling authored and Dmitry Torokhov committed Nov 3, 2015
1 parent 6ac2438 commit ef3b98c
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 152 deletions.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/tsc2005.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

static int tsc2005_cmd(struct device *dev, u8 cmd)
{
u8 tx = TSC2005_CMD | TSC2005_CMD_12BIT | cmd;
u8 tx = TSC200X_CMD | TSC200X_CMD_12BIT | cmd;
struct spi_transfer xfer = {
.tx_buf = &tx,
.len = 1,
Expand Down
Loading

0 comments on commit ef3b98c

Please sign in to comment.