summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: oti6858: remove dead codeJohan Hovold2011-11-151-12/+0
* USB: iuu_phoenix: forward USB errors to USB serial coreJohan Hovold2011-11-151-2/+1
* USB: cp210x: forward USB errors to USB serial coreJohan Hovold2011-11-151-6/+13
* USB: ch341: forward USB errors to USB serial coreJohan Hovold2011-11-151-1/+1
* USB: serial: do not forward USB specific errors in openJohan Hovold2011-11-151-0/+4
* USB: serial: add support for multiple read urbsJohan Hovold2011-11-152-40/+93
* USB: pl2303: use usb_serial_generic_openJohan Hovold2011-11-151-1/+1
* USB: pl2302: clean up error handling in openJohan Hovold2011-11-151-8/+7
* USB: pl2303: return errors from usb_submit_urb in openJohan Hovold2011-11-151-2/+2
* USB: usb_debug: use process_read_urbJohan Hovold2011-11-151-4/+3
* USB: usb_debug: fix indentationJohan Hovold2011-11-151-3/+3
* USB: serial: reuse generic write urb and bulk-out bufferJohan Hovold2011-11-151-19/+4
* USB: serial: remove unnecessary bulk-urb re-fillsJohan Hovold2011-11-154-40/+3
* USB: serial: remove unnecessary reinitialisations of urb fieldsJohan Hovold2011-11-152-7/+0
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-1520-107/+8
* USB: mos7720: remove unused codeJohan Hovold2011-11-151-3/+0
* USB: mos7720: remove incorrect read-urb checkJohan Hovold2011-11-151-10/+0
* USB: keyspan_pda: clean up write-urb busy handlingJohan Hovold2011-11-151-5/+5
* USB: cyberjack: clean up write-urb busy handlingJohan Hovold2011-11-151-8/+4
* USB: omninet: clean up write-urb busy handlingJohan Hovold2011-11-151-10/+4
* USB: omninet: fix write_roomJohan Hovold2011-11-151-1/+1
* USB: serial: remove changelogs and old todo entriesJohan Hovold2011-11-1513-1340/+0
* USB: serial: cp210x.c: add mark/space parityRoland Koebler2011-11-151-17/+22
* usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2011-11-012-0/+2
* Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-252-2/+2
|\
| * Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-072-2/+2
| |\
| | * PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2011-08-192-2/+2
* | | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-10-2512-104/+225
|\ \ \
| * | | USB: ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other ...Uwe Bonnes2011-10-181-25/+16
| * | | USB: ftdi_sio.c:Fill MSR fields of the ftdi async_icount structureUwe Bonnes2011-10-181-1/+6
| * | | USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structureUwe Bonnes2011-10-181-0/+8
| * | | USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structureUwe Bonnes2011-10-181-0/+2
| * | | USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structureUwe Bonnes2011-10-181-0/+1
| * | | USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sioUwe Bonnes2011-10-181-0/+26
| * | | USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI BoardPeter Stuge2011-10-182-0/+3
| * | | USB: ftdi_sio: add PID for Sony Ericsson UrbanHakan Kvist2011-10-042-2/+6
| * | | USB: qcserial: add device ID for "HP un2430 Mobile Broadband Module"Rigbert Hamisch2011-09-291-0/+1
| * | | USB: pl2303: add id for SMART deviceEric Benoit2011-09-272-0/+6
| * | | USB: qcserial: Add support for Sierra Wireless MC8355/Gobi 3000Richard Hartmann2011-09-201-0/+1
| * | | USB: option: add various ZTE device network interfaces to the blacklistDan Williams2011-09-181-14/+49
| * | | USB: option: add ZTE product 0x0037 to sendsetup blacklistDan Williams2011-09-181-1/+6
| * | | USB: option: convert Huawei K3765, K4505, K4605 reservered interface to black...Dan Williams2011-09-181-36/+43
| * | | USB: option: convert interface blacklisting to bitfieldsDan Williams2011-09-181-27/+26
| * | | Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman2011-08-298-14/+41
| |\ \ \ | | |/ / | |/| |
| | * | USB: pl2303: remove unreachable codeMichał Sroczyński2011-08-261-3/+0
| | * | usb: fix ipw.c build error, select USB_SERIAL_WWANRandy Dunlap2011-08-251-0/+1
| | * | USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-235-9/+9
| | * | USB: ipw: convert to usb-wwan frameworkOliver Neukum2011-08-231-2/+31
| | |/
* | | doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* | | Merge branch 'master' into for-nextJiri Kosina2011-09-155-8/+146
|\| |