speedtch Kbuild,1.2,1.3 Kconfig,1.3,1.4
Duncan Sands
duncan at infradead.org
Fri Apr 8 12:22:10 EDT 2005
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv26950
Modified Files:
Kbuild Kconfig
Log Message:
Add the generic xusbatm driver.
Index: Kbuild
===================================================================
RCS file: /home/cvs/speedtch/Kbuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Kbuild 8 Apr 2005 15:09:31 -0000 1.2
+++ Kbuild 8 Apr 2005 16:22:07 -0000 1.3
@@ -2,6 +2,7 @@
# Makefile for USB ATM/xDSL drivers
#
-obj-$(CONFIG_USB_ATM) += usbatm.o
-obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o
obj-$(CONFIG_USB_CXACRU) += cxacru.o
+obj-$(CONFIG_USB_SPEEDTOUCH) += speedtch.o
+obj-$(CONFIG_USB_ATM) += usbatm.o
+obj-$(CONFIG_USB_XUSBATM) += xusbatm.o
Index: Kconfig
===================================================================
RCS file: /home/cvs/speedtch/Kconfig,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Kconfig 12 Feb 2005 22:35:12 -0000 1.3
+++ Kconfig 8 Apr 2005 16:22:07 -0000 1.4
@@ -44,4 +44,17 @@
To compile this driver as a module, choose M here: the
module will be called cxacru.
+config USB_XUSBATM
+ tristate "Other USB DSL modem support"
+ depends on USB_ATM
+ help
+ Say Y here if you have a DSL USB modem not explicitly supported by
+ another USB DSL drivers. In order to use your modem you will need to
+ pass the vendor ID, product ID, and endpoint numbers for transmission
+ and reception as module parameters. You may need to initialize the
+ the modem using a user space utility (a firmware loader for example).
+
+ To compile this driver as a module, choose M here: the
+ module will be called xusbatm.
+
endmenu
More information about the Usbatm-commits
mailing list