Skip to content

Commit

Permalink
memstick: add driver for Ricoh R5C592 card reader
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Levitsky <[email protected]>
Acked-by: Alex Dubov <[email protected]>
Cc: FUJITA Tomonori <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
maximlevitsky authored and torvalds committed Mar 26, 2011
1 parent 4047185 commit 9263412
Show file tree
Hide file tree
Showing 5 changed files with 1,101 additions and 0 deletions.
5 changes: 5 additions & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -5291,6 +5291,11 @@ S: Maintained
F: drivers/mtd/nand/r852.c
F: drivers/mtd/nand/r852.h

RICOH R5C592 MEMORYSTICK DRIVER
M: Maxim Levitsky <[email protected]>
S: Maintained
F: drivers/memstick/host/r592.*

RISCOM8 DRIVER
S: Orphan
F: Documentation/serial/riscom8.txt
Expand Down
12 changes: 12 additions & 0 deletions drivers/memstick/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ config MEMSTICK_JMICRON_38X

To compile this driver as a module, choose M here: the
module will be called jmb38x_ms.

config MEMSTICK_R592
tristate "Ricoh R5C592 MemoryStick interface support (EXPERIMENTAL)"
depends on EXPERIMENTAL && PCI

help
Say Y here if you want to be able to access MemoryStick cards with
the Ricoh R5C592 MemoryStick card reader (which is part of 5 in one
multifunction reader)

To compile this driver as a module, choose M here: the module will
be called r592.
1 change: 1 addition & 0 deletions drivers/memstick/host/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

obj-$(CONFIG_MEMSTICK_TIFM_MS) += tifm_ms.o
obj-$(CONFIG_MEMSTICK_JMICRON_38X) += jmb38x_ms.o
obj-$(CONFIG_MEMSTICK_R592) += r592.o
Loading

0 comments on commit 9263412

Please sign in to comment.