From: Andries.Brouwer@cwi.nl
To: Andries.Brouwer@cwi.nl, fgrum@free.fr
Cc: linux-kernel@vger.kernel.org, linux-usb-devel@lists.sourceforge.net
Subject: Re: Apacer SM/CF combo reader driver
Date: Mon, 11 Aug 2003 12:05:52 +0200 (MEST) [thread overview]
Message-ID: <UTC200308111005.h7BA5qa11199.aeb@smtp.cwi.nl> (raw)
From: Fabien Grumelard <fgrum@free.fr>
Subject: Re: Apacer SM/CF combo reader driver
> If you need the SM half, ask me again.
yes, this is what I want to use.
About the 07c4:a109 CF+SM Apacer LC1 reader:
I just checked status in 2.4.21.
The CF half words if you select CONFIG_USB_STORAGE_DATAFAB.
The SM hals works is you select CONFIG_USB_STORAGE_SDDR55
and apply a tiny patch to unusual devices:
diff -u --recursive --new-file -X /linux/dontdiff a/drivers/usb/storage/unusual_devs.h b/drivers/usb/storage/unusual_devs.h
--- a/drivers/usb/storage/unusual_devs.h Sun Jul 6 14:22:55 2003
+++ b/drivers/usb/storage/unusual_devs.h Mon Aug 11 12:50:26 2003
@@ -462,6 +462,14 @@
US_FL_START_STOP ),
#endif
+#ifdef CONFIG_USB_STORAGE_SDDR55
+UNUSUAL_DEV( 0x07c4, 0xa109, 0x0000, 0xffff,
+ "Datafab Systems, Inc.",
+ "USB to CF + SM Combo (LC1)",
+ US_SC_SCSI, US_PR_SDDR55, NULL,
+ US_FL_SINGLE_LUN),
+#endif
+
#ifdef CONFIG_USB_STORAGE_DATAFAB
UNUSUAL_DEV( 0x07c4, 0xa000, 0x0000, 0x0015,
"Datafab",
Andries
[Note: the vanilla kernel setup still does not handle
composite devices like these - you need the twoluns
setup from the URL I gave if you want to use both CF and SM.
But if you are satisfied with having one, then you have it.]
[Note: if you select both CONFIG_USB_STORAGE_DATAFAB and
CONFIG_USB_STORAGE_SDDR55 then the order of the items in
unusual_devs.h will determine which is found first, so
whether you get CF or SM. That is why I put the entry "too early"
in the above.]
next reply other threads:[~2003-08-11 10:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-11 10:05 Andries.Brouwer [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-08-11 21:32 Harm Verhagen
2003-08-11 22:00 ` Andries Brouwer
2003-08-10 20:22 Andries.Brouwer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=UTC200308111005.h7BA5qa11199.aeb@smtp.cwi.nl \
--to=andries.brouwer@cwi.nl \
--cc=fgrum@free.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®