From 84e201f0a052648b97b8488a9d302125bf4cf1c2 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 30 Dec 2010 10:25:55 -0600 Subject: make TXD1 an input (fixes external serial RX data), bump version to v0.4.1 --- io-module/mts_io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io-module/mts_io.c b/io-module/mts_io.c index ac3a388..a921fdd 100644 --- a/io-module/mts_io.c +++ b/io-module/mts_io.c @@ -41,7 +41,7 @@ #include "mts_io.h" -#define DRIVER_VERSION "v0.4.0" +#define DRIVER_VERSION "v0.4.1" #define DRIVER_AUTHOR "James Maki " #define DRIVER_DESC "MTCDP IO Controller" #define DRIVER_NAME "mts-io" @@ -230,7 +230,7 @@ static struct gpio_pin gpio_pins_mtcdp_1_0[] = { { .name = "TXD1", .pin = AT91_PIN_PB17, - .direction = GPIO_DIR_OUTPUT, + .direction = GPIO_DIR_INPUT, .output_value = 0, .use_pullup = 0, }, -- cgit v1.2.3