From c1780af9fcc6b7751b267e4e9577bbb2424a1169 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Mon, 6 Jul 2009 13:54:51 +0000 Subject: Samsa AMS: start of an USB driver (nothing working atm) Work based on AMD 5536 linux driver and AMD Geode CS5536 datasheet Rockbox still doesn't reboot on USB insert git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21689 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/as3525.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/as3525.h') diff --git a/firmware/export/as3525.h b/firmware/export/as3525.h index 39e0706637..b7da19320d 100644 --- a/firmware/export/as3525.h +++ b/firmware/export/as3525.h @@ -500,4 +500,8 @@ interface */ /* Timer frequency */ #define TIMER_FREQ (24000000 / 16) +/* USB : TODO */ +#define USB_NUM_ENDPOINTS 4 +#define USB_DEVBSS_ATTR IBSS_ATTR + #endif /*__AS3525_H__*/ -- cgit v1.2.3