From e031db4b87609ab11e62f44166058df1ac790fb3 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 14 May 2008 18:55:19 +0000 Subject: 1) Use a separate config-.h for Zen Vision(:M) (60GB) 2) Other unrelated cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17503 a1c6a512-1295-4272-9138-f99709370657 --- firmware/usb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/usb.c') diff --git a/firmware/usb.c b/firmware/usb.c index 90991e25fd..d7a54d915f 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -48,7 +48,7 @@ /* Conditions under which we want the entire driver */ #if !defined(BOOTLOADER) || \ (defined(TOSHIBA_GIGABEAT_S) && defined(USE_ROCKBOX_USB) && defined(USB_STORAGE)) || \ - (defined(CREATIVE_ZVM) && defined(HAVE_USBSTACK)) + (defined(CREATIVE_ZVx) && defined(HAVE_USBSTACK)) #define USB_FULL_INIT #endif -- cgit v1.2.3