Skip to content

Commit

Permalink
mISDN: Add HFC USB driver
Browse files Browse the repository at this point in the history
Enable support for USB ISDN TAs with Cologne Chip AG's
HFC-S USB ISDN Controller.

Signed-off-by: Martin Bachem <m.bachem@gmx.de>
Signed-off-by: Karsten Keil <kkeil@suse.de>
  • Loading branch information
Karsten Keil committed Jan 9, 2009
1 parent 3f75e84 commit 69f52ad
Show file tree
Hide file tree
Showing 4 changed files with 2,622 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/isdn/hardware/mISDN/Kconfig
Expand Up @@ -23,3 +23,10 @@ config MISDN_HFCMULTI
* HFC-8S (8 S/T interfaces on one chip)
* HFC-E1 (E1 interface for 2Mbit ISDN)

config MISDN_HFCUSB
tristate "Support for HFC-S USB based TAs"
depends on USB
help
Enable support for USB ISDN TAs with Cologne Chip AG's
HFC-S USB ISDN Controller

1 change: 1 addition & 0 deletions drivers/isdn/hardware/mISDN/Makefile
Expand Up @@ -5,3 +5,4 @@

obj-$(CONFIG_MISDN_HFCPCI) += hfcpci.o
obj-$(CONFIG_MISDN_HFCMULTI) += hfcmulti.o
obj-$(CONFIG_MISDN_HFCUSB) += hfcsusb.o

0 comments on commit 69f52ad

Please sign in to comment.