summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | usb: core: check for valid id_table when using the RefId featureWolfram Sang2014-01-131-0/+3
| * | | | usb: cdc-wdm: resp_count can be 0 even if WDM_READ is setBjørn Mork2014-01-121-1/+1
| * | | | usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang2014-01-121-3/+6
| * | | | usb: core: allow a reference device for new_idWolfram Sang2014-01-102-4/+18
| * | | | usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang2014-01-101-1/+4
| * | | | USB: image: correct spelling mistake in commentRahul Bedarkar2014-01-081-1/+1
| * | | | USB: c67x00: correct spelling mistakes in commentsRahul Bedarkar2014-01-082-3/+3
| * | | | usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-08113-113/+0
| * | | | usb:hub set hub->change_bits when over-current happensShen Guang2014-01-081-1/+2
| * | | | Revert "usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28"Greg Kroah-Hartman2014-01-081-26/+6
| * | | | xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp2014-01-082-3/+3
| * | | | xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings2014-01-081-1/+1
| * | | | usb: gadget: remove unused variable in gr_queue_int()Wei Yongjun2014-01-071-3/+0
| * | | | usb: gadget: s3c-hsotg: remove duplicated include from s3c-hsotg.cWei Yongjun2014-01-071-1/+0
| * | | | USB: ftdi_sio: added CS5 quirk for broken smartcard readersColin Leitner2014-01-071-2/+15
| * | | | usb: chipidea: imx: set CI_HDRC_IMX28_WRITE_FIX for imx28Peter Chen2014-01-071-6/+26
| * | | | usb: chipidea: mark register map as "const" and convert to u8Marc Kleine-Budde2014-01-071-40/+40
| * | | | usb: chipidea: move malloced regmap directly into struct hw_bankMarc Kleine-Budde2014-01-072-41/+30
| * | | | USB: wusbcore: fix up coding style issues in wa-nep.cRahul Bedarkar2014-01-071-4/+6
| * | | | USB: wusbcore: fix up coding style issues in wa-rpipe.cRahul Bedarkar2014-01-071-3/+3
| * | | | USB: wusbcore: fix up coding style issues in wusbhc.c and wusbhc.hRahul Bedarkar2014-01-072-8/+14
| * | | | USB: wusbcore: fix up line break coding style issues in mmc.cRahul Bedarkar2014-01-071-3/+6
| * | | | USB: wusbcore: fix up line break coding style issues in security.cRahul Bedarkar2014-01-071-7/+11
| * | | | USB: wusbcore: fix up line break coding style issues in wa-hc.hRahul Bedarkar2014-01-071-4/+4
| * | | | USB: wusbcore: fix up minor coding style issues in cbaf.cRahul Bedarkar2014-01-071-5/+7
| * | | | USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar2014-01-077-12/+12
| * | | | USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-079-13/+14
| * | | | USB: c67x00: move URB private data allocation from under spinlockMax Filippov2014-01-071-9/+9
| * | | | USB: c67x00: add proper delays to HPI read/writeMax Filippov2014-01-071-0/+10
| * | | | USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern2014-01-071-5/+9
| * | | | USB: fix: ohci-at91 mismerge build errorArnd Bergmann2014-01-071-1/+1
| * | | | USB: oti6858: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-43/+12
| * | | | USB: oti6858: only wake up MSR queue on changesJohan Hovold2014-01-031-1/+5
| * | | | USB: ch341: clean up interrupt handlerJohan Hovold2014-01-031-10/+9
| * | | | USB: ch341: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-41/+8
| * | | | USB: ch341: only wake up MSR queue on changesJohan Hovold2014-01-031-0/+3
| * | | | USB: ch341: fix ignored TIOCMIWAIT maskJohan Hovold2014-01-031-8/+4
| * | | | USB: ch341: clean up line-status handlingJohan Hovold2014-01-031-8/+14
| * | | | USB: ch341: refactor line-status handlingJohan Hovold2014-01-031-23/+28
| * | | | USB: cypress_m8: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-47/+16
| * | | | USB: cypress_m8: only wake up MSR queue on changesJohan Hovold2014-01-032-1/+5
| * | | | USB: cypress_m8: clean up protocol definitionsJohan Hovold2014-01-031-13/+16
| * | | | USB: cypress_m8: fix ring-indicator detection and reportingJohan Hovold2014-01-031-1/+1
| * | | | USB: pl2303: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-41/+8
| * | | | USB: pl2303: only wake up MSR queue on changesJohan Hovold2014-01-031-7/+10
| * | | | USB: pl2303: clean up line-status handlingJohan Hovold2014-01-031-11/+15
| * | | | USB: pl2303: make type data constJohan Hovold2014-01-031-2/+2
| * | | | USB: Nokia 502 is an unusual deviceMikhail Zolotaryov2014-01-031-0/+7
| * | | | USB: serial: add support for iBall 3.5G connect usb modemRahul Bedarkar2014-01-031-0/+4
| * | | | USB: serial: correct spelling mistakes in commentsRahul Bedarkar2014-01-0312-31/+31
OpenPOWER on IntegriCloud