summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-08-12usb: pl2303: add two comments concerning the supported baud rates with HX chipsFrank Schäfer
2013-08-12usb: pl2303: also use the divisor based baud rate encoding method for baud ra...Frank Schäfer
2013-08-12usb: pl2303: increase the allowed baud rate range for the divisor based encod...Frank Schäfer
2013-08-12usb: pl2303: move the two baud rate encoding methods to separate functionsFrank Schäfer
2013-08-12usb: pl2303: remove 500000 baud from the list of standard baud ratesFrank Schäfer
2013-08-12usb: pl2303: do not round to the next nearest standard baud rate for the divi...Frank Schäfer
2013-08-12usb: pl2303: fix+improve the divsor based baud rate encoding methodFrank Schäfer
2013-08-12HWA: avoid constant suspend and resume on the root hubThomas Pugliese
2013-08-12USB: cdc-wdm: fix race between interrupt handler and taskletOliver Neukum
2013-08-12wusbcore: clean up list locking in urb enqueueThomas Pugliese
2013-08-12wusbcore: fix root hub hub_status_data to only return > 0 if status has actua...Thomas Pugliese
2013-08-12usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSETManu Gautam
2013-08-12usb/hcd: Log error code if reset() failsMark Brown
2013-08-12usb: config->desc.bLength may not exceed amount of data returned by the deviceHans de Goede
2013-08-12usb: misc: usb3503: Support operation with no I2C controlMark Brown
2013-08-12usb: misc: usb3503: Add USB3503A to the compatible listMark Brown
2013-08-12usb: misc: usb3503: Default to hub modeMark Brown
2013-08-12usb: misc: usb3503: Fix typos in error messagesMark Brown
2013-08-12usb: misc: usb3503: Factor out I2C probeMark Brown
2013-08-12usb: misc: usb3503: Convert to regmapMark Brown
2013-08-12usb: misc: usb3503: Actively manage Hub Connect GPIOMark Brown
2013-08-12usb: misc: usb3503: Use gpio_set_value_cansleep()Mark Brown
2013-08-12usb: Move definition of USB_EHCI_BIG_ENDIAN_MMIO et al. out side of the ifs.David Daney
2013-08-12usb: misc: usb3503: Convert to devm_ APIsMark Brown
2013-08-12usb: misc: Fix swapped properties in usb3503 DT parsingMark Brown
2013-08-12USB: serial: move the "simple" drivers into usb-serial-simple.cGreg Kroah-Hartman
2013-08-12USB: XHCI: mark no_sg_constraintMing Lei
2013-08-12USB: introduce usb_device_no_sg_constraint() helperMing Lei
2013-08-12USB: EHCI: support running URB giveback in tasklet contextMing Lei
2013-08-12USB: EHCI: improve interrupt qh unlinkMing Lei
2013-08-12USB: EHCI: improve ehci_endpoint_disableMing Lei
2013-08-12USB: HCD: support giveback of URB in tasklet contextMing Lei
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi
2013-08-02USB: ohci-at91: add usb_clk for transition to common clk frameworkBoris BREZILLON
2013-08-02USB: EHCI: don't depend on hardware for tracking port resets and resumesAlan Stern
2013-08-02USB: EHCI: keep better track of resuming portsAlan Stern
2013-07-31USB: pl2303: restrict the divisor based baud rate encoding method to the "HX"...Frank Schäfer
2013-07-31USB: host: use dev_get_platdata()Jingoo Han
2013-07-31USB: handle LPM errors during device suspend correctlyAlan Stern
2013-07-31USB: refactor code for enabling/disabling remote wakeupAlan Stern
2013-07-31USB: simplify the interface of usb_get_status()Alan Stern
2013-07-31usb: misc: usb3503: use dev_get_platdata()Jingoo Han
2013-07-31usb: renesas: use dev_get_platdata()Jingoo Han
2013-07-31USB: c67x00: use dev_get_platdata()Jingoo Han
2013-07-31usb: core: don't try to reset_device() a port that got just disconnectedJulius Werner
2013-07-29USB: serial: ftdi_sio: add more RT Systems ftdi devicesRick Farina (Zero_Chaos)
2013-07-29usb: host: Faraday fotg210-hcd driverFeng-Hsin Chiang
2013-07-29USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chipsFrank Schäfer
2013-07-29usb: chipidea: fix the build error with randconfigPeter Chen