Skip to content
Snippets Groups Projects
Commit 63c05b7e authored by Gabor Juhos's avatar Gabor Juhos
Browse files

kernel: add a kernel module for the usbtest driver

SVN-Revision: 9572
parent 84b2bcb5
No related branches found
No related tags found
No related merge requests found
......@@ -574,3 +574,17 @@ define KernelPackage/usb-yealink/description
endef
$(eval $(call KernelPackage,usb-yealink))
define KernelPackage/usb-test
$(call usbdep,@LINUX_2_6 @DEVEL)
TITLE:=USB Testing Driver
KCONFIG:=CONFIG_USB_TEST
FILES:=$(LINUX_DIR)/drivers/usb/misc/usbtest.ko
endef
define KernelPackage/usb-test/description
Kernel support for testing USB Host Controller software.
endef
$(eval $(call KernelPackage,usb-test))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment