94 Commits (7417cfdda3528afb5bad75be32bc0df6969e1f6c)

Author SHA1 Message Date
Gabor Juhos af7050699e package: kmod-usb-core depends on kmod-nls-base on 2.6.32 15 years ago
Felix Fietkau 39b2af1f5b remove obsolete dependencies and checks 15 years ago
Nicolas Thill 405553df58 kernel: specify kmod packages dependencies in a uniform way 15 years ago
Imre Kaloz 29a020ffb3 remove handling of older unsupported kernels 15 years ago
Florian Fainelli be7d2663b3 let usb-video load after video-core (#6214) 15 years ago
Vasilis Tsiligiannis 79973cfaa7 usb-core: Add dependency to nls-base (#5973) 15 years ago
Florian Fainelli ffc90868e4 add support for the dwc_otg USB controller 15 years ago
Andy Boyett 94d54bb667 modules/usb: fix usb-etrax dependencies 15 years ago
Claudio Mignanti 7f3ed114f2 Export USB host driver as kernel package 15 years ago
Florian Fainelli 2542bd81a2 add usb-net-dm9601-ether, thanks groz 15 years ago
Florian Fainelli 4a2409f4d0 add usb-serial-motorola-phone, thanks groz 15 years ago
Florian Fainelli dc506df093 add support for mcs-7830 usb ethernet adapter (#3977) 15 years ago
Hauke Mehrtens 81ebf13b9e Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx. 16 years ago
Gabor Juhos 4adc356f03 kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI drivers 16 years ago
Jo-Philipp Wich d9310ce132 add config option for RNDIS Adds the kernel config option for RNDIS, used by some USB ADSL modems. Not selected by default, yet. 16 years ago
Jo-Philipp Wich 964d68dcec Add support for CM109 USB VoIP phone 16 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;) 16 years ago
Hauke Mehrtens 44aa0b5dac extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel. 16 years ago
Hauke Mehrtens 1b922ab410 add missing symbols 16 years ago
Andy Boyett ae2ac12c9a kernel/modules/usb.mk: hso works on 2.6.26 and later 16 years ago
Peter Denison a9f61c0f34 Change order of module startup to force USB2 before USB1.1 16 years ago
Travis Kemen cddfdc8938 add phidget kernel module from #4116 16 years ago
Andy Boyett 5a0f48c499 Fix broken hso kmod definition 16 years ago
Andy Boyett fb8ef51362 net/usb: only package hso for 2.6.26 16 years ago
Travis Kemen e6d14f7cd7 try to clean up some kernel configs 16 years ago
Andy Boyett 0abeea4e60 usb-serial: Fix swapped dependencies for belkin and ch341 16 years ago
Imre Kaloz 4a3cc5d9a7 add backported HSO driver 16 years ago
Andy Boyett df9f22f73c usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968 16 years ago
Travis Kemen 1a47f8142d This series of patches closes the support gap on one of the explicitly supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> 16 years ago
Florian Fainelli 61f7b17ef0 Add support for Connexant USB ADSL modemds (#3553) 16 years ago
Florian Fainelli b11e790e7a Fix ATM usb device selection (#3429) 17 years ago
Florian Fainelli d543939042 Add support for OTI6858 and ARK3116 usb serial converters (#3442) 17 years ago
Felix Fietkau 3de189af5d add missing kmod-hid module (thx, fish) 17 years ago
Florian Fainelli 825915f38f Make sure we will build USB hid support 17 years ago
Gabor Juhos 69083f6e4d kernel/modules/usb: add support for the cp2101 USB to serial converter, thanks to bifferos (closes: #3175) 17 years ago
Florian Fainelli bbf087176a Fix AutoLoad macro typos (#2765) 17 years ago
Gabor Juhos 63c05b7e2e kernel: add a kernel module for the usbtest driver 17 years ago
Rod Whitby f6816dd5d3 modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a typo from usbnet. 17 years ago
Nicolas Thill 0ce1d4773c add a kernel module for usb video devices 17 years ago
Nicolas Thill cb41569988 oops, forgot a file in [8865] 17 years ago
Rod Whitby ee80b9c8f3 Added support for generating the cdc-ether kernel module (used to communicate with OpenMoko phone over usb networking). 17 years ago
Nicolas Thill b2a7210452 usb-atm fixes: * change dependency for usb-atm modules from kmod-atm to kmod-usb-atm * prefix package names with kmod-usb-atm- * title cleanup 17 years ago
Nicolas Thill 39db49a2ac cosmetic changes: rename submenu vars, add missing copyright headers 17 years ago
Nicolas Thill cd2cccd2ff various changes for kernel video support: * move kernel video related modules to a separate "Video Support" submenu and video.mk file * rename kmod-videodev to kmod-video-core * prefix all video modules with kmod-video- * add missing dependencies on USB support * rename kmod-usb-qc to kmod-video-quickcam 17 years ago
Nicolas Thill 16de5a873e change dependency on kmod-atm from depends to select for usb atm modules 17 years ago
Nicolas Thill 6b122a681c fix target names in DEPENDS (closes: #2341) 17 years ago
Nicolas Thill d015eb9e31 oops, 2 typos missed from [8721] 17 years ago
Nicolas Thill 7e4038434b fix KCONFIG in packages: move back all KCONFIG from package variants to the main package since we don't know the kernel version at dump time. keep old KCONFIG lines commented out, so we can switch back easily later. 17 years ago
Nicolas Thill 34bb4638e7 move package description to a separate definition, remove it when DESCRIPTION=TITLE 17 years ago
Nicolas Thill 8dc7ced4d4 require all CONFIG_* symbols listed in its KCONFIG to be set to m in order to actually build a kmod package, tweak and fix kernel package definitions. 17 years ago