On Mon, Nov 03, 2003 at 09:11:35PM +0100, M. Ignacio Monge Garc�a wrote:
Compiling kernel-source-multimedia-2.44.22.21mm.2mdk-1-1mdk:
gcc -D__KERNEL__ -I/usr/src/linux-2.4.22-21mm.2mdk/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
-mmmx -m3dnow -march=athlon-tbird -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=athlon -DMODULE -I../../scsi/
-nostdinc -iwithprefix include -DKBUILD_BASENAME=usb -c usb.c -o usb.o
In file included from usb.c:195:
unusual_devs.h:251: error: `US_PR_ZIOCF' undeclared here (not in a
function)
1) do not post in multipart/alternative
2) apply the attacched patch
--
Luca Berra -- [EMAIL PROTECTED]
Communication Media & Services S.r.l.
/"\
\ / ASCII RIBBON CAMPAIGN
X AGAINST HTML MAIL
/ \
--- linux-2.4.22-17mdkcustom/drivers/usb/storage/unusual_devs.h.ziocf.orig
2003-10-19 16:30:41.000000000 +0200
+++ linux-2.4.22-17mdkcustom/drivers/usb/storage/unusual_devs.h 2003-10-19
19:35:04.000000000 +0200
@@ -244,11 +244,13 @@
US_SC_8020, US_PR_CB, NULL, 0),
/* tk: Thomas Kreiling <usbdev at sm04.de> -- tested with SCM Dazzle ZIO */
+#ifdef CONFIG_USB_STORAGE_ZIOCF
UNUSUAL_DEV( 0x04e6, 0x1010, 0x0005, 0x0005,
"SCM",
"SCM USBAT-02/ZIO-CF",
US_SC_SCSI, US_PR_ZIOCF, init_ziocf,
US_FL_SINGLE_LUN),
+#endif
/* Reported by Bob Sass <[EMAIL PROTECTED]> -- only rev 1.33 tested */
UNUSUAL_DEV( 0x050d, 0x0115, 0x0133, 0x0133,