summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/usb.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: fix missing rename on usb gadget kmod cleanupFelix Fietkau2016-09-151-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: clean up usb gadget supportTim Harvey2016-09-151-12/+14
| | | | | | | | | | clean up usb gadget support: - rename gadget modules so that they appear together and are easier to identify as gadget modules - make usb-lib-composite and usb-gadget hidden as there is no point in selecting those without gadget drivers that require them as deps Signed-off-by: Tim Harvey <tharvey@gateworks.com>
* generic: add NET3380 UDC supportTim Harvey2016-09-041-0/+17
| | | | | | | | Add a patch to backport 5185c91385d73cdf79836eb8548e4726e43ae831 from Linux 4.8 adding USB2380 support to the NET2280 driver and create an OpenWrt menu option to select it as a module. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
* add usb gadget ehci debug driverAlexander Couzens2016-06-011-0/+17
| | | | | | | This gadget driver allow to debug other devices via EHCI Debug Port capability. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* oxnas: move target-specific modules into target's modules.mkDaniel Golle2016-05-171-17/+0
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* ramips: add linux 4.4 support, update mt7621 subtarget to 4.4Felix Fietkau2016-03-071-1/+6
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48951
* kernel: mpc85xx: fix build of kmod-usb2-fslHauke Mehrtens2016-03-051-9/+10
| | | | | | | | | | | Fix buildbot error for mpc85xx. ehci-fsl.ko should be packaged inside the usb2 package, because it depends on the ehci kernel module. The fsl-mph-dr-of.ko module can stay in an own package because the ehci driver depends on it. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48932
* kernel: add missing symbol to usb-audioJohn Crispin2016-02-161-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 48728
* kernel: fix USB on mpc85xx (#21689)Felix Fietkau2016-01-281-3/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48525
* kernel: add usb-net-sr9700 packageFelix Fietkau2016-01-171-0/+15
| | | | | | | | | Add support for CoreChip-sz SR9700 based USB 1.1 10/100 ethernet devices Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> SVN-Revision: 48272
* package: kernel: update dependencies for 4.4Jonas Gorski2015-12-021-5/+3
| | | | | | | | | Update dependencies for linux 4.4 and mark as broken where source code needs updating. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 47700
* kernel: make kmod-usb-dwc2 depend on kmod-usb-gadget on omap targetHauke Mehrtens2015-11-211-1/+1
| | | | | | | | This dependency is missing for the omap target. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47551
* kernel: fix build of kmod-dwc2Hauke Mehrtens2015-11-211-2/+4
| | | | | | | | dwc2_platform.koi is included in dwc2.ko with kernel 4.3. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47550
* kernel: add usb-mass-storage-gadget driver packageJohn Crispin2015-10-191-0/+17
| | | | | | | | | This is another useful gadget driver that can allow an OTG port to act as a mass storage device. Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com> SVN-Revision: 47225
* kernel: dwc2: Add missing config symbol definitionJohn Crispin2015-09-141-1/+2
| | | | | | | | | DWC2 driver has config symbol CONFIG_USB_DWC2_DEBUG_PERIODIC which should be defined for the module build. Signed-off-by: Antti Seppälä <a.seppala@gmail.com> SVN-Revision: 46916
* kernel: fix OHCI and EHCI modules for AT91Florian Fainelli2015-07-041-3/+10
| | | | | | | | | We were not copying the additional files needed to get USB to work on the AT91 platforms, make sure we do this. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 46172
* bcm53xx: add xHCI supportRafał Miłecki2015-06-211-1/+3
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46080
* kernel: add Realtek USB to Ethernet modulesFelix Fietkau2015-06-181-0/+30
| | | | | | | | https://forum.openwrt.org/viewtopic.php?pid=279394 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46031
* kernel: use bcma-hcd.ko on bcm53xx for ohciRafał Miłecki2015-06-151-0/+1
| | | | | | | | | | On bcm53xx we still need usb-ohci to support USB 1.1 devices and it obviously needs bcma-hcd.ko that will init controller and register platform device. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45994
* kernel: fix usb-ohci-pci description defineJonas Gorski2015-05-291-1/+1
| | | | | | | | Copy paste error left defining usb2-pci again. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45816
* modules/usb: another cleanup: remove ancient module namesJohn Crispin2015-05-231-8/+0
| | | | | | | | | modules relating to CONFIG_USB_AUDIO Kernel <2.6.35 is not supported in trunk Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45734
* modules/usb: cleanup remove old module namesJohn Crispin2015-05-231-10/+0
| | | | | | | | delete cases for Kernel <3.10 (nop-usb-xceiv), <3.12 (phy-nop) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45733
* kernel: remove module checks for 3.15/3.16/3.17John Crispin2015-04-211-11/+4
| | | | | | Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45534
* kernel: remove usb-serial-motorola-phoneJohn Crispin2015-04-211-15/+0
| | | | | | | | replaced by usb-serial-simple (see r45233) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45533
* kernel: mark kmod-usb-bcma/ssb as hidden, they are only selected from ohci/ehciFelix Fietkau2015-04-171-0/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45475
* bcm53xx: add USB 2.0 supportFelix Fietkau2015-04-151-2/+27
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45450
* modules: add missing imx6 depenedency to dwc2John Crispin2015-04-121-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45397
* kernel: remove leftover @ (#19454)Felix Fietkau2015-04-111-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45383
* kernel: remove kernel module checks/dependencies for 3.14Felix Fietkau2015-04-111-23/+12
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45377
* kernel: drop obsolete linux 3.10 related dependencies/checksFelix Fietkau2015-04-101-12/+5
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45361
* kernel: fix dwc3 symbolsJohn Crispin2015-04-041-0/+3
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45268
* kernel: add package for dwc3 usb driver used on ipq806xJohn Crispin2015-04-031-0/+19
| | | | | | Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 45260
* kernel/modules: remove merge conflicts leftoversNicolas Thill2015-04-021-29/+0
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 45243
* kernel: fix kmod-usb2-omap usb moduleJohn Crispin2015-04-021-1/+3
| | | | | | | | | | CONFIG_MFD_OMAP_USB_HOST is needed for working USB on BeagleBoard tested on BeagleBoard C4 (EBVBeagle) Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45236
* kernel: fix kmod-usb-phy-omap-usb2John Crispin2015-04-021-2/+2
| | | | | | | | | upstream change in Kernel 3.18 commit: "phy: rename struct omap_control_usb to struct omap_control_phy" Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45234
* kernel: add usb-serial-simple moduleJohn Crispin2015-04-021-0/+57
| | | | | | | | | | | replaces kmod-usb-serial-motorola-phone it's found only in Kernel <3.12 This module handles many simple USB serial devices like Motorola Phones, GPS reveivers in Kernels above 3.14 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45233
* kernel: add garmin_gps moduleJohn Crispin2015-04-021-0/+15
| | | | | | | | | OpenWrt on sailboats requested: https://forum.openwrt.org/viewtopic.php?id=56586 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45232
* kernel: remove kernel version dependency from ochi-pci moduleJohn Crispin2015-04-011-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45222
* kernel: add usb-ohci-pci moduleJohn Crispin2015-04-011-0/+16
| | | | | | | | This add usb-ohci-pci module for USB1.x devices Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 45221
* kernel: remove useless AddDepends/input abstractionFelix Fietkau2015-03-291-4/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45135
* kernel: remove useless AddDepends/hid abstractionFelix Fietkau2015-03-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45134
* modules: fix dwc2 build breakage on mxsZoltan Herpai2015-03-281-1/+1
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 45085
* mvebu: fixup usb3 support on the a38xImre Kaloz2015-03-261-0/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45026
* kernel: fix usb kernel package MakefileJohn Crispin2015-03-211-1/+1
| | | | | | Signed-off-by: zouxf <fl.service@t-firefly.com> SVN-Revision: 44928
* kernel: remove obsolete kernel version dependenciesFelix Fietkau2015-03-191-9/+4
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44892
* modules: add depenency on usb-gadget for dwc2 also on brcm63xxJonas Gorski2015-03-151-1/+1
| | | | | | | | Bcm63xx supports usb gadget, so dwc2 will default do dual mode. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44786
* modules: set dwc2 gadget dependency for at91John Crispin2015-03-121-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44688
* modules: make dwc2 only depend on gadget support for brcm2708John Crispin2015-03-111-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44683
* kmod-usb-dwc2: depends on udc-core (kmod-usb-gadget)John Crispin2015-03-091-1/+1
| | | | | | Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44633
* kernel: Fix USB gadget modules for v3.18John Crispin2015-02-221-15/+23
| | | | | | | | Updated patch that fixes whitespace and supports kernel v3.3 too. Signed-off-by: Owen Kirby <osk@exegin.com> SVN-Revision: 44502