From: Jörn Engel Date: Wed, 29 Aug 2007 15:57:11 +0000 (+0200) Subject: [MTD] [NAND] Driver for Olympus MAUSB-10 and Fujifilm DPC-R1 card readers X-Git-Tag: v2.6.24-rc1~1364^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e208520ed664db0f7584048ae09e5d2afda43714;p=pandora-kernel.git [MTD] [NAND] Driver for Olympus MAUSB-10 and Fujifilm DPC-R1 card readers Unlike most stuff on the market the chip inside these two allows raw flash access and doesn't implement and FTL, leaving that functionality to the device driver. Raw flash access in a cheap USB cardreader! An MTD test device one can attach to a PC! What a deal! The command set of the chip is not documented, so information was obtained from the existing mass-storage driver (drivers/usb/storage/alauda.c), its documentation (http://alauda.sourceforge.net/wikka.php?wakka=BulkCommandReference), additional reverse engineering and comparison with a vendor driver for a related chip (http://www.ratocsystems.com/english/download/driver/linux/sma03u.html). Signed-off-by: Joern Engel Signed-off-by: David Woodhouse --- Reading git-diff-tree failed