summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2009-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-58/+32
2009-12-12opticon: Fix resume logicAlan Cox1-1/+2
2009-12-12usb_serial: Kill port mutexAlan Cox2-3/+2
2009-12-12usb_serial: Use the shutdown() operationAlan Cox1-28/+11
2009-12-12tty_port: add "tty_port_open" helperAlan Cox1-29/+20
2009-12-11USB: mos7840: add device IDs for B&B electronics devicesCliff Brake1-3/+21
2009-12-11USB: ftdi_sio: add USB device ID's for B&B Electronics lineCliff Brake2-0/+28
2009-12-11USB: option: add pid for ZTEzhao.ming9@zte.com.cn1-0/+36
2009-12-11USB: remove the auto_pm flagAlan Stern2-2/+2
2009-12-11USB: option.c: add support for D-Link DWM-162-U5Zhang Le1-0/+1
2009-12-11USB: ark3116: Cleanup of now unneeded functionsbart.hartgers@gmail.com1-39/+0
2009-12-11USB: ark3116: Callbacks for interrupt and bulk readbart.hartgers@gmail.com1-0/+194
2009-12-11USB: ark3116: Add cmset and breakbart.hartgers@gmail.com1-0/+56
2009-12-11USB: ark3116: Replace cmgetbart.hartgers@gmail.com1-24/+19
2009-12-11USB: ark3116: Make existing functions 16450-aware and add close and release f...bart.hartgers@gmail.com1-219/+276
2009-12-11USB: ark3116: Setup some basic infrastructure for new ark3116 driver.bart.hartgers@gmail.com1-6/+182
2009-12-11USB: serial: sierra driver memory reductionElina Pasheva1-12/+77
2009-12-11USB: serial: ftdi_sio: add space/mark parityRoland Koebler1-6/+12
2009-12-01USB: Add support for Mobilcom Debitel USB UMTS Surf-Stick to option driverGernot Hillier1-0/+5
2009-12-01USB: ftdi_sio: Keep going when write errors are encountered.Eric W. Biederman1-2/+1
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+2
2009-11-18USB: option.c: add support for D-Link DWM-162-U5Zhang Le1-0/+2
2009-11-18tty: cp210x: Fix carrier handlingAlan Cox1-0/+21
2009-10-31USB: option: TLAYTECH TUE800 supportBryan Wu1-0/+4
2009-10-31USB: serial: sierra driver autopm fixesElina Pasheva1-6/+8
2009-10-31USB: serial: sierra driver send_setup() autopm fixElina Pasheva1-10/+14
2009-10-15USB: option: Support for AIRPLUS MCD650 DatacardHuzaifa Sidhpurwala1-0/+4
2009-10-10USB: serial: no unnecessary GFP_ATOMIC in oti6858Oliver Neukum1-3/+3
2009-10-10USB: serial: fix race between unthrottle and completion handler in visorOliver Neukum1-6/+9
2009-10-10USB: serial: fix assumption that throttle/unthrottle cannot sleepOliver Neukum10-51/+37
2009-10-10USB: serial: fix race between unthrottle and completion handler in symbolserialOliver Neukum1-4/+8
2009-10-10USB: serial: fix race between unthrottle and completion handler in opticonOliver Neukum1-5/+8
2009-10-10USB: small fix in error case of suspend in generic usbserial codeOliver Neukum1-1/+3
2009-10-10USB: visor: fix trivial accounting bug in visor driverOliver Neukum1-1/+2
2009-10-10USB: Fix throttling in generic usbserial driverJoris van Rantwijk1-1/+1
2009-10-10USB: cp210x: Add support for the DW700 UARTÉric Piel1-0/+1
2009-10-10USB: ipaq: fix oops when device is plugged inAlan Stern1-0/+9
2009-10-10USB: option: Patch for Huawei Mobile Broadband E270+ ModemRonnie Furuskog1-0/+2
2009-10-10USB: option: Toshiba G450 device idPeter Magdina1-0/+2
2009-10-10USB: serial: sierra driver version change to 1.3.8Elina Pasheva1-1/+1
2009-10-10USB: serial: don't call release without attachAlan Stern1-1/+5
2009-10-10USB: digi_acceleport: Fix broken unthrottle.Johan Hovold1-4/+4
2009-10-10USB: pl2303: fix error characters not being reported to ldiscJohan Hovold1-3/+5
2009-10-10USB: ftdi_sio: re-implement read processingJohan Hovold1-252/+131
2009-10-10USB: ftdi_sio: clean up read completion handlerJohan Hovold1-27/+1
2009-10-10USB: ftdi_sio: remove unused rx_byte counterJohan Hovold1-13/+0
2009-10-10USB: ftdi_sio: remove tty->low_latencyJohan Hovold1-4/+0
2009-09-28tty: Fix regressions caused by commit b50989dcDave Young1-8/+6
2009-09-24drivers/usb/serial/sierra.c: fix CONFIG_PM=n buildAndrew Morton1-0/+5
2009-09-23USB: support for autosuspend in sierra while onlineOliver Neukum1-5/+152