]> git.baikalelectronics.ru Git - kernel.git/commit
usb: auerswald: remove driver (obsolete)
authorWolfgang Mües <wolfgang@iksw-muees.de>
Tue, 29 Jul 2008 09:54:43 +0000 (11:54 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 14 Aug 2008 00:32:47 +0000 (17:32 -0700)
commit42715639426b9954e8f6eddd0ca57ff20d48a4ef
tree9b8d48d2f4e724a2d7e39dff0deb7e454c59e399
parenta4fb0f77225f3df37a49641584a6f484a6a1e298
usb: auerswald: remove driver (obsolete)

This patch removes the auerswald USB driver from the linux kernel
2.6.26.

This driver was included into the kernel mainly to connect to the ISDN
framework. This was done in linux 2.4.x. For 2.6.x, due to the fragile
and moving ISDN support, this connection was never realized, and the
only use of this driver was for device configuration. In the age of DSL,
the demand of ISDN support is getting very low.

Meanwhile, with the advent of libusb, an userspace driver was done for
the device configuration which works fine for linux and mac. (Thanks to
the libusb developers!). The userspace driver is downloadable from the
auerswald web site.

So this driver is obsolete now and has to be removed. Many thanks to all
developers which helped me to bring this driver up and working.

Signed-off-by: Wolfgang Muees <wolfgang@iksw-muees.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/devices.txt
Documentation/ioctl-number.txt
Documentation/usb/auerswald.txt [deleted file]
MAINTAINERS
drivers/usb/misc/Kconfig
drivers/usb/misc/Makefile
drivers/usb/misc/auerswald.c [deleted file]