X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b8c69625639dbfbd9a14af651897bceca7c3c7cd..1176e088170c86235a065b8356349b765fbd2927:/package/kernel/modules/usb.mk diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index b40a3db23..0f95ad8b2 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -140,7 +140,7 @@ define KernelPackage/usb2 TITLE:=Support for USB2 controllers KCONFIG:=CONFIG_USB_EHCI_HCD FILES:=$(LINUX_DIR)/drivers/usb/host/ehci-hcd.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,50,ehci-hcd) + AUTOLOAD:=$(call AutoLoad,40,ehci-hcd) endef define KernelPackage/usb2/description @@ -575,10 +575,11 @@ $(eval $(call KernelPackage,usb-net-asix)) define KernelPackage/usb-net-hso - $(call usbdep,kmod-usb-net @LINUX_2_6) + $(call usbdep,kmod-usb-net @LINUX_2_6_26) TITLE:=Kernel module for Option USB High Speed Mobile Devices KCONFIG:= \ CONFIG_RFKILL \ + CONFIG_RFKILL_INPUT \ CONFIG_USB_HSO FILES:= \ $(LINUX_DIR)/net/rfkill/rfkill.$(LINUX_KMOD_SUFFIX) \ @@ -681,3 +682,16 @@ endef $(eval $(call KernelPackage,usb-test)) +define KernelPackage/usb-phidget + $(call usbdep,@LINUX_2_6) + TITLE:=USB Phidget Driver + KCONFIG:=CONFIG_USB_PHIDGET CONFIG_USB_PHIDGETKIT CONFIG_USB_PHIDGETMOTORCONTROL CONFIG_USB_PHIDGETSERVO + FILES:=$(LINUX_DIR)/drivers/usb/misc/phidget*.ko +endef + +define KernelPackage/usb-phidget/description + Kernel support for USB Phidget devices. +endef + +$(eval $(call KernelPackage,usb-phidget)) +