From 0152851fe8fedfc43b5e0a837ff8ff721a619862 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 27 Aug 2007 21:15:37 +0000 Subject: [PATCH] Add the new USB code to the source tarballs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14482 a1c6a512-1295-4272-9138-f99709370657 --- firmware/FILES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/FILES b/firmware/FILES index 77a3b3d512..8bbc1830d3 100644 --- a/firmware/FILES +++ b/firmware/FILES @@ -13,9 +13,13 @@ drivers/*.[chS] drivers/audio/*.[chS] drivers/rtc/*.[chS] drivers/tuner/*.[chS] +drivers/usb/*.[ch] export/*.h include/*.h include/sys/*.h +usbstack/*.h +usbstack/core/*.c +usbstack/drivers/device/*.[ch] target/arm/*.[chS] target/arm/archos/av300/*.[chS] target/arm/s3c2440/gigabeat-fx/*.[chS]