+
+define KernelPackage/usb-net-kaweth
+ $(call usbdep,kmod-usbnet)
+ TITLE:=Kernel module for USB-to-Ethernet Kaweth convertors
+ DESCRIPTION:=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
+
+$(eval $(call KernelPackage,usb-net-kaweth))
+
+define KernelPackage/usb-net-pegasus
+ $(call usbdep,kmod-usbnet)
+ TITLE:=Kernel module for USB-to-Ethernet Pegasus convertors
+ DESCRIPTION:=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
+
+$(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
+ DESCRIPTION:=Kernel support for USB HID devices such as keyboards and mice
+ KCONFIG:=$(CONFIG_USB_HID)
+ AUTOLOAD:=$(call AutoLoad,70,usbhid)
+endef
+
+define KernelPackage/usb-hid/2.6
+ FILES:=$(LINUX_DIR)/drivers/usb/input/usbhid.ko
+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
+ DESCRIPTION:=Kernel support for Yealink VOIP phone
+ KCONFIG:=$(CONFIG_USB_YEALINK)
+ FILES:=$(LINUX_DIR)/drivers/usb/input/yealink.ko
+ AUTOLOAD:=$(call AutoLoad,70,yealink)
+endef
+$(eval $(call KernelPackage,usb-yealink))
+
+