X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fkernel%2Fmodules%2Fusb.mk;h=813e3a98c14904e91b7afee375295de052af3a61;hb=796a9d1091884a07817e5c140d0ff6a0b8c76235;hp=a08fd52f770bc915d8f04155723b9810236da7e4;hpb=81504d5ab693d2968c6c15dac4e6e2180c7a76d0;p=openwrt.git diff --git a/package/kernel/modules/usb.mk b/package/kernel/modules/usb.mk index a08fd52f77..813e3a98c1 100644 --- a/package/kernel/modules/usb.mk +++ b/package/kernel/modules/usb.mk @@ -1,10 +1,9 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ USB_MENU:=USB Support @@ -80,17 +79,17 @@ $(eval $(call KernelPackage,usb-uhci)) define KernelPackage/usb-uhci-iv $(call usbdep,@LINUX_2_4) - TITLE:=Support for Intel/VIA UHCI controllers + TITLE:=Support for Intel/VIA UHCI controllers KCONFIG:=CONFIG_USB_UHCI FILES:=$(LINUX_DIR)/drivers/usb/host/usb-uhci.$(LINUX_KMOD_SUFFIX) - AUTOLOAD:=$(call AutoLoad,50,usb-uhci) -endef + AUTOLOAD:=$(call AutoLoad,50,usb-uhci) +endef define KernelPackage/usb-uhci-iv/description Kernel support for Intel/VIA USB UHCI controllers endef -$(eval $(call KernelPackage,usb-uhci-iv)) +$(eval $(call KernelPackage,usb-uhci-iv)) define KernelPackage/usb-ohci @@ -138,9 +137,10 @@ $(eval $(call KernelPackage,usb-adm5120)) define KernelPackage/usb2 $(call usbdep,) TITLE:=Support for USB2 controllers - KCONFIG:=CONFIG_USB_EHCI_HCD + KCONFIG:=CONFIG_USB_EHCI_HCD \ + CONFIG_USB_EHCI_HCD_SSB=y 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 @@ -242,14 +242,14 @@ $(eval $(call KernelPackage,usb-serial)) define KernelPackage/usb-serial-airprime $(call usbdep,kmod-usb-serial @LINUX_2_6) - TITLE:=Support for Airprime (EVDO) + TITLE:=Support for Airprime (EVDO) KCONFIG:=CONFIG_USB_SERIAL_AIRPRIME FILES:=$(LINUX_DIR)/drivers/usb/serial/airprime.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,65,airprime) endef define KernelPackage/usb-serial-airprime/description - Kernel support for Airprime (EVDO) + Kernel support for Airprime (EVDO) endef $(eval $(call KernelPackage,usb-serial-airprime)) @@ -270,6 +270,21 @@ endef $(eval $(call KernelPackage,usb-serial-belkin)) +define KernelPackage/usb-serial-ch341 + $(call usbdep,kmod-usb-serial @LINUX_2_6&&@!LINUX_2_6_23) + TITLE:=Support for CH341 devices + KCONFIG:=CONFIG_USB_SERIAL_CH341 + FILES:=$(LINUX_DIR)/drivers/usb/serial/ch341.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,65,ch341) +endef + +define KernelPackage/usb-serial-belkin/description + Kernel support for Winchiphead CH341 USB-to-Serial converters +endef + +$(eval $(call KernelPackage,usb-serial-ch341)) + + define KernelPackage/usb-serial-ftdi $(call usbdep,kmod-usb-serial) TITLE:=Support for FTDI devices @@ -559,6 +574,22 @@ endef $(eval $(call KernelPackage,usb-net-asix)) +define KernelPackage/usb-net-hso + $(call usbdep,kmod-usb-net @LINUX_2_6 @!LINUX_2_6_21 @!LINUX_2_6_23 @!LINUX_2_6_24 @!LINUX_2_6_25 +!TARGET_rb532||!TARGET_avr32||!TARGET_brcm47xx||!TARGET_s3c24xx||!TARGET_ifxmips||!TARGET_atheros||!TARGET_adm5120||!TARGET_ar7||!TARGET_ppc40x||!TARGET_ixp4xx||!TARGET_rdc:kmod-rfkill) + TITLE:=Kernel module for Option USB High Speed Mobile Devices + KCONFIG:=CONFIG_USB_HSO + FILES:= \ + $(LINUX_DIR)/drivers/$(USBNET_DIR)/hso.$(LINUX_KMOD_SUFFIX) + AUTOLOAD:=$(call AutoLoad,61,hso) +endef + +define KernelPackage/usb-net-hso/description + Kernel module for Option USB High Speed Mobile Devices +endef + +$(eval $(call KernelPackage,usb-net-hso)) + + define KernelPackage/usb-net-kaweth $(call usbdep,kmod-usb-net @LINUX_2_6) TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors @@ -647,3 +678,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)) +