Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149459
b: refs/heads/master
c: 5f5bac8
h: refs/heads/master
i:
  149457: b4e833b
  149455: 3018938
v: v3
  • Loading branch information
Michał Mirosław authored and Pierre Ossman committed Jun 13, 2009
1 parent 02d9490 commit 73ff898
Show file tree
Hide file tree
Showing 15 changed files with 1,824 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8385f9cb7f12ef6a5261fa76f1a1b612280c94f7
refs/heads/master: 5f5bac8272be791b67c7b7b411e7c8c5847e598a
9 changes: 9 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2105,6 +2105,15 @@ W: http://sourceforge.net/projects/lpfcxxxx
S: Supported
F: drivers/scsi/lpfc/

ENE CB710 FLASH CARD READER DRIVER
P: Michał Mirosław
M: mirq-linux@rere.qmqm.pl
L: linux-kernel@vger.kernel.org
S: Maintained
F: drivers/misc/cb710/
F: drivers/mmc/host/cb710-mmc.*
F: include/linux/cb710.h

EPSON 1355 FRAMEBUFFER DRIVER
P: Christopher Hoover
M: ch@murgatroid.com
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/misc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,6 @@ config ISL29003

source "drivers/misc/c2port/Kconfig"
source "drivers/misc/eeprom/Kconfig"
source "drivers/misc/cb710/Kconfig"

endif # MISC_DEVICES
1 change: 1 addition & 0 deletions trunk/drivers/misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ obj-$(CONFIG_HP_ILO) += hpilo.o
obj-$(CONFIG_ISL29003) += isl29003.o
obj-$(CONFIG_C2PORT) += c2port/
obj-y += eeprom/
obj-y += cb710/
21 changes: 21 additions & 0 deletions trunk/drivers/misc/cb710/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
config CB710_CORE
tristate "ENE CB710/720 Flash memory card reader support"
depends on PCI
help
This option enables support for PCI ENE CB710/720 Flash memory card
reader found in some laptops (ie. some versions of HP Compaq nx9500).

You will also have to select some flash card format drivers (MMC/SD,
MemoryStick).

This driver can also be built as a module. If so, the module
will be called cb710.

config CB710_DEBUG
bool "Enable driver debugging"
depends on CB710_CORE != n
default n
help
This is an option for use by developers; most people should
say N here. This adds a lot of debugging output to dmesg.

4 changes: 4 additions & 0 deletions trunk/drivers/misc/cb710/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
obj-$(CONFIG_CB710_CORE) += cb710.o

cb710-y := core.o sgbuf2.o
cb710-$(CONFIG_CB710_DEBUG) += debug.o
Loading

0 comments on commit 73ff898

Please sign in to comment.