* [NEW] A SDDR-09 driver
@ 2002-04-16 15:48 Andries.Brouwer
2002-04-26 5:16 ` Akkana
0 siblings, 1 reply; 2+ messages in thread
From: Andries.Brouwer @ 2002-04-16 15:48 UTC (permalink / raw)
To: DCox, linux-kernel, linux-usb-devel, mdharm-usb
A moment ago I have made available on ftp.XX.kernel.org
under linux/kernel/people/aeb/sddr09.c a new SDDR-09 driver,
namely one that not only reads but also writes.
It works for me.
Will submit some version for inclusion in 2.5 next week
or so. Feedback is welcome.
Andries
[On the site mentioned one finds sddr09.c and sddr09.h.
Now that I think about it, there are a few other small
changes nearby:
diff -r /linux/2.5/linux-2.5.8/linux/drivers/usb/storage/initializers.h ./initializers.h
39a40
> #include <linux/config.h>
44a46,49
>
> #ifdef CONFIG_USB_STORAGE_SDDR09
> int sddr09_init(struct us_data *us);
> #endif
diff -r /linux/2.5/linux-2.5.8/linux/drivers/usb/storage/unusual_devs.h ./unusual_devs.h
133d132
< #endif
139c138
< US_SC_SCSI, US_PR_DPCM_USB, NULL,
---
> US_SC_SCSI, US_PR_DPCM_USB, sddr09_init,
140a140
> #endif
]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [NEW] A SDDR-09 driver
2002-04-16 15:48 [NEW] A SDDR-09 driver Andries.Brouwer
@ 2002-04-26 5:16 ` Akkana
0 siblings, 0 replies; 2+ messages in thread
From: Akkana @ 2002-04-26 5:16 UTC (permalink / raw)
To: Andries.Brouwer; +Cc: DCox, linux-kernel, linux-usb-devel, mdharm-usb
[-- Attachment #1: Type: text/plain, Size: 1292 bytes --]
Andries.Brouwer@cwi.nl writes:
> A moment ago I have made available on ftp.XX.kernel.org
> under linux/kernel/people/aeb/sddr09.c a new SDDR-09 driver,
> namely one that not only reads but also writes.
>
> It works for me.
>
> Will submit some version for inclusion in 2.5 next week
> or so. Feedback is welcome.
I've been using your SDDR-09 patches in both 2.4.19-pre7 and 2.5.8,
and they've been working great with my Zio. I can finally write to
the smartmedia card as well as read from it (woohoo!) and I haven't
seen any problems that weren't already there in the existing driver
(no serious problems at all).
I'd love to see your patch get checked in to both 2.4 and 2.5.
It makes the driver a lot more useful (there aren't that many working
USB smartmedia readers for Linux), and there are a fair number
of people who have this device. SDDR-09 is still marked experimental,
so those of us who use it know the risks. :-)
I wonder if it's worth mentioning in the configure help that this
also supports the Zio? I'll attach a patch for that in case you want to
include it. Curiously, the help for CONFIG_USB_STORAGE_DPCM just above
SDDR09 says it's for smartmedia as well as compact flash; but my Zio!
SM reader has product id 0003 (matching SDDR09), not 0005 (DPCM).
...Akkana
[-- Attachment #2: config.diff --]
[-- Type: text/plain, Size: 401 bytes --]
--- Documentation/Configure.help.bak Thu Apr 25 22:13:01 2002
+++ Documentation/Configure.help Thu Apr 25 22:13:12 2002
@@ -13895,6 +13895,7 @@
CONFIG_USB_STORAGE_SDDR09
Say Y here to include additional code to support the Sandisk SDDR-09
SmartMedia reader in the USB Mass Storage driver.
+ Also works for the Microtech Zio! SmartMedia reader.
USB Diamond Rio500 support
CONFIG_USB_RIO500
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-26 5:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-16 15:48 [NEW] A SDDR-09 driver Andries.Brouwer
2002-04-26 5:16 ` Akkana
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox