summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-11-30 15:43:15 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-11-30 15:43:15 +0000
commitcaaf3c0b97b59117cacd221ed4557b2fd351b5b3 (patch)
tree476ae3869a0d20821b2cf3afd1e5ab737299878a /firmware/SOURCES
parent5f7db212d591213ae98d7b051b828bc65b792f2a (diff)
downloadrockbox-caaf3c0b97b59117cacd221ed4557b2fd351b5b3.tar.gz
rockbox-caaf3c0b97b59117cacd221ed4557b2fd351b5b3.zip
Move tcc77x/usb-tcc77x.c to usb-tcc.c as it is more general than just tcc77x (even usb-tcc is too specific, but I don't know anything better)
Add #if0ed USB defines to config-cowond2.h, so experimenting with USB is easy Add dummy set_serial_descriptor() implementation to usb_core.c. This one doesn't generate a unique serial, so it must never be used for non-testing purposes. When usaed, a compiler warning will be generated git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19273 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES10
1 files changed, 5 insertions, 5 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index 9b576d435a..d0862ba37b 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1013,7 +1013,7 @@ target/arm/tcc77x/kernel-tcc77x.c
1013target/arm/tcc77x/powermgmt-tcc77x.c 1013target/arm/tcc77x/powermgmt-tcc77x.c
1014target/arm/tcc77x/system-tcc77x.c 1014target/arm/tcc77x/system-tcc77x.c
1015target/arm/tcc77x/timer-tcc77x.c 1015target/arm/tcc77x/timer-tcc77x.c
1016target/arm/tcc77x/usb-tcc77x.c 1016target/arm/usb-tcc.c
1017target/arm/tcc77x/logikdax/button-logikdax.c 1017target/arm/tcc77x/logikdax/button-logikdax.c
1018target/arm/tcc77x/logikdax/power-logikdax.c 1018target/arm/tcc77x/logikdax/power-logikdax.c
1019#ifndef BOOTLOADER 1019#ifndef BOOTLOADER
@@ -1034,7 +1034,7 @@ target/arm/tcc77x/kernel-tcc77x.c
1034target/arm/tcc77x/powermgmt-tcc77x.c 1034target/arm/tcc77x/powermgmt-tcc77x.c
1035target/arm/tcc77x/system-tcc77x.c 1035target/arm/tcc77x/system-tcc77x.c
1036target/arm/tcc77x/timer-tcc77x.c 1036target/arm/tcc77x/timer-tcc77x.c
1037target/arm/tcc77x/usb-tcc77x.c 1037target/arm/usb-tcc.c
1038target/arm/tcc77x/m200/button-m200.c 1038target/arm/tcc77x/m200/button-m200.c
1039target/arm/tcc77x/m200/power-m200.c 1039target/arm/tcc77x/m200/power-m200.c
1040#ifndef BOOTLOADER 1040#ifndef BOOTLOADER
@@ -1055,7 +1055,7 @@ target/arm/tcc77x/c100/lcd-S6B33B2.c
1055target/arm/tcc77x/powermgmt-tcc77x.c 1055target/arm/tcc77x/powermgmt-tcc77x.c
1056target/arm/tcc77x/system-tcc77x.c 1056target/arm/tcc77x/system-tcc77x.c
1057target/arm/tcc77x/timer-tcc77x.c 1057target/arm/tcc77x/timer-tcc77x.c
1058target/arm/tcc77x/usb-tcc77x.c 1058target/arm/usb-tcc.c
1059target/arm/tcc77x/c100/button-c100.c 1059target/arm/tcc77x/c100/button-c100.c
1060target/arm/tcc77x/c100/power-c100.c 1060target/arm/tcc77x/c100/power-c100.c
1061#ifndef BOOTLOADER 1061#ifndef BOOTLOADER
@@ -1110,7 +1110,7 @@ target/arm/tcc77x/kernel-tcc77x.c
1110target/arm/tcc77x/timer-tcc77x.c 1110target/arm/tcc77x/timer-tcc77x.c
1111target/arm/tcc77x/adc-tcc77x.c 1111target/arm/tcc77x/adc-tcc77x.c
1112target/arm/tcc77x/powermgmt-tcc77x.c 1112target/arm/tcc77x/powermgmt-tcc77x.c
1113target/arm/tcc77x/usb-tcc77x.c 1113target/arm/usb-tcc.c
1114target/arm/tcc77x/iaudio7/lcd-iaudio7.c 1114target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1115target/arm/tcc77x/iaudio7/power-iaudio7.c 1115target/arm/tcc77x/iaudio7/power-iaudio7.c
1116target/arm/tcc77x/iaudio7/button-iaudio7.c 1116target/arm/tcc77x/iaudio7/button-iaudio7.c
@@ -1135,8 +1135,8 @@ target/arm/tcc780x/cowond2/button-cowond2.c
1135target/arm/tcc780x/cowond2/lcd-cowond2.c 1135target/arm/tcc780x/cowond2/lcd-cowond2.c
1136target/arm/tcc780x/cowond2/power-cowond2.c 1136target/arm/tcc780x/cowond2/power-cowond2.c
1137target/arm/tcc780x/cowond2/powermgmt-cowond2.c 1137target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1138target/arm/tcc780x/cowond2/usb-cowond2.c
1139target/arm/tcc780x/cowond2/backlight-cowond2.c 1138target/arm/tcc780x/cowond2/backlight-cowond2.c
1139target/arm/usb-tcc.c
1140#ifndef BOOTLOADER 1140#ifndef BOOTLOADER
1141target/arm/tcc780x/kernel-tcc780x.c 1141target/arm/tcc780x/kernel-tcc780x.c
1142target/arm/tcc780x/timer-tcc780x.c 1142target/arm/tcc780x/timer-tcc780x.c