| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568 |
- #
- # Copyright (C) 2006 OpenWrt.org
- #
- # This is free software, licensed under the GNU General Public License v2.
- # See /LICENSE for more information.
- #
- # $Id$
- USBMENU:=USB Support
- ifeq ($(KERNEL),2.4)
- USBNET_DIR:=usb/net
- endif
- ifeq ($(KERNEL_PATCHVER),2.6.21)
- USBNET_DIR:=usb/net
- USBHID_DIR:=usb/input
- USBINPUT_DIR:=usb/input
- endif
- USBNET_DIR?=net/usb
- USBHID_DIR?=hid/usbhid
- USBINPUT_DIR?=input/misc
- define usbdep
- SUBMENU:=$(USBMENU)
- DEPENDS:=kmod-usb-core $(1)
- endef
- define KernelPackage/usb-core
- SUBMENU:=$(USBMENU)
- TITLE:=Support for USB
- DEPENDS:=@USB_SUPPORT
- KCONFIG:=CONFIG_USB
- AUTOLOAD:=$(call AutoLoad,20,usbcore)
- endef
- define KernelPackage/usb-core/2.4
- FILES:=$(LINUX_DIR)/drivers/usb/usbcore.$(LINUX_KMOD_SUFFIX)
- endef
- define KernelPackage/usb-core/2.6
- FILES:=$(LINUX_DIR)/drivers/usb/core/usbcore.$(LINUX_KMOD_SUFFIX)
- endef
- define KernelPackage/usb-core/description
- Kernel support for USB
- endef
- $(eval $(call KernelPackage,usb-core))
- define KernelPackage/usb-uhci
- $(call usbdep,)
- TITLE:=Support for UHCI controllers
- endef
- define KernelPackage/usb-uhci/2.4
- KCONFIG:=CONFIG_USB_UHCI_ALT
- FILES:=$(LINUX_DIR)/drivers/usb/host/uhci.o
- AUTOLOAD:=$(call AutoLoad,50,uhci)
- endef
- define KernelPackage/usb-uhci/2.6
- KCONFIG:=CONFIG_USB_UHCI_HCD
- FILES:=$(LINUX_DIR)/drivers/usb/host/uhci-hcd.ko
- AUTOLOAD:=$(call AutoLoad,50,uhci-hcd)
- endef
- define KernelPackage/usb-uhci/description
- Kernel support for USB UHCI controllers
- endef
- $(eval $(call KernelPackage,usb-uhci))
- define KernelPackage/usb-uhci-iv
- $(call usbdep,@LINUX_2_4)
- 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
- define KernelPackage/usb-uhci-iv/description
- Kernel support for Intel/VIA USB UHCI controllers
- endef
- $(eval $(call KernelPackage,usb-uhci-iv))
- define KernelPackage/usb-ohci
- $(call usbdep,)
- TITLE:=Support for OHCI controllers
- endef
- define KernelPackage/usb-ohci/2.4
- KCONFIG:=CONFIG_USB_OHCI
- FILES:=$(LINUX_DIR)/drivers/usb/host/usb-ohci.o
- AUTOLOAD:=$(call AutoLoad,50,usb-ohci)
- endef
- define KernelPackage/usb-ohci/2.6
- KCONFIG:=CONFIG_USB_OHCI_HCD
- FILES:=$(LINUX_DIR)/drivers/usb/host/ohci-hcd.ko
- AUTOLOAD:=$(call AutoLoad,50,ohci-hcd)
- endef
- define KernelPackage/usb-ohci/description
- Kernel support for USB OHCI controllers
- endef
- $(eval $(call KernelPackage,usb-ohci))
- define KernelPackage/usb-adm5120
- $(call usbdep,@LINUX_2_6_ADM5120||@LINUX_2_6_ADM5120EB)
- TITLE:=Support for the ADM5120 HCD controller
- KCONFIG:=CONFIG_USB_ADM5120_HCD
- FILES:=$(LINUX_DIR)/drivers/usb/host/adm5120-hcd.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,50,adm5120-hcd)
- endef
- define KernelPackage/usb-adm5120/description
- Kernel support for the ADM5120 HCD USB controller
- endef
- $(eval $(call KernelPackage,usb-adm5120))
- define KernelPackage/usb2
- $(call usbdep,)
- 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)
- endef
- define KernelPackage/usb2/description
- Kernel support for USB2 (EHCI) controllers
- endef
- $(eval $(call KernelPackage,usb2))
- define KernelPackage/usb-acm
- $(call usbdep,)
- TITLE:=Support for modems/isdn controllers
- KCONFIG:=CONFIG_USB_ACM
- endef
- define KernelPackage/usb-acm/2.4
- FILES:=$(LINUX_DIR)/drivers/usb/acm.o
- AUTOLOAD:=$(call AutoLoad,60,acm)
- endef
- define KernelPackage/usb-acm/2.6
- FILES:=$(LINUX_DIR)/drivers/usb/class/cdc-acm.ko
- AUTOLOAD:=$(call AutoLoad,60,cdc-acm)
- endef
- define KernelPackage/usb-acm/description
- Kernel support for USB ACM devices (modems/isdn controllers)
- endef
- $(eval $(call KernelPackage,usb-acm))
- define KernelPackage/usb-audio
- $(call usbdep,+kmod-soundcore)
- TITLE:=Support for audio devices
- endef
- define KernelPackage/usb-audio/2.4
- KCONFIG:=CONFIG_USB_AUDIO
- FILES:=$(LINUX_DIR)/drivers/usb/audio.o
- AUTOLOAD:=$(call AutoLoad,60,audio)
- endef
- define KernelPackage/usb-audio/2.6
- KCONFIG:=CONFIG_SND_USB_AUDIO
- FILES:= \
- $(LINUX_DIR)/sound/usb/snd-usb-lib.ko \
- $(LINUX_DIR)/sound/usb/snd-usb-audio.ko
- AUTOLOAD:=$(call AutoLoad,60,snd-usb-lib snd-usb-audio)
- endef
- define KernelPackage/usb-audio/description
- Kernel support for USB audio devices
- endef
- $(eval $(call KernelPackage,usb-audio))
- define KernelPackage/usb-printer
- $(call usbdep,)
- TITLE:=Support for printers
- KCONFIG:=CONFIG_USB_PRINTER
- endef
- define KernelPackage/usb-printer/2.4
- FILES:=$(LINUX_DIR)/drivers/usb/printer.o
- AUTOLOAD:=$(call AutoLoad,60,printer)
- endef
- define KernelPackage/usb-printer/2.6
- FILES:=$(LINUX_DIR)/drivers/usb/class/usblp.ko
- AUTOLOAD:=$(call AutoLoad,60,usblp)
- endef
- define KernelPackage/usb-printer/description
- Kernel support for USB printers
- endef
- $(eval $(call KernelPackage,usb-printer))
- define KernelPackage/usb-serial
- $(call usbdep,)
- TITLE:=Support for USB-to-Serial converters
- KCONFIG:=CONFIG_USB_SERIAL
- FILES:=$(LINUX_DIR)/drivers/usb/serial/usbserial.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,60,usbserial)
- endef
- define KernelPackage/usb-serial/description
- Kernel support for USB-to-Serial converters
- endef
- $(eval $(call KernelPackage,usb-serial))
- define KernelPackage/usb-serial-airprime
- $(call usbdep,kmod-usb-serial @LINUX_2_6)
- 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)
- endef
- $(eval $(call KernelPackage,usb-serial-airprime))
- define KernelPackage/usb-serial-belkin
- $(call usbdep,kmod-usb-serial)
- TITLE:=Support for Belkin devices
- KCONFIG:=CONFIG_USB_SERIAL_BELKIN
- FILES:=$(LINUX_DIR)/drivers/usb/serial/belkin_sa.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,belkin_sa)
- endef
- define KernelPackage/usb-serial-belkin/description
- Kernel support for Belkin USB-to-Serial converters
- endef
- $(eval $(call KernelPackage,usb-serial-belkin))
- define KernelPackage/usb-serial-ftdi
- $(call usbdep,kmod-usb-serial)
- TITLE:=Support for FTDI devices
- KCONFIG:=CONFIG_USB_SERIAL_FTDI_SIO
- FILES:=$(LINUX_DIR)/drivers/usb/serial/ftdi_sio.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,ftdi_sio)
- endef
- define KernelPackage/usb-serial-ftdi/description
- Kernel support for FTDI USB-to-Serial converters
- endef
- $(eval $(call KernelPackage,usb-serial-ftdi))
- define KernelPackage/usb-serial-mct
- $(call usbdep,kmod-usb-serial)
- TITLE:=Support for Magic Control Tech. devices
- KCONFIG:=CONFIG_USB_SERIAL_MCT_U232
- FILES:=$(LINUX_DIR)/drivers/usb/serial/mct_u232.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,mct_u232)
- endef
- define KernelPackage/usb-serial-mct/description
- Kernel support for Magic Control Technology USB-to-Serial converters
- endef
- $(eval $(call KernelPackage,usb-serial-mct))
- define KernelPackage/usb-serial-pl2303
- $(call usbdep,kmod-usb-serial)
- TITLE:=Support for Prolific PL2303 devices
- KCONFIG:=CONFIG_USB_SERIAL_PL2303
- FILES:=$(LINUX_DIR)/drivers/usb/serial/pl2303.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,pl2303)
- endef
- define KernelPackage/usb-serial-pl2303/description
- Kernel support for Prolific PL2303 USB-to-Serial converters
- endef
- $(eval $(call KernelPackage,usb-serial-pl2303))
- define KernelPackage/usb-serial-sierrawireless
- $(call usbdep,kmod-usb-serial @LINUX_2_6)
- TITLE:=Support for Sierra Wireless devices
- KCONFIG:=CONFIG_USB_SERIAL_SIERRAWIRELESS
- FILES:=$(LINUX_DIR)/drivers/usb/serial/sierra.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,sierra)
- endef
- define KernelPackage/usb-serial-sierrawireless/description
- Kernel support for Sierra Wireless devices
- endef
- $(eval $(call KernelPackage,usb-serial-sierrawireless))
- define KernelPackage/usb-serial-visor
- $(call usbdep,kmod-usb-serial)
- TITLE:=Support for Handspring Visor devices
- KCONFIG:=CONFIG_USB_SERIAL_VISOR
- FILES:=$(LINUX_DIR)/drivers/usb/serial/visor.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,visor)
- endef
- define KernelPackage/usb-serial-visor/description
- Kernel support for Handspring Visor PDAs
- endef
- $(eval $(call KernelPackage,usb-serial-visor))
- define KernelPackage/usb-serial-keyspan
- $(call usbdep,kmod-usb-serial)
- TITLE:=Support for Keyspan USB-to-Serial devices
- KCONFIG:= \
- CONFIG_USB_SERIAL_KEYSPAN \
- CONFIG_USB_SERIAL_KEYSPAN_USA28 \
- CONFIG_USB_SERIAL_KEYSPAN_USA28X \
- CONFIG_USB_SERIAL_KEYSPAN_USA28XA \
- CONFIG_USB_SERIAL_KEYSPAN_USA28XB \
- CONFIG_USB_SERIAL_KEYSPAN_USA19 \
- CONFIG_USB_SERIAL_KEYSPAN_USA18X \
- CONFIG_USB_SERIAL_KEYSPAN_USA19W \
- CONFIG_USB_SERIAL_KEYSPAN_USA19QW \
- CONFIG_USB_SERIAL_KEYSPAN_USA19QI \
- CONFIG_USB_SERIAL_KEYSPAN_MPR \
- CONFIG_USB_SERIAL_KEYSPAN_USA49W \
- CONFIG_USB_SERIAL_KEYSPAN_USA49WLC
- FILES:=$(LINUX_DIR)/drivers/usb/serial/keyspan.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,keyspan)
- endef
- define KernelPackage/usb-serial-keyspan/description
- Kernel support for Keyspan USB-to-Serial devices
- endef
- $(eval $(call KernelPackage,usb-serial-keyspan))
- define KernelPackage/usb-serial-option
- $(call usbdep,kmod-usb-serial @LINUX_2_6)
- TITLE:=Support for Option HSDPA modems
- KCONFIG:=CONFIG_USB_SERIAL_OPTION
- FILES:=$(LINUX_DIR)/drivers/usb/serial/option.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,65,option)
- endef
- define KernelPackage/usb-serial-option/description
- Kernel support for Option HSDPA modems
- endef
- $(eval $(call KernelPackage,usb-serial-option))
- define KernelPackage/usb-storage
- $(call usbdep,+kmod-scsi-core)
- TITLE:=USB Storage support
- KCONFIG:=CONFIG_USB_STORAGE
- FILES:=$(LINUX_DIR)/drivers/usb/storage/usb-storage.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,60,scsi_mod sd_mod usb-storage)
- endef
- define KernelPackage/usb-storage/description
- Kernel support for USB Mass Storage devices
- endef
- $(eval $(call KernelPackage,usb-storage))
- define KernelPackage/usb-atm
- $(call usbdep,@LINUX_2_6 kmod-atm)
- TITLE:=Support for ATM on USB bus
- KCONFIG:=CONFIG_USB_ATM
- FILES:=$(LINUX_DIR)/drivers/usb/atm/usbatm.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,60,usbatm)
- endef
- define KernelPackage/usb-atm/description
- Kernel support for USB DSL modems
- endef
- $(eval $(call KernelPackage,usb-atm))
- define KernelPackage/usb-speedtouch
- $(call usbdep,@LINUX_2_6 kmod-atm)
- TITLE:=Support for SpeedTouch ADSL modems
- KCONFIG:=CONFIG_USB_SPEEDTOUCH
- FILES:=$(LINUX_DIR)/drivers/usb/atm/speedtch.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,70,speedtch)
- endef
- define KernelPackage/usb-speedtouch/description
- Kernel support for SpeedTouch USB ADSL modems
- endef
- $(eval $(call KernelPackage,usb-speedtouch))
- define KernelPackage/ueagle-atm
- $(call usbdep,@LINUX_2_6 kmod-atm)
- TITLE:=Driver for Eagle 8051 based USB ADSL modems
- FILES:=$(LINUX_DIR)/drivers/usb/atm/ueagle-atm.$(LINUX_KMOD_SUFFIX)
- KCONFIG:=CONFIG_USB_UEAGLEATM
- AUTOLOAD:=$(call AutoLoad,70,ueagle-atm)
- endef
- define KernelPackage/ueagle-atm/description
- Kernel support for Eagle 8051 based USB ADSL modems
- endef
- $(eval $(call KernelPackage,ueagle-atm))
- define KernelPackage/usb-pwc
- $(call usbdep,+kmod-videodev @LINUX_2_6)
- TITLE:=Philips WebCam driver
- KCONFIG:=CONFIG_USB_PWC CONFIG_VIDEO_V4L1=y CONFIG_VIDEO_CAPTURE_DRIVERS=y CONFIG_V4L_USB_DRIVERS=y CONFIG_USB_PWC_DEBUG=n
- FILES:=$(LINUX_DIR)/drivers/media/video/pwc/pwc.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,70,pwc)
- endef
- define KernelPackage/usb-pwc/description
- Kernel modules for supporting Philips WebCam USB devices
- endef
- $(eval $(call KernelPackage,usb-pwc))
- define KernelPackage/cpia2
- $(call usbdep,+kmod-videodev @LINUX_2_6)
- TITLE:=CPIA2 video driver
- KCONFIG:=CONFIG_VIDEO_CPIA2
- FILES:=$(LINUX_DIR)/drivers/media/video/cpia2/cpia2.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call AutoLoad,70,cpia2)
- endef
- define KernelPackage/cpia2/description
- Kernel modules for CPIA2 WebCam devices
- endef
- $(eval $(call KernelPackage,cpia2))
- define KernelPackage/usb-net
- $(call usbdep,)
- TITLE:=Kernel modules for USB-to-Ethernet convertors
- KCONFIG:=CONFIG_USB_USBNET
- AUTOLOAD:=$(call Autoload,60, usbnet)
- endef
- define KernelPackage/usb-net/2.4
- FILES:=$(LINUX_DIR)/drivers/usb/usbnet.$(LINUX_KMOD_SUFFIX)
- endef
- define KernelPackage/usb-net/2.6
- FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/usbnet.$(LINUX_KMOD_SUFFIX)
- endef
- define KernelPackage/usb-net/description
- Kernel modules for USB-to-Ethernet convertors
- endef
- $(eval $(call KernelPackage,usb-net))
- define KernelPackage/usb-net-asix
- $(call usbdep,kmod-usb-net @LINUX_2_6)
- TITLE:=Kernel module for USB-to-Ethernet Asix convertors
- KCONFIG:=CONFIG_USB_NET_AX8817X
- FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/asix.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call Autoload,61,asix)
- endef
- define KernelPackage/usb-net-asix/description
- Kernel module for USB-to-Ethernet Asix convertors
- endef
- $(eval $(call KernelPackage,usb-net-asix))
- define KernelPackage/usb-net-kaweth
- $(call usbdep,kmod-usb-net @LINUX_2_6)
- TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
- KCONFIG:=CONFIG_USB_KAWETH
- FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/kaweth.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call Autoload,61,kaweth)
- endef
- define KernelPackage/usb-net-kaweth/description
- Kernel module for USB-to-Ethernet Kaweth convertors
- endef
- $(eval $(call KernelPackage,usb-net-kaweth))
- define KernelPackage/usb-net-pegasus
- $(call usbdep,kmod-usb-net @LINUX_2_6)
- TITLE:=Kernel module for USB-to-Ethernet Pegasus convertors
- KCONFIG:=CONFIG_USB_PEGASUS
- FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/pegasus.$(LINUX_KMOD_SUFFIX)
- AUTOLOAD:=$(call Autoload,61,pegasus)
- endef
- define KernelPackage/usb-net-pegasus/description
- Kernel module for USB-to-Ethernet Pegasus convertors
- endef
- $(eval $(call KernelPackage,usb-net-pegasus))
- define KernelPackage/usb-hid
- $(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev)
- TITLE:=Support for USB Human Input Devices
- KCONFIG:=CONFIG_USB_HID
- FILES:=$(LINUX_DIR)/drivers/$(USBHID_DIR)/usbhid.ko
- AUTOLOAD:=$(call AutoLoad,70,usbhid)
- endef
- define KernelPackage/usb-hid/description
- Kernel support for USB HID devices such as keyboards and mice
- endef
- $(eval $(call KernelPackage,usb-hid))
- define KernelPackage/usb-yealink
- $(call usbdep,@LINUX_2_6 +kmod-input-core +kmod-input-evdev)
- TITLE:=USB Yealink VOIP phone
- KCONFIG:=CONFIG_USB_YEALINK CONFIG_INPUT_YEALINK CONFIG_INPUT=m CONFIG_INPUT_MISC=y
- FILES:=$(LINUX_DIR)/drivers/$(USBINPUT_DIR)/yealink.ko
- AUTOLOAD:=$(call AutoLoad,70,yealink)
- endef
- define KernelPackage/usb-yealink/description
- Kernel support for Yealink VOIP phone
- endef
- $(eval $(call KernelPackage,usb-yealink))
|