aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJürgen Stuber <stuber@loria.fr>2004-04-30 08:19:36 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2004-04-30 08:19:36 -0700
commitd28412d96fa117be5b054c867d208889ddb3e8e9 (patch)
tree3c4fd5abe8d48a51cd6f174dc37589958f6c3de9 /MAINTAINERS
parente6ff3ede93b9ecd0661cdc03511d9ab4f70bcc25 (diff)
downloadhistory-d28412d96fa117be5b054c867d208889ddb3e8e9.tar.gz
[PATCH] USB: LEGO USB Tower driver v0.95
here is the latest version 0.95 of the LEGO USB Tower driver against 2.6.6-rc3 which corrects a lot of problems in the version currently in the kernel, most notably sleeping in interrupt context and improper locking. Please apply. It has been thoroughly tested with UHCI, OHCI and EHCI host controllers using Lejos and NQC. Firmware and program download, and with proper modifications all communication protocols supported by Lejos work, as well as firmware and program download and datalog upload in NQC. Notes to application maintainers/protocol designers: - Small modifications are needed in communication protocols because the tower tends to discard the first byte of transmissions. So for example LNP needs to send an extra byte like 0xff before the packet, and F7 handlers needs to cope with a lost 0x55. - I suggest /dev/usb/legousbtower0 etc. as the standard device names. This puts it in the same place as the other USB devices and makes clear which driver is responsible for these devices.
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5df0bd9766e68d..69b01598a1a788 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1228,6 +1228,13 @@ M: James.Bottomley@HansenPartnership.com
L: linux-scsi@vger.kernel.org
S: Maintained
+LEGO USB Tower driver
+P: Juergen Stuber
+M: starblue@users.sourceforge.net
+L: legousb-devel@lists.sourceforge.net
+W: http://legousb.sourceforge.net/
+S: Maintained
+
LINUX FOR IBM pSERIES (RS/6000)
P: Paul Mackerras
M: paulus@au.ibm.com