Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a63b3bc7db32b63bfe5f48fa8582f931db81c86e
/
drivers
/
usb
/
serial
/
pl2303.c
5ddbb26
USB: pl2303: remove disconnect test from tiocmset
by Johan Hovold
· 12 years ago
aff5b32
USB: pl2303: fix return value of tiocmset
by Johan Hovold
· 12 years ago
6d0cad6
USB: pl2303: fix TIOCMIWAIT and disconnect
by Johan Hovold
· 12 years ago
824d11b
USB: pl2303: add custom tiocmiwait operation
by Johan Hovold
· 12 years ago
f45d0a5
USB: pl2303: make set_control_lines a port operation
by Johan Hovold
· 12 years ago
7b5789a
USB: pl2303: use interface device for debug
by Johan Hovold
· 12 years ago
40509ca9
USB: pl2303: fix use-after-free in TIOCMIWAIT
by Johan Hovold
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
2f69335
TTY: convert more flipping functions
by Jiri Slaby
· 12 years ago
8bf769e
USB: pl2303: fix port-data memory leak
by Johan Hovold
· 12 years ago
d9a8074
Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
8c3b8f0
USB: Serial: pl2303.c: remove debug module parameter
by Greg Kroah-Hartman
· 12 years ago
59d33f2
USB: serial: remove debug parameter from usb_serial_debug_data()
by Greg Kroah-Hartman
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
68e2411
USB: serial: rework usb_serial_register/deregister_drivers()
by Greg Kroah-Hartman
· 12 years ago
32078f9
USB: serial: remove usb_serial_disconnect call in all drivers
by Greg Kroah-Hartman
· 12 years ago
5026bb0
USB: serial: remove usb_serial_probe call in all drivers
by Greg Kroah-Hartman
· 12 years ago
c7f3619
usb-serial: clean up unneeded PM-related fields
by Alan Stern
· 12 years ago
d8789b2
USB: serial: pl2303: convert dbg() calls to dev_dbg()
by Greg Kroah-Hartman
· 13 years ago
729be47
USB: pl2303: remove unused define
by Johan Hovold
· 13 years ago
6f1efd6
USB: pl2303: fix abuse of interface data
by Johan Hovold
· 13 years ago
ce5c985
USB: pl2303: fix DTR/RTS being raised on baud rate change
by Johan Hovold
· 13 years ago
d1cddb4
USB: create module_usb_serial_driver macro
by Greg KH
· 13 years ago
f667dda
usb-serial: use new registration API in [n-p]* drivers
by Alan Stern
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
47b6495
Merge 3.2-rc3 into usb-linus
by Greg Kroah-Hartman
· 13 years ago
f5230a5
USB: pl2303: use usb_serial_generic_open
by Johan Hovold
· 13 years ago
d4691c3
USB: pl2302: clean up error handling in open
by Johan Hovold
· 13 years ago
db6e918
USB: pl2303: return errors from usb_submit_urb in open
by Johan Hovold
· 13 years ago
0c16595
USB: serial: pl2303: rm duplicate id
by wangyanqing
· 13 years ago
598f0b7
USB: pl2303: add id for SMART device
by Eric Benoit
· 13 years ago
55a4626
USB: pl2303: remove unreachable code
by Michał Sroczyński
· 13 years ago
026dfaf
USB: serial: add IDs for WinChipHead USB->RS232 adapter
by Wolfgang Denk
· 13 years ago
8d48fdf
USB: PL2303: correctly handle baudrates above 115200
by Michał Sroczyński
· 13 years ago
00a0d0d
tty: remove filp from the USB tty ioctls
by Alan Cox
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
d14fc1a
USB: serial: handle Data Carrier Detect changes
by Libor Pechacek
· 14 years ago
96a3e79
drivers: update to pl2303 usb-serial to support Motorola cables
by Dario Lombardo
· 14 years ago
2637d13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 14 years ago
f36ecd5
USB: pl2303: New vendor and product id
by Jef Driesen
· 14 years ago
6ee9f4b
USB: drop tty argument from usb_serial_handle_sysrq_char()
by Dmitry Torokhov
· 14 years ago
d45cc8d
USB: pl2303: use tty_insert_flip_string_fixed_flag
by Johan Hovold
· 14 years ago
8b0127b
USB: pl2303: use generic close
by Johan Hovold
· 15 years ago
684c6e3
USB: pl2303: switch to generic write implementation
by Johan Hovold
· 15 years ago
f08e07a
USB: pl2303: switch to generic read implementation
by Johan Hovold
· 15 years ago
7919c2f
USB: pl2303: increase bulk-in buffer size to 256 byte
by Johan Hovold
· 15 years ago
3efeaff
USB: pl2303: increase the bulk-out buffer size to 256 byte
by Johan Hovold
· 15 years ago
bd5afa9
usb-serial: Use tty_port version console instead of usb_serial_port
by Jason Wessel
· 15 years ago
18344a1
USB: serial: pl2303: Hybrid reader Uniform HCR331
by Simone Contini
· 15 years ago
9a61d72
USB: pl2303: add AdLink ND-6530 USB IDs
by Manuel Jander
· 15 years ago
124d255
USB: pl2303: remove unnecessary reset of usb_device in urbs
by Johan Hovold
· 15 years ago
67b9946
USB: pl2303: initial TIOCGSERIAL support
by John Tsiombikas
· 15 years ago
1f87158
USB: remove references to port->port.count from the serial drivers
by Alan Stern
· 15 years ago
a108bfc
USB: tty: Prune uses of tty_request_room in the USB layer
by Alan Cox
· 15 years ago
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
9388e2e
USB: pl2303: fix error characters not being reported to ldisc
by Johan Hovold
· 15 years ago
29cf1b7
USB-serial: pl2303: use 1.5 instead of 2 stop bits with 5 data bits
by Frank Schaefer
· 15 years ago
6dd81b4
USB-serial: pl2303: add space/mark parity
by Frank Schaefer
· 15 years ago
25b8286
USB-serial: pl2303: fix baud rate handling in case of unsupported values
by Frank Schaefer
· 15 years ago
35904e6
USB: serial: pl2303: new hardware support - sanwa multimeter
by Pawel Ludwikow
· 15 years ago
a509a7e
tty: USB does not need the filp argument in the drivers
by Alan Cox
· 15 years ago
4927656
USB: pl2303: New vendor and product id
by Khanh-Dang Nguyen Thu Lam
· 15 years ago
8540d66
USB: pl2303: New vendor and product id for the prolific driver
by Gianpaolo Cugola
· 15 years ago
d4fc4a7
tty: Fix the PL2303 private methods for sysrq
by Alan Cox
· 15 years ago
24a15a6
tty: Fix USB kref leak
by Alan Cox
· 15 years ago
f9c99bb
USB: usb-serial: replace shutdown with disconnect, release
by Alan Stern
· 15 years ago
430eb0d
USB: pl2303 usb_serial: implement sysrq handling on break
by Jason Wessel
· 15 years ago
335f851
tty: Bring the usb tty port structure into more use
by Alan Cox
· 15 years ago
912299f
tty: pl2303 needs identifiers for Siemens S81 as well as EF81
by Alan Cox
· 16 years ago
af4b851
USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole display
by Mike Provencher
· 16 years ago
7c99200
USB: add 5372:2303 to pl2303
by Matthew Arnold
· 16 years ago
c197a8d
USB: remove info() macro from usb/serial drivers
by Greg Kroah-Hartman
· 16 years ago
4a90f09
tty: usb-serial krefs
by Alan Cox
· 16 years ago
4ad6de0
usb: fix pl2303 initialization
by Jason Wessel
· 16 years ago
8c80968
USB: pl2023: Remove USB id (4348:5523) handled by ch341
by Tollef Fog Heen
· 16 years ago
3a0f43e
tty-usb-pl2303: Coding style
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
727df35
USB: add a pl2303 device id
by Greg Kroah-Hartman
· 16 years ago
4be2fa1
USB: pl2303: another product ID
by Steve Murphy
· 16 years ago
26ab705
usb-serial: Use ftdi_sio driver for RATOC REX-USB60F
by Atsushi Nemoto
· 16 years ago
cdc9779
USB: remove unnecessary type casting of urb->context
by Ming Lei
· 17 years ago
a5b6f60
usb serial: more fixes and groundwork for tty changes
by Alan Cox
· 17 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
0ba4034
USB: serial: remove unneeded number endpoints settings
by Greg Kroah-Hartman
· 17 years ago
b483b6a
USB: pl2303: another product ID
by Max Arnold
· 17 years ago
0915f49
USB: last abuses of intfdata in close for usb-serial drivers
by Oliver Neukum
· 17 years ago
fcf9e55
USB: pl2303: Add autosuspend support to pl2303 usb serial converter.
by Sarah Sharp
· 17 years ago
3e15250
USB: pl2303: Move pl2303 vendor specific init to probe function.
by Sarah Sharp
· 17 years ago
eb44da0
USB: pl2303: Cleanup FISH and SOUP macros in pl2303 driver.
by Sarah Sharp
· 17 years ago
57833ea
USB: pl2303: add support for RATOC REX-USB60F
by Akira Tsukamoto
· 17 years ago
94cb373
USB: remove duplicate entry in Option driver and Pl2303 driver for Huawei modem
by Daniel Kozák
· 17 years ago
cc311ee
USB: Adding YC Cable USB Serial device to pl2303
by Damien Stuart
· 17 years ago
002e8f2
USB: add support for 4348:5523 WinChipHead USB->RS 232 adapter
by Piotr Roszatycki
· 17 years ago
bf5e583
pl2303: Fix mode switching regression
by Alan Cox
· 17 years ago
9e3285d
USB: pl2303: add support for Corega CG-USBRS232R
by Magnus Damm
· 17 years ago
8a28dea
usb: serial/pl2303: support for IO Data Device RSAQ5
by Masakazu Mokuno
· 17 years ago
df64c47
USB: pl2303: remove can't happen checks, set speed properly and report baud rate
by Alan Cox
· 17 years ago
e7beb66
usb: serial/pl2303: support for BenQ Siemens Mobile Phone EF81
by Andreas Loibl
· 17 years ago
Next »