aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ch341.c
Commit message (Expand)AuthorAgeFilesLines
* USB: ch341: fix use-after-free in TIOCMIWAITJohan Hovold2013-04-251-5/+6
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-4/+3
|\
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-2/+1
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* | USB: serial: ch341: add new idwangyanqing2011-03-111-0/+1
|/
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-221-0/+10
* USB: serial: refactor generic closeJohan Hovold2010-05-201-4/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: ch341: use get_unaligned_le16 in break_ctlJohan Hovold2010-03-021-1/+2
* USB: ch341: use le16_to_cpup to be explicit about endianessJohan Hovold2010-03-021-1/+1
* USB: ch341: fix DMA buffer on stackJohan Hovold2010-03-021-3/+11
* USB: ch341: replace printk warnings with dev_errJohan Hovold2010-03-021-4/+4
* USb: Break support for WinChipHead CH341 340 USB->Serial "chip"Tim Small2009-09-231-0/+52
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-3/+2
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-20/+26
* USB: ch341 serial: fix port number changed after resumeMing Lei2009-03-241-0/+22
* USB: usb-serial ch341: support for DTR/RTS/CTSWerner Cornelius2009-03-241-72/+302
* usb_serial: API all changeAlan Cox2008-07-221-5/+5
* USB: serial: ch341: New VID/PID for CH341 USB-serialMichael F. Robbins2008-05-201-0/+1
* usb_serial: some coding style fixesAlan Cox2008-05-021-1/+1
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: ch341: fix termios handlingAlan Cox2007-10-251-3/+5
* USB: usb/serial/ch341.c: make 4 functions staticAdrian Bunk2007-10-121-4/+6
* USB: Driver for CH341 USB-serial adaptorFrank A Kingswood2007-10-121-0/+352