summaryrefslogtreecommitdiffstats
path: root/nuttx/drivers
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-29 00:54:22 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-29 00:54:22 +0000
commit10c6e812ee5e8b143ea553091830d18b76c30436 (patch)
treeb1005787ec664d9595472abbc73bba602d0e00e6 /nuttx/drivers
parent958a8a0042baaf6e9ae693f955e94ce5843ee72f (diff)
Massive naming fix: STMPE11->STMPE811
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4782 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/drivers')
-rw-r--r--nuttx/drivers/input/Make.defs20
-rw-r--r--nuttx/drivers/input/stmpe811.h (renamed from nuttx/drivers/input/stmpe11.h)0
-rw-r--r--nuttx/drivers/input/stmpe811_adc.c (renamed from nuttx/drivers/input/stmpe11_adc.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_base.c (renamed from nuttx/drivers/input/stmpe11_base.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_gpio.c (renamed from nuttx/drivers/input/stmpe11_gpio.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_temp.c (renamed from nuttx/drivers/input/stmpe11_temp.c)0
-rw-r--r--nuttx/drivers/input/stmpe811_tsc.c (renamed from nuttx/drivers/input/stmpe11_tsc.c)0
7 files changed, 10 insertions, 10 deletions
diff --git a/nuttx/drivers/input/Make.defs b/nuttx/drivers/input/Make.defs
index c7c715b709..aaf08b8270 100644
--- a/nuttx/drivers/input/Make.defs
+++ b/nuttx/drivers/input/Make.defs
@@ -47,19 +47,19 @@ ifeq ($(CONFIG_INPUT_ADS7843E),y)
CSRCS += ads7843e.c
endif
-ifeq ($(CONFIG_INPUT_STMPE11),y)
- CSRCS += stmpe11_base.c
-ifneq ($(CONFIG_INPUT_STMPE11_TSC_DISABLE),y)
- CSRCS += stmpe11_tsc.c
+ifeq ($(CONFIG_INPUT_STMPE811),y)
+ CSRCS += stmpe811_base.c
+ifneq ($(CONFIG_INPUT_STMPE811_TSC_DISABLE),y)
+ CSRCS += stmpe811_tsc.c
endif
-ifneq ($(CONFIG_INPUT_STMPE11_GPIO_DISABLE),y)
- CSRCS += stmpe11_gpio.c
+ifneq ($(CONFIG_INPUT_STMPE811_GPIO_DISABLE),y)
+ CSRCS += stmpe811_gpio.c
endif
-ifneq ($(CONFIG_INPUT_STMPE11_ADC_DISABLE),y)
- CSRCS += stmpe11_adc.c
+ifneq ($(CONFIG_INPUT_STMPE811_ADC_DISABLE),y)
+ CSRCS += stmpe811_adc.c
endif
-ifneq ($(CONFIG_INPUT_STMPE11_TEMP_DISABLE),y)
- CSRCS += stmpe11_temp.c
+ifneq ($(CONFIG_INPUT_STMPE811_TEMP_DISABLE),y)
+ CSRCS += stmpe811_temp.c
endif
endif
diff --git a/nuttx/drivers/input/stmpe11.h b/nuttx/drivers/input/stmpe811.h
index 05917fc37a..05917fc37a 100644
--- a/nuttx/drivers/input/stmpe11.h
+++ b/nuttx/drivers/input/stmpe811.h
diff --git a/nuttx/drivers/input/stmpe11_adc.c b/nuttx/drivers/input/stmpe811_adc.c
index 5b9d045c93..5b9d045c93 100644
--- a/nuttx/drivers/input/stmpe11_adc.c
+++ b/nuttx/drivers/input/stmpe811_adc.c
diff --git a/nuttx/drivers/input/stmpe11_base.c b/nuttx/drivers/input/stmpe811_base.c
index 8e29006103..8e29006103 100644
--- a/nuttx/drivers/input/stmpe11_base.c
+++ b/nuttx/drivers/input/stmpe811_base.c
diff --git a/nuttx/drivers/input/stmpe11_gpio.c b/nuttx/drivers/input/stmpe811_gpio.c
index 82024b4d05..82024b4d05 100644
--- a/nuttx/drivers/input/stmpe11_gpio.c
+++ b/nuttx/drivers/input/stmpe811_gpio.c
diff --git a/nuttx/drivers/input/stmpe11_temp.c b/nuttx/drivers/input/stmpe811_temp.c
index b3eb8f6c58..b3eb8f6c58 100644
--- a/nuttx/drivers/input/stmpe11_temp.c
+++ b/nuttx/drivers/input/stmpe811_temp.c
diff --git a/nuttx/drivers/input/stmpe11_tsc.c b/nuttx/drivers/input/stmpe811_tsc.c
index 03ede7302c..03ede7302c 100644
--- a/nuttx/drivers/input/stmpe11_tsc.c
+++ b/nuttx/drivers/input/stmpe811_tsc.c