From a14edddac99eff625cfcb44829ce206ec04be71a Mon Sep 17 00:00:00 2001 From: Vijay Kumar Date: Sun, 19 Oct 2008 08:58:46 +0530 Subject: Staging: add poch driver This is the first cut at a driver for the Redrapids Pocket Change CardBus devices. Receiving data seems to work properly, but overflows happen on transmit. Still needs more hardware debugging to work properly. (cleaned up to use proper driver core api functions by Greg) From: Vijay Kumar Cc: Alexey Zaytsev Cc: Jaya Kumar Cc: Ken Sienski Signed-off-by: Greg Kroah-Hartman --- drivers/staging/Kconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/staging/Kconfig') diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 65a86b70457..c4eff44c9f2 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -45,4 +45,6 @@ source "drivers/staging/at76_usb/Kconfig" source "drivers/staging/pcc-acpi/Kconfig" +source "drivers/staging/poch/Kconfig" + endif # STAGING -- cgit v1.2.3