usbatm xusbatm.c,1.1,1.2

Roman Kagan rkagan at mail.ru
Thu Apr 7 10:04:54 EDT 2005


  Hi,

If you think xusbatm qualifies as a valid member of the usbatm family,
here's an update to include it in the kernel build.

Cheers,
  Roman.

 Kbuild  |    1 +
 Kconfig |   13 +++++++++++++
 2 files changed, 14 insertions(+)


Index: Kbuild
===================================================================
RCS file: /home/cvs/usbatm/Kbuild,v
retrieving revision 1.1
diff -u -r1.1 Kbuild
--- Kbuild	12 Feb 2005 23:05:18 -0000	1.1
+++ Kbuild	7 Apr 2005 14:03:19 -0000
@@ -5,3 +5,4 @@
 obj-$(CONFIG_USB_ATM)		+= usbatm.o
 #obj-$(CONFIG_USB_SPEEDTOUCH)	+= speedtch.o
 obj-$(CONFIG_USB_CXACRU)	+= cxacru.o
+obj-$(CONFIG_USB_XUSBATM)	+= xusbatm.o
Index: Kconfig
===================================================================
RCS file: /home/cvs/usbatm/Kconfig,v
retrieving revision 1.3
diff -u -r1.3 Kconfig
--- Kconfig	12 Feb 2005 22:35:12 -0000	1.3
+++ Kconfig	7 Apr 2005 14:03:19 -0000
@@ -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
+	  other USB DSL drivers.  In order to use your modem you will need user
+	  space utility to initialize it, and pass the desired vendor ID,
+	  product ID, and enpoint numbers for transmission and reception, as
+	  module parameters.
+
+	  To compile this driver as a module, choose M here: the
+	  module will be called xusbatm.
+
 endmenu



More information about the Usbatm mailing list