summaryrefslogtreecommitdiff
path: root/package/kernel/linux/modules/usb.mk
Commit message (Collapse)AuthorAgeFilesLines
* package/kernel: probably from OpenWRTLudovic Pouzenc2018-09-161-0/+16
|
* try to load the orion glue automaticallyImre Kaloz2014-07-011-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41434
* bundle ehci-orion with kmod-usb2Imre Kaloz2014-06-171-0/+3
| | | | SVN-Revision: 41230
* kernel: fix kernel builds for chipidea w/ usb-gadgetSteven Barth2014-06-111-2/+1
| | | | | | | | | | | Instead of repackaging udc-core.ko again, just add a dependency to kmod-usb-gadget, which already contains it. Fixes kmod-chipidea builds for 3.10- with usb-gadget enabled. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 41115
* kernel: fix kernel build for chipidea w/o usb-gadgetJohn Crispin2014-06-031-2/+2
| | | | | | | | | This resolves a module dependency kernel regression in r40905 with the usb-chipidea module if usb-gadget was not selected. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40992
* kernel: Enable kmod-hid-generic driver when selecting usb-hidJohn Crispin2014-06-021-1/+1
| | | | | | | | | | | | kmod-hid-generic needs to be selected when enabling usb-hid in order to get generic devices working. This fixes keyboards support in linux 3.3+ kernels. https://dev.openwrt.org/ticket/12631 https://dev.openwrt.org/ticket/12686 Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 40932
* kernel: Add kernel modules for USB gadget serial devices.John Crispin2014-06-021-0/+26
| | | | | | | | | This patch adds support for building the kernel modules for gadget serial devices. Signed-off-by: Owen Kirby <osk@exegin.com> Acked-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40917
* kernel: usb.mk: enable chipidea udc modeJohn Crispin2014-06-021-2/+3
| | | | | | | | | | | | | | The chipidea USB OTG controller is dual-role and supports both host and device modes. Enable device mode. Tested on Gateworks Ventana imx6 board with g_ether. Are there any other targets out there that use the CHIPIDEA controller? If so testing is needed for those. Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 40905
* omap: fix usb dependenciesHauke Mehrtens2014-05-021-4/+3
| | | | | | | | There are some problems in the dependencies of the usb modules Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40667
* kernel: unify the two kmod-usb-mxs-phy packagesHauke Mehrtens2014-05-021-1/+1
| | | | | | | | | There are two packages with the name kmod-usb-mxs-phy in OpenWrt which causes warnings on every build. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 40663
* kernel: add support for USB_NET_CDC_EEM and USB_NET_CDC_SUBSETHauke Mehrtens2014-05-011-0/+32
| | | | | | | | needed for Android USB Tethering Signed-off-by: Ulrich Weber <uw@ocedo.com> SVN-Revision: 40634
* kernel: mark kmod-usb-phy-nop as hidden to avoid building it where it is not ↵Felix Fietkau2014-04-121-0/+1
| | | | | | | | needed Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40470
* kernel: fix usb module paths for 3.14Jonas Gorski2014-04-041-1/+9
| | | | | | | | | dwc2 was promoted from staging, while u_rndis was merged into usb_f_rndis. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 40378
* kernel: add missing depends on kmod-miiHauke Mehrtens2014-02-211-7/+2
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39670
* kernel: fix kmod-usb-phy-nopHauke Mehrtens2014-02-101-0/+10
| | | | | | | | | | | phy-generic.ko was renamed and moved from kernel version to version. kernel <= 3.9: nop-usb-xceiv.ko kernel >= 3.10 && <= 3.11: phy-nop.ko kernel >= 3.12: phy-generic.ko Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39563
* kernel: fix kmod-usb-net-smsc95xxHauke Mehrtens2014-02-101-1/+1
| | | | | | | | | | smsc95xx.ko depends on crc16.ko on kernel >= 3.8 There was an additional kmod-usb-net-smsc95xx definition in the mxs target code which conflicted with the one in the common area. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39562
* phy-omap-control.ko is already part of a different packageImre Kaloz2014-02-101-1/+0
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39560
* additional omap/musb related fixesImre Kaloz2014-02-101-21/+45
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39559
* fixup ethernet gadget, disable EEM supportImre Kaloz2014-02-101-3/+4
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39558
* package the driver for smsc95xx chipsImre Kaloz2014-02-101-0/+15
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39556
* add additional omap related changesImre Kaloz2014-02-091-19/+102
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39555
* additional musb fixupsImre Kaloz2014-02-091-7/+43
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39554
* musb depends on usb-gadget supportImre Kaloz2014-02-091-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39550
* use musb in PIO mode, as DMA support is platform dependentImre Kaloz2014-02-091-1/+3
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39549
* add more musb symbolsImre Kaloz2014-02-091-0/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39548
* make musb available for omap as wellImre Kaloz2014-02-091-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39546
* rename Kconfig symbol to the current oneImre Kaloz2014-02-091-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39544
* move some omap24xx modules to the generic MakefileImre Kaloz2014-02-091-0/+38
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39543
* kernel: add kmod-usb-net-kalmiaHauke Mehrtens2014-02-081-0/+15
| | | | | | | | This patch adds a new kernel module for Samsung USB LTE modems. Signed-off-by: Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 39535
* kernel: negate kernel version dependencies to fix config for new kernel versionsHauke Mehrtens2014-02-081-1/+1
| | | | | | | | This fixes some problems on kernel 3.13 and also removes the reference to LINUX_3_7. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39532
* kernel: add usb3 module definitionsJohn Crispin2014-01-191-0/+18
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39331
* packages: kernel: reverse kernel dependencies logicHauke Mehrtens2014-01-141-1/+1
| | | | | | | | This will select the correct dependencies also for more recent kernel versions. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 39289
* handle new libs required for new kernelsImre Kaloz2013-12-201-0/+10
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39142
* kernel: module updates for 3.12Luka Perkov2013-12-091-0/+14
| | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 39008
* switch to 3.12, enable support for AM33xx/OMAP3Imre Kaloz2013-11-081-0/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38692
* kernel: fix dependencies of usb-eth-gadgetHauke Mehrtens2013-11-031-3/+18
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38638
* kernel: make most modules use AutoProbeJohn Crispin2013-09-171-52/+52
| | | | | | | | now that we have modprobe we can set more than half of the modules to AutoProbe Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38021
* kernel: kmod-usb-serial-keyspan: fix dependenciesHauke Mehrtens2013-09-051-1/+1
| | | | | | | | | This fixes the following error: keyspan: Unknown symbol ezusb_fx1_ihex_firmware_download (err 0) Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37899
* kernel: fix usb-chipidea compilation with kernel <= 3.9Hauke Mehrtens2013-08-021-3/+3
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37658
* kernel: add usb-mxs-phy packageLuka Perkov2013-07-281-0/+17
| | | | SVN-Revision: 37580
* kernel: update usb-chipidea packageLuka Perkov2013-07-281-4/+6
| | | | SVN-Revision: 37579
* kernel: update usb2 packageLuka Perkov2013-07-281-2/+7
| | | | SVN-Revision: 37578
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-18/+26
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* kernel: add missing config symbol for the chipidea usb driverFelix Fietkau2013-07-211-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37487
* kernel: package the usbmon moduleGabor Juhos2013-07-191-0/+13
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37458
* kernel: fix usb-net-asix dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37445
* kernel: fix kmod-usb-chipideai syntaxHauke Mehrtens2013-07-191-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37438
* kernel: fix kmod-usb-chipideai dependenciesHauke Mehrtens2013-07-191-0/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 37437
* linux: fix platform dependency of kmod-usb2-fslJo-Philipp Wich2013-07-191-1/+1
| | | | SVN-Revision: 37428
* kernel: fix usb-net-cdc-mbim dependenciesFelix Fietkau2013-07-181-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37415