aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorMichael Hund <mhund@ld-didactic.de>2005-06-27 22:44:22 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2005-07-12 11:52:57 -0700
commit2824bd250f0be1551747cc3ed5ae07facc285b57 (patch)
tree1dc604385c5324cc1175f86d0e87fab5dd3b5f8e /drivers/usb/Makefile
parent83ef344a7539aa55a787790bc036f0bf3466e191 (diff)
downloadkernel_samsung_smdk4412-2824bd250f0be1551747cc3ed5ae07facc285b57.zip
kernel_samsung_smdk4412-2824bd250f0be1551747cc3ed5ae07facc285b57.tar.gz
kernel_samsung_smdk4412-2824bd250f0be1551747cc3ed5ae07facc285b57.tar.bz2
[PATCH] USB: add ldusb driver
The following driver provides complete interrupt-in and interrupt-out reports (raw data) to a user program. Until now it uses the HIDIOCGDEVINFO ioctl call, because I don't know better :-(. Perhaps, it will be ok for you - and I will be happy, if you assign 8 minor numbers. I have tested it in several environments and it works very well for me. However, it has a problem with two or more devices at the same hub, if the two or more devices need 1 ms interrupt-in transfers. Unfortunately more than one interrupt-in transfer every ms isn't possible (ehci driver?). This is why the min_interrupt_in_interval and min_interrupt_out_interval are increased to 2 ms (see the corresponding module parameters). This way, I can use two devices simultaneously at the same hub. Signed-off-by: Michael Hund <mhund@ld-didactic.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 284f957..df014c2 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -65,6 +65,7 @@ obj-$(CONFIG_USB_EMI26) += misc/
obj-$(CONFIG_USB_EMI62) += misc/
obj-$(CONFIG_USB_IDMOUSE) += misc/
obj-$(CONFIG_USB_LCD) += misc/
+obj-$(CONFIG_USB_LD) += misc/
obj-$(CONFIG_USB_LED) += misc/
obj-$(CONFIG_USB_LEGOTOWER) += misc/
obj-$(CONFIG_USB_RIO500) += misc/