add usb-serial-motorola-phone, thanks groz
SVN-Revision: 17132
This commit is contained in:
parent
1349acd7ec
commit
4a2409f4d0
1 changed files with 16 additions and 0 deletions
|
@ -391,6 +391,22 @@ endef
|
||||||
$(eval $(call KernelPackage,usb-serial-sierrawireless))
|
$(eval $(call KernelPackage,usb-serial-sierrawireless))
|
||||||
|
|
||||||
|
|
||||||
|
define KernelPackage/usb-serial-motorola-phone
|
||||||
|
$(call usbdep,kmod-usb-serial)
|
||||||
|
TITLE:=Support for Motorola usb phone
|
||||||
|
KCONFIG:=CONFIG_USB_SERIAL_MOTOROLA
|
||||||
|
FILES:=$(LINUX_DIR)/drivers/usb/serial/moto_modem.$(LINUX_KMOD_SUFFIX)
|
||||||
|
AUTOLOAD:=$(call AutoLoad,65,moto_modem)
|
||||||
|
endef
|
||||||
|
|
||||||
|
define KernelPackage/usb-serial-motorola-phone/description
|
||||||
|
Kernel support for Motorola usb phone
|
||||||
|
endef
|
||||||
|
|
||||||
|
$(eval $(call KernelPackage,usb-serial-motorola-phone))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
define KernelPackage/usb-serial-visor
|
define KernelPackage/usb-serial-visor
|
||||||
$(call usbdep,kmod-usb-serial)
|
$(call usbdep,kmod-usb-serial)
|
||||||
TITLE:=Support for Handspring Visor devices
|
TITLE:=Support for Handspring Visor devices
|
||||||
|
|
Loading…
Reference in a new issue