aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-18USB: Fix Corruption issue in USB ftdi driver ftdi_sio.cAndrew Worsley1-3/+11
2011-11-18USB: option: add PID of Huawei E173s 3G modemFerenc Wagner1-0/+2
2011-11-18USB: option: release new PID for ZTE 3G modemzheng.zhijian@zte.com.cn1-0/+21
2011-11-15USB: option: add id for 3G dongle Model VT1000 of ViettelVU Tuan Duc1-0/+5
2011-11-15USB: serial: pl2303: rm duplicate idwangyanqing2-5/+0
2011-11-14USB: ark3116 initialisation fixBart Hartgers1-5/+5
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker2-0/+2
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+2
2011-10-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds12-104/+225
2011-10-18USB: ftdi_sio.c: Use ftdi async_icount structure for TIOCMIWAIT, as in other driversUwe Bonnes1-25/+16
2011-10-18USB: ftdi_sio.c:Fill MSR fields of the ftdi async_icount structureUwe Bonnes1-1/+6
2011-10-18USB: ftdi_sio.c: Fill LSR fields of the ftdi async_icount structureUwe Bonnes1-0/+8
2011-10-18USB: ftdi_sio.c:Fill TX field of the ftdi async_icount structureUwe Bonnes1-0/+2
2011-10-18USB: ftdi_sio.c: Fill the RX field of the ftdi async_icount structureUwe Bonnes1-0/+1
2011-10-18USB: ftdi_sio.c: Basic icount infrastructure for ftdi_sioUwe Bonnes1-0/+26
2011-10-18USB: ftdi_sio: Support TI/Luminary Micro Stellaris BD-ICDI BoardPeter Stuge2-0/+3
2011-10-07Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2-2/+2
2011-10-04USB: ftdi_sio: add PID for Sony Ericsson UrbanHakan Kvist2-2/+6
2011-09-29USB: qcserial: add device ID for "HP un2430 Mobile Broadband Module"Rigbert Hamisch1-0/+1
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2011-09-26USB: pl2303: add id for SMART deviceEric Benoit2-0/+6
2011-09-20USB: qcserial: Add support for Sierra Wireless MC8355/Gobi 3000Richard Hartmann1-0/+1
2011-09-18USB: option: add various ZTE device network interfaces to the blacklistDan Williams1-14/+49
2011-09-18USB: option: add ZTE product 0x0037 to sendsetup blacklistDan Williams1-1/+6
2011-09-18USB: option: convert Huawei K3765, K4505, K4605 reservered interface to blacklistDan Williams1-36/+43
2011-09-18USB: option: convert interface blacklisting to bitfieldsDan Williams1-27/+26
2011-09-15Merge branch 'master' into for-nextJiri Kosina5-8/+146
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman8-14/+41
2011-08-26USB: pl2303: remove unreachable codeMichał Sroczyński1-3/+0
2011-08-25USB: ftdi_sio: add Calao reference board supportJean-Christophe PLAGNIOL-VILLARD1-1/+19
2011-08-24usb: fix ipw.c build error, select USB_SERIAL_WWANRandy Dunlap1-0/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto5-9/+9
2011-08-22USB: ipw: convert to usb-wwan frameworkOliver Neukum1-2/+31
2011-08-22USB option driver K3765/K4505 avoid CDC_DATA interfaceAndrew Bird1-1/+2
2011-08-22USB: option: add YUGA device id to driverGavin.zhu1-0/+92
2011-08-22USB option driver add PID of Huawei Vodafone K4605Andrew Bird1-2/+5
2011-08-22USB option driver add PID of Huawei Vodafone K3806Andrew Bird1-0/+2
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern2-2/+2
2011-08-10USB: Serial: Add PID(0xF7C0) to FTDI SIO driver for a zeitcontrol-deviceArtur Zimmer2-1/+6
2011-08-10USB: Serial: Add device ID for Sierra Wireless MC8305Florian Echtler1-0/+1
2011-08-10USB: serial: remove duplicate returnsDan Carpenter2-2/+0
2011-08-08USB: Serial: Added device ID for Qualcomm Modem in Sagemcom's HiLo3GVijay Chavan1-0/+1
2011-08-08USB: option driver: add PID for Vodafone-Huawei K4511Andrew Bird1-0/+3
2011-08-08USB: option driver: add PID for Vodafone-Huawei K4510Andrew Bird1-0/+3
2011-08-08USB: option driver: add PID for Vodafone-Huawei K3771Andrew Bird1-0/+3
2011-08-08USB: option driver: add PID for Vodafone-Huawei K3770Andrew Bird1-0/+3
2011-08-08usb: serial: ftdi_sio.c: For the FT232H FTDI_SIO_SET_BAUDRATE_REQUEST, index needs to be shifted tooUwe Bonnes1-1/+4
2011-08-08USB: ftdi_sio: fix minor typo in get_ftdi_divisorIonut Nicu1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-4/+27