aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/usb.mk
Commit message (Collapse)AuthorAgeFilesLines
* fix USB modules build on octeonFlorian Fainelli2011-03-301-1/+3
| | | | SVN-Revision: 26374
* kernel: fix some problems with kernel 2.6.38Hauke Mehrtens2011-03-191-2/+2
| | | | | | | In some places LINUX_2_6_38 was just missing. Some kernel modules were moved. SVN-Revision: 26239
* Fix loading of ethernet gadgetMichael Büsch2011-03-061-1/+1
| | | | SVN-Revision: 25905
* Load MUSB before gadget and host drivers are loadedMichael Büsch2011-03-061-3/+3
| | | | SVN-Revision: 25903
* tahvo doesn't need ohciMichael Büsch2011-02-111-1/+1
| | | | SVN-Revision: 25469
* Add tusb6010 package and let tahvo-usb select itMichael Büsch2011-02-111-3/+35
| | | | SVN-Revision: 25465
* Remove TUSB6010 config options from musb configMichael Büsch2011-02-111-4/+2
| | | | SVN-Revision: 25462
* enable MOS7720 usb-serial devicesFlorian Fainelli2011-01-271-0/+15
| | | | | | | | | Enable build of kernel module for MOS7720 usb-serial devices. Tested on WGT634U and WL500g running trunk @r24238. Signed-off-by: Marc Zyngier <maz@misterjones.org> SVN-Revision: 25174
* add a few missing usb related symbols (relevant for mpc85xx)Felix Fietkau2011-01-181-2/+3
| | | | SVN-Revision: 25038
* kernel: add kmod-usb-serial-wwanHauke Mehrtens2010-12-051-0/+17
| | | | | | | | This package is needed by kmod-usb-serial-option Thank you raver (closes #7731) SVN-Revision: 24271
* kernel/modules: Fix CH341 USB-to-serial description (#8097)Vasilis Tsiligiannis2010-10-211-1/+1
| | | | SVN-Revision: 23563
* Fix musb-hdrc module loadingMichael Büsch2010-09-051-2/+3
| | | | SVN-Revision: 22928
* add kmod-usb-serial-ipw moduleFlorian Fainelli2010-09-041-0/+11
| | | | | | | | | This patch adds support to compile kmod-usb-serial-ipw module. It is used by USB IPWireless communication devices used for 3G. Signed-off-by: Lukas macura <macura@opf.slu.cz> SVN-Revision: 22891
* Add usb gadget feature flagMichael Büsch2010-08-251-0/+1
| | | | SVN-Revision: 22798
* Add usb gadget packagesMichael Büsch2010-08-241-2/+57
| | | | SVN-Revision: 22785
* tahvo-usb: Use platform device interface properly (don't crash)Michael Büsch2010-08-231-1/+1
| | | | SVN-Revision: 22780
* kernel: speed up building kernel packages by getting rid of unnecessary ↵Felix Fietkau2010-08-191-1/+2
| | | | | | CompareKernelPatchVer calls SVN-Revision: 22724
* Add Tahvo USB supportMichael Büsch2010-08-191-0/+20
| | | | SVN-Revision: 22712
* package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)Nicolas Thill2010-08-141-1/+1
| | | | SVN-Revision: 22632
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-44/+44
| | | | SVN-Revision: 22145
* kernel: modules names changed with kernel 2.6.35Hauke Mehrtens2010-07-111-0/+7
| | | | SVN-Revision: 22139
* kmod-usb-core is buildin on etrax targetClaudio Mignanti2010-07-111-1/+1
| | | | SVN-Revision: 22130
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-28/+4
| | | | SVN-Revision: 21956
* remove linux 2.4 support from several packagesFelix Fietkau2010-06-261-87/+7
| | | | SVN-Revision: 21954
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-291-0/+3
| | | | | | only SVN-Revision: 21251
* package/kernel: move AddDepends calls at the end of package definitions, ↵Nicolas Thill2010-04-291-52/+79
| | | | | | move back some dependencies in DEPENDS for clarity SVN-Revision: 21248
* package/kernel: move target specific modules to their own target filesNicolas Thill2010-04-241-44/+0
| | | | SVN-Revision: 21132
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-52/+52
| | | | SVN-Revision: 21124
* package/kernel: use macros for hid & inputNicolas Thill2010-04-241-3/+7
| | | | SVN-Revision: 21120
* fix kmod-nls-base dependency with usb-core (#6753)Alexandros C. Couloumbis2010-04-231-1/+1
| | | | SVN-Revision: 21114
* kernel: package cypress m8 usb-to-serial module (#7210)Jo-Philipp Wich2010-04-231-0/+18
| | | | SVN-Revision: 21104
* package/kernel: use macros for kmod-rfkill dependsNicolas Thill2010-04-231-1/+2
| | | | SVN-Revision: 21102
* package/modules: package isp116x-hcd driverGabor Juhos2010-04-161-1/+19
| | | | | | Cc: backfire@openwrt.org SVN-Revision: 20934
* kernel: fix dependencies for x86 targetHauke Mehrtens2010-03-291-3/+3
| | | | | | | | | kmod-hid and kmod-input-core are directly build into the kernel for the x86 target. No package on x86 should depend on it. This fixes #6963 SVN-Revision: 20590
* kernel: these modules are already loaded by the scsi-core packageHauke Mehrtens2010-03-211-1/+1
| | | | SVN-Revision: 20347
* kernel: x86 remove dependency on ata-core and scsi-coreHauke Mehrtens2010-03-211-1/+1
| | | | | | | | | The x86 image includes the modules out of ata-core and scsi-core directly in the kernel image. Do not depend on these packages, because they are not build in a x86 image. This fixes #6873 SVN-Revision: 20346
* add more usb-storage modules (#6067)Florian Fainelli2010-03-201-0/+38
| | | | SVN-Revision: 20323
* fix missing nls support for 2.6.33Travis Kemen2010-03-141-1/+1
| | | | SVN-Revision: 20214
* fix kmod-nls-base dependency with usb-core (#6753)Florian Fainelli2010-02-281-1/+1
| | | | SVN-Revision: 19918
* mark relevant kmod-* packages as being required for rootfs mounting (patch ↵Felix Fietkau2010-02-261-13/+13
| | | | | | by cshore) SVN-Revision: 19879
* kernel: rename cp2101 driver to cp210x, has changed upstream (#6673)Jo-Philipp Wich2010-02-191-8/+8
| | | | SVN-Revision: 19725
* Fix KernelPackage/usb-net-rndis dependencies Fix bug #6589Hauke Mehrtens2010-01-291-2/+1
| | | | SVN-Revision: 19386
* package: kmod-usb-core depends on kmod-nls-base on 2.6.32Gabor Juhos2010-01-261-1/+1
| | | | SVN-Revision: 19347
* remove obsolete dependencies and checksFelix Fietkau2010-01-231-1/+1
| | | | SVN-Revision: 19292
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-58/+73
| | | | SVN-Revision: 19271
* remove handling of older unsupported kernelsImre Kaloz2009-12-271-2/+2
| | | | SVN-Revision: 18955
* let usb-video load after video-core (#6214)Florian Fainelli2009-12-151-1/+1
| | | | SVN-Revision: 18788
* usb-core: Add dependency to nls-base (#5973)Vasilis Tsiligiannis2009-10-121-1/+1
| | | | SVN-Revision: 18041
* add support for the dwc_otg USB controllerFlorian Fainelli2009-10-081-0/+14
| | | | SVN-Revision: 18006
* modules/usb: fix usb-etrax dependenciesAndy Boyett2009-10-051-1/+0
| | | | SVN-Revision: 17898