Felix Fietkau
781df33e2a
add a few missing usb related symbols (relevant for mpc85xx)
...
SVN-Revision: 25038
2011-01-18 14:43:50 +00:00
Hauke Mehrtens
ab461fd74f
kernel: add kmod-usb-serial-wwan
...
This package is needed by kmod-usb-serial-option
Thank you raver (closes #7731 )
SVN-Revision: 24271
2010-12-05 20:43:45 +00:00
Vasilis Tsiligiannis
28d277e542
kernel/modules: Fix CH341 USB-to-serial description ( #8097 )
...
SVN-Revision: 23563
2010-10-21 08:35:22 +00:00
Michael Büsch
1c74711ec1
Fix musb-hdrc module loading
...
SVN-Revision: 22928
2010-09-05 00:10:30 +00:00
Florian Fainelli
6edf2c577b
add kmod-usb-serial-ipw module
...
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
2010-09-04 16:03:26 +00:00
Michael Büsch
7a8066735d
Add usb gadget feature flag
...
SVN-Revision: 22798
2010-08-25 17:35:34 +00:00
Michael Büsch
3b6d2366bd
Add usb gadget packages
...
SVN-Revision: 22785
2010-08-24 15:15:23 +00:00
Michael Büsch
e54b810ace
tahvo-usb: Use platform device interface properly (don't crash)
...
SVN-Revision: 22780
2010-08-23 14:24:39 +00:00
Felix Fietkau
0f64b1d870
kernel: speed up building kernel packages by getting rid of unnecessary CompareKernelPatchVer calls
...
SVN-Revision: 22724
2010-08-19 12:49:56 +00:00
Michael Büsch
7c97bbabe7
Add Tahvo USB support
...
SVN-Revision: 22712
2010-08-19 11:22:15 +00:00
Nicolas Thill
99a3935f4d
package/kernel: enable raw HID device support in kmod-usb-hid ( closes : #7310 )
...
SVN-Revision: 22632
2010-08-14 08:59:51 +00:00
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
2010-07-12 14:06:13 +00:00
Hauke Mehrtens
88eb1b7ad0
kernel: modules names changed with kernel 2.6.35
...
SVN-Revision: 22139
2010-07-11 19:39:30 +00:00
Claudio Mignanti
6a46e15720
kmod-usb-core is buildin on etrax target
...
SVN-Revision: 22130
2010-07-11 12:27:11 +00:00
Felix Fietkau
ff3d5025ac
remove obsolete kernel dependencies and version checks
...
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Felix Fietkau
543d870e82
remove linux 2.4 support from several packages
...
SVN-Revision: 21954
2010-06-26 20:43:41 +00:00
Nicolas Thill
36ee230fca
package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
...
SVN-Revision: 21251
2010-04-29 10:25:57 +00:00
Nicolas Thill
fc43e1f4f5
package/kernel: move AddDepends calls at the end of package definitions, move back some dependencies in DEPENDS for clarity
...
SVN-Revision: 21248
2010-04-29 04:04:19 +00:00
Nicolas Thill
484051d055
package/kernel: move target specific modules to their own target files
...
SVN-Revision: 21132
2010-04-24 13:34:51 +00:00
Nicolas Thill
194b6b20ea
package/kernel: rename KernelPackage/*/Depends to AddDepends/*
...
SVN-Revision: 21124
2010-04-24 11:42:17 +00:00
Nicolas Thill
e9dcaa6a13
package/kernel: use macros for hid & input
...
SVN-Revision: 21120
2010-04-24 11:01:06 +00:00
Alexandros C. Couloumbis
acb329137e
fix kmod-nls-base dependency with usb-core ( #6753 )
...
SVN-Revision: 21114
2010-04-23 15:50:28 +00:00
Jo-Philipp Wich
62c8bfcbbd
kernel: package cypress m8 usb-to-serial module ( #7210 )
...
SVN-Revision: 21104
2010-04-23 10:55:26 +00:00
Nicolas Thill
9d7068ebdc
package/kernel: use macros for kmod-rfkill depends
...
SVN-Revision: 21102
2010-04-23 04:08:26 +00:00
Gabor Juhos
9fb0688893
package/modules: package isp116x-hcd driver
...
Cc: backfire@openwrt.org
SVN-Revision: 20934
2010-04-16 18:40:15 +00:00
Hauke Mehrtens
23c3cdcd66
kernel: fix dependencies for x86 target
...
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
2010-03-29 21:02:14 +00:00
Hauke Mehrtens
cd2cee46ac
kernel: these modules are already loaded by the scsi-core package
...
SVN-Revision: 20347
2010-03-21 14:19:48 +00:00
Hauke Mehrtens
68a2efe2d1
kernel: x86 remove dependency on ata-core and scsi-core
...
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
2010-03-21 14:18:11 +00:00
Florian Fainelli
ea66b2355d
add more usb-storage modules ( #6067 )
...
SVN-Revision: 20323
2010-03-20 17:18:54 +00:00
Travis Kemen
411ab9871e
fix missing nls support for 2.6.33
...
SVN-Revision: 20214
2010-03-14 18:22:57 +00:00
Florian Fainelli
32bba7d154
fix kmod-nls-base dependency with usb-core ( #6753 )
...
SVN-Revision: 19918
2010-02-28 20:50:41 +00:00
Felix Fietkau
61c2b29295
mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
...
SVN-Revision: 19879
2010-02-26 22:46:00 +00:00
Jo-Philipp Wich
bd4f4a9204
kernel: rename cp2101 driver to cp210x, has changed upstream ( #6673 )
...
SVN-Revision: 19725
2010-02-19 02:12:48 +00:00
Hauke Mehrtens
d711afb3be
Fix KernelPackage/usb-net-rndis dependencies Fix bug #6589
...
SVN-Revision: 19386
2010-01-29 21:08:28 +00:00
Gabor Juhos
af7050699e
package: kmod-usb-core depends on kmod-nls-base on 2.6.32
...
SVN-Revision: 19347
2010-01-26 14:41:29 +00:00
Felix Fietkau
39b2af1f5b
remove obsolete dependencies and checks
...
SVN-Revision: 19292
2010-01-23 17:07:59 +00:00
Nicolas Thill
405553df58
kernel: specify kmod packages dependencies in a uniform way
...
SVN-Revision: 19271
2010-01-22 08:18:04 +00:00
Imre Kaloz
29a020ffb3
remove handling of older unsupported kernels
...
SVN-Revision: 18955
2009-12-27 21:54:09 +00:00
Florian Fainelli
be7d2663b3
let usb-video load after video-core ( #6214 )
...
SVN-Revision: 18788
2009-12-15 20:17:44 +00:00
Vasilis Tsiligiannis
79973cfaa7
usb-core: Add dependency to nls-base ( #5973 )
...
SVN-Revision: 18041
2009-10-12 11:44:36 +00:00
Florian Fainelli
ffc90868e4
add support for the dwc_otg USB controller
...
SVN-Revision: 18006
2009-10-08 17:56:31 +00:00
Andy Boyett
94d54bb667
modules/usb: fix usb-etrax dependencies
...
SVN-Revision: 17898
2009-10-05 17:03:42 +00:00
Claudio Mignanti
7f3ed114f2
Export USB host driver as kernel package
...
SVN-Revision: 17818
2009-10-02 09:34:10 +00:00
Florian Fainelli
2542bd81a2
add usb-net-dm9601-ether, thanks groz
...
SVN-Revision: 17133
2009-08-05 15:10:29 +00:00
Florian Fainelli
4a2409f4d0
add usb-serial-motorola-phone, thanks groz
...
SVN-Revision: 17132
2009-08-05 15:09:21 +00:00
Florian Fainelli
dc506df093
add support for mcs-7830 usb ethernet adapter ( #3977 )
...
SVN-Revision: 16990
2009-07-25 23:39:54 +00:00
Hauke Mehrtens
81ebf13b9e
Activate CONFIG_USB_EHCI_HCD_SSB and CONFIG_USB_OHCI_HCD_SSB only on brcm47xx.
...
SVN-Revision: 15807
2009-05-12 22:02:19 +00:00
Gabor Juhos
4adc356f03
kernel/modules: add ar71xx specific KCONFIG options for the OHCI/EHCI drivers
...
SVN-Revision: 15695
2009-05-07 19:13:44 +00:00
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.
...
Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>
SVN-Revision: 15289
2009-04-19 22:21:27 +00:00
Jo-Philipp Wich
964d68dcec
Add support for CM109 USB VoIP phone
...
this patch adds support for USB VoIP-phones using the CM109 chipset.
the cm109.ko module was added to linux kernel 2.6.28
it was tested with SVN revision 15247 on a Asus WL-500G Premium.
Signed-off-by: Alfred E. Heggestad <aeh@db.org>
SVN-Revision: 15258
2009-04-19 15:27:25 +00:00