summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/files/drivers/usb
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: remove __dev{init,exit} annotationsGabor Juhos2013-02-241-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35768
* adm5120: don't include asm/system.h in adm5120-hcd.cGabor Juhos2013-01-011-1/+0
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34948
* adm5120: merge 3.3 patchesGabor Juhos2012-04-297-91/+81
| | | | SVN-Revision: 31511
* fix usb mis-cleanup after r27162 (#9581)Florian Fainelli2011-06-201-1/+2
| | | | SVN-Revision: 27243
* cleanup files using checkpatch.plFlorian Fainelli2011-06-127-90/+90
| | | | SVN-Revision: 27162
* fix compilation failure of adm5120-dbg.c with the removal of bus_idFlorian Fainelli2009-11-021-1/+1
| | | | SVN-Revision: 18274
* integrate 2.6.28 specific patch into the usb driverGabor Juhos2009-05-224-21/+10
| | | | SVN-Revision: 15975
* usb driver: fix urb_print function definitionGabor Juhos2009-05-211-1/+1
| | | | SVN-Revision: 15965
* experimental support for 2.6.27Gabor Juhos2008-10-058-0/+4728
| | | | SVN-Revision: 12863
* remove 2.6.25 specific stuffGabor Juhos2008-09-138-4728/+0
| | | | SVN-Revision: 12598
* fix a bug in the USB driver debug codeGabor Juhos2008-07-271-4/+4
| | | | SVN-Revision: 11961
* switch to 2.6.25.7Gabor Juhos2008-06-173-28/+211
| | | | SVN-Revision: 11526
* switch to 2.6.24Gabor Juhos2008-02-094-92/+59
| | | | SVN-Revision: 10427
* don't use mips_machgroupGabor Juhos2008-01-302-4/+1
| | | | SVN-Revision: 10328
* license cleanupGabor Juhos2008-01-291-2/+2
| | | | SVN-Revision: 10305
* USB driver: fix a bug in isochronous transfersGabor Juhos2008-01-172-2/+5
| | | | SVN-Revision: 10219
* usb-driver: add preliminary support of ISOCHRONOUS transferGabor Juhos2008-01-018-32/+57
| | | | SVN-Revision: 10077
* add copyright header to the USB driver's filesGabor Juhos2007-12-058-47/+63
| | | | SVN-Revision: 9657
* more USB driver fixes, now it passes usbtests 1-14Gabor Juhos2007-11-262-9/+30
| | | | SVN-Revision: 9599
* fix USB driver to compile with ADMH_VERBOSE_DEBUG definedGabor Juhos2007-11-233-36/+34
| | | | SVN-Revision: 9593
* USB driver updates, the driver passes usbtests 1-10 nowGabor Juhos2007-11-236-452/+948
| | | | SVN-Revision: 9592
* more USB driver changesGabor Juhos2007-11-154-214/+141
| | | | SVN-Revision: 9550
* USB driver cleanups, no it is still not finishedGabor Juhos2007-11-124-161/+9
| | | | SVN-Revision: 9543
* fix an unbalanced spinlock issueGabor Juhos2007-11-111-1/+1
| | | | SVN-Revision: 9540
* more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)]Gabor Juhos2007-11-106-156/+223
| | | | SVN-Revision: 9530
* USB driver fixesGabor Juhos2007-11-087-556/+477
| | | | SVN-Revision: 9513
* fix USB driver to compile even if USB_DEBUG is disabledGabor Juhos2007-11-021-2/+4
| | | | SVN-Revision: 9483
* cleanup USB driver, it's still experimentalGabor Juhos2007-11-015-767/+604
| | | | SVN-Revision: 9480
* checkin a new, experimental USB driverGabor Juhos2007-09-217-835/+4259
| | | | SVN-Revision: 8905
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-061-0/+996
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653