Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel/modules/usb.mk: hso works on 2.6.26 and later | Andy Boyett | 2008-12-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 13765 | ||||
* | Change order of module startup to force USB2 before USB1.1 | Peter Denison | 2008-11-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 13151 | ||||
* | add phidget kernel module from #4116 | Travis Kemen | 2008-10-17 | 1 | -0/+13 |
| | | | | SVN-Revision: 12994 | ||||
* | Fix broken hso kmod definition | Andy Boyett | 2008-08-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12074 | ||||
* | net/usb: only package hso for 2.6.26 | Andy Boyett | 2008-08-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 12069 | ||||
* | try to clean up some kernel configs | Travis Kemen | 2008-08-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 12067 | ||||
* | usb-serial: Fix swapped dependencies for belkin and ch341 | Andy Boyett | 2008-07-27 | 1 | -10/+10 |
| | | | | SVN-Revision: 11953 | ||||
* | add backported HSO driver | Imre Kaloz | 2008-07-26 | 1 | -0/+19 |
| | | | | SVN-Revision: 11938 | ||||
* | usb-serial: Add ch341 driver for 2.6.24 and later kernels. Closes #2968 | Andy Boyett | 2008-07-24 | 1 | -1/+16 |
| | | | | SVN-Revision: 11914 | ||||
* | This series of patches closes the support gap on one of the explicitly ↵ | Travis Kemen | 2008-07-21 | 1 | -1/+1 |
| | | | | | | supported platforms (WRT54G3G) by adding direct support for the Sierra Wireless 3G modems. Signed-off-by: RB <aoz.syn@gmail.com> SVN-Revision: 11898 | ||||
* | Add support for Connexant USB ADSL modemds (#3553) | Florian Fainelli | 2008-06-21 | 1 | -0/+14 |
| | | | | SVN-Revision: 11549 | ||||
* | Fix ATM usb device selection (#3429) | Florian Fainelli | 2008-05-31 | 1 | -2/+2 |
| | | | | SVN-Revision: 11307 | ||||
* | Add support for OTI6858 and ARK3116 usb serial converters (#3442) | Florian Fainelli | 2008-05-18 | 1 | -0/+30 |
| | | | | SVN-Revision: 11167 | ||||
* | add missing kmod-hid module (thx, fish) | Felix Fietkau | 2008-04-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 10894 | ||||
* | Make sure we will build USB hid support | Florian Fainelli | 2008-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 10719 | ||||
* | kernel/modules/usb: add support for the cp2101 USB to serial converter, ↵ | Gabor Juhos | 2008-03-06 | 1 | -0/+15 |
| | | | | | | thanks to bifferos (closes: #3175) SVN-Revision: 10548 | ||||
* | Fix AutoLoad macro typos (#2765) | Florian Fainelli | 2007-11-28 | 1 | -4/+4 |
| | | | | SVN-Revision: 9615 | ||||
* | kernel: add a kernel module for the usbtest driver | Gabor Juhos | 2007-11-16 | 1 | -0/+14 |
| | | | | SVN-Revision: 9572 | ||||
* | modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a ↵ | Rod Whitby | 2007-09-27 | 1 | -2/+2 |
| | | | | | | typo from usbnet. SVN-Revision: 9047 | ||||
* | add a kernel module for usb video devices | Nicolas Thill | 2007-09-21 | 1 | -1/+16 |
| | | | | SVN-Revision: 8912 | ||||
* | oops, forgot a file in [8865] | Nicolas Thill | 2007-09-20 | 1 | -1/+1 |
| | | | | SVN-Revision: 8866 | ||||
* | Added support for generating the cdc-ether kernel module (used to ↵ | Rod Whitby | 2007-09-18 | 1 | -0/+15 |
| | | | | | | communicate with OpenMoko phone over usb networking). SVN-Revision: 8833 | ||||
* | usb-atm fixes: * change dependency for usb-atm modules from kmod-atm to ↵ | Nicolas Thill | 2007-09-16 | 1 | -10/+10 |
| | | | | | | kmod-usb-atm * prefix package names with kmod-usb-atm- * title cleanup SVN-Revision: 8809 | ||||
* | cosmetic changes: rename submenu vars, add missing copyright headers | Nicolas Thill | 2007-09-16 | 1 | -3/+3 |
| | | | | SVN-Revision: 8808 | ||||
* | various changes for kernel video support: * move kernel video related ↵ | Nicolas Thill | 2007-09-16 | 1 | -31/+0 |
| | | | | | | 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 SVN-Revision: 8806 | ||||
* | change dependency on kmod-atm from depends to select for usb atm modules | Nicolas Thill | 2007-09-16 | 1 | -3/+3 |
| | | | | SVN-Revision: 8805 | ||||
* | fix target names in DEPENDS (closes: #2341) | Nicolas Thill | 2007-09-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 8748 | ||||
* | oops, 2 typos missed from [8721] | Nicolas Thill | 2007-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 8722 | ||||
* | fix KCONFIG in packages: move back all KCONFIG from package variants to the ↵ | Nicolas Thill | 2007-09-09 | 1 | -6/+15 |
| | | | | | | 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. SVN-Revision: 8721 | ||||
* | move package description to a separate definition, remove it when ↵ | Nicolas Thill | 2007-09-07 | 1 | -31/+126 |
| | | | | | | DESCRIPTION=TITLE SVN-Revision: 8659 | ||||
* | require all CONFIG_* symbols listed in its KCONFIG to be set to m in order ↵ | Nicolas Thill | 2007-09-03 | 1 | -16/+19 |
| | | | | | | to actually build a kmod package, tweak and fix kernel package definitions. SVN-Revision: 8591 | ||||
* | cosmetic fixes: rearrange KernelPackage definitions | Nicolas Thill | 2007-08-28 | 1 | -8/+53 |
| | | | | SVN-Revision: 8520 | ||||
* | remove useless definitions | Nicolas Thill | 2007-08-28 | 1 | -10/+2 |
| | | | | SVN-Revision: 8519 | ||||
* | Add usb-keyspan modules (#2229) | Florian Fainelli | 2007-08-21 | 1 | -0/+23 |
| | | | | SVN-Revision: 8450 | ||||
* | Add a zyxel prestige profile for the adm5120eb target, build the hcd driver ↵ | Florian Fainelli | 2007-08-02 | 1 | -0/+10 |
| | | | | | | as a module SVN-Revision: 8317 | ||||
* | Fix the option kernel driver dependency | Florian Fainelli | 2007-08-01 | 1 | -1/+0 |
| | | | | SVN-Revision: 8300 | ||||
* | more dependency fixes | Felix Fietkau | 2007-07-23 | 1 | -22/+7 |
| | | | | SVN-Revision: 8115 | ||||
* | package/kernel: Fixed typo error in usbnet dependencies which causes all usb ↵ | Rod Whitby | 2007-07-21 | 1 | -3/+3 |
| | | | | | | network drivers to be excluded from all builds SVN-Revision: 8094 | ||||
* | fix yealink kmod compile | Felix Fietkau | 2007-07-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 8089 | ||||
* | fix kmod-pwc compile | Felix Fietkau | 2007-07-21 | 1 | -2/+2 |
| | | | | SVN-Revision: 8088 | ||||
* | fix a kconfig usage bug | Felix Fietkau | 2007-07-18 | 1 | -4/+1 |
| | | | | SVN-Revision: 8027 | ||||
* | dynamically enable/disable kernel config options for kmod packages based on ↵ | Felix Fietkau | 2007-07-18 | 1 | -35/+30 |
| | | | | | | build system config SVN-Revision: 8026 | ||||
* | cleanup | Felix Fietkau | 2007-06-30 | 1 | -10/+6 |
| | | | | SVN-Revision: 7789 | ||||
* | fix the path to the yealink module (#1944) | Felix Fietkau | 2007-06-30 | 1 | -1/+6 |
| | | | | SVN-Revision: 7788 | ||||
* | kernel version specific fixups for kmod packages | Felix Fietkau | 2007-06-22 | 1 | -7/+13 |
| | | | | SVN-Revision: 7700 | ||||
* | Add support for Option HSDPA modems (#1890) | Florian Fainelli | 2007-06-14 | 1 | -0/+11 |
| | | | | SVN-Revision: 7630 | ||||
* | Fix the pwc module path (#1885) | Florian Fainelli | 2007-06-12 | 1 | -1/+1 |
| | | | | SVN-Revision: 7603 | ||||
* | Add a cellvision profile for ADM5120 IP based cameras, build several modules ↵ | Florian Fainelli | 2007-06-11 | 1 | -0/+17 |
| | | | | | | for it : cpia2, usbaudio SVN-Revision: 7575 | ||||
* | rationalize (and fix) dependencies for usb modules | Nicolas Thill | 2007-06-10 | 1 | -41/+22 |
| | | | | SVN-Revision: 7551 | ||||
* | fix last change - some pats are 2.6.22 specific, and we aren't there yet | Imre Kaloz | 2007-06-07 | 1 | -4/+5 |
| | | | | SVN-Revision: 7516 |