summaryrefslogtreecommitdiff
path: root/firmware/target/arm/pp/usb-fw-pp502x.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-08-14 16:28:30 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-08-14 16:29:39 -0400
commit04fe77a4654d43bf4fe07831d25c8ab92f054b65 (patch)
tree85e5868961b42acf72d496af63c2bf8947a46ac3 /firmware/target/arm/pp/usb-fw-pp502x.c
parent786d06742a379df667b0fd14df0b2dbc045f312c (diff)
downloadrockbox-04fe77a4654d43bf4fe07831d25c8ab92f054b65.tar.gz
rockbox-04fe77a4654d43bf4fe07831d25c8ab92f054b65.zip
Remove the (very) incomplete port for the Tatung TPJ-1102
It was barely even a stub, and hasn't seen any development since 2009 Change-Id: I0aa15d9a7b90ae8c771924d9f401380d4cc0fab9
Diffstat (limited to 'firmware/target/arm/pp/usb-fw-pp502x.c')
-rw-r--r--firmware/target/arm/pp/usb-fw-pp502x.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/target/arm/pp/usb-fw-pp502x.c b/firmware/target/arm/pp/usb-fw-pp502x.c
index b0fcfb83a4..a4d8e28a06 100644
--- a/firmware/target/arm/pp/usb-fw-pp502x.c
+++ b/firmware/target/arm/pp/usb-fw-pp502x.c
@@ -81,12 +81,6 @@
81#define USB_GPIO_MASK 0x10 81#define USB_GPIO_MASK 0x10
82#define USB_GPIO_VAL 0x10 82#define USB_GPIO_VAL 0x10
83 83
84#elif defined(TATUNG_TPJ1022)
85 /* GPIO ? bit ? is usb detect (dummy value)*/
86#define USB_GPIO GPIOD
87#define USB_GPIO_MASK 0x10
88#define USB_GPIO_VAL 0x10
89
90#elif defined(PBELL_VIBE500) 84#elif defined(PBELL_VIBE500)
91 /* GPIO L bit 3 is usb detect */ 85 /* GPIO L bit 3 is usb detect */
92#define USB_GPIO GPIOL 86#define USB_GPIO GPIOL