Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
470f269ce3ff325d44bba94b3a746f87f56a387d
/
drivers
/
usb
/
serial
/
keyspan_pda.c
5e71fc8
USB: keyspan_pda: add new device id
by Nathaniel W Filardo
· 10 years ago
5f9f975
USB: serial: keyspan_pda: fix Entrega company name spelling
by Mark Knibbs
· 10 years ago
d9a38a8
USB: serial: add missing newlines to dev_<level> messages.
by Johan Hovold
· 11 years ago
803a536
usb: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
ec25e24
Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 12 years ago
75d22b3
USB: keyspan_pda: remove bogus disconnect test in close
by Johan Hovold
· 12 years ago
d7f0845
USB: keyspan_pda: remove bogus disconnect test from dtr_rts
by Johan Hovold
· 12 years ago
6aad04f
TTY: add tty_port_tty_wakeup helper
by Jiri Slaby
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
05c7cd3
TTY: switch tty_insert_flip_string
by Jiri Slaby
· 12 years ago
bcbec05
USB: serial: remove driver version information
by Johan Hovold
· 12 years ago
94ab71c
USB: keyspan_pda: 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
8d733e2
USB: ezusb: add functions for firmware download
by Rene Buergel
· 12 years ago
cc183e2
USB: ezusb: add support for Cypress FX2LP
by Rene Buergel
· 12 years ago
8c46939
USB: serial: keyspan_pda.c: remove debug module parameter
by Greg Kroah-Hartman
· 12 years ago
826575f
USB: serial: keyspan_pda.c: remove dbg() usage
by Greg Kroah-Hartman
· 12 years ago
99495c7
USB: ezusb: remove dependancy on usb_serial
by Rene Buergel
· 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
· 13 years ago
32078f9
USB: serial: remove usb_serial_disconnect call in all drivers
by Greg Kroah-Hartman
· 13 years ago
5026bb0
USB: serial: remove usb_serial_probe call in all drivers
by Greg Kroah-Hartman
· 13 years ago
5542cf7
USB: keyspan_pda.c: remove dbg() tracing calls
by Greg Kroah-Hartman
· 13 years ago
d40f5b0
USB: serial: keyspan_pda.c: use module_usb_serial_driver
by Greg Kroah-Hartman
· 13 years ago
8c49fc9
usb-serial: use new registration API in keyspan_pda.c
by Greg Kroah-Hartman
· 13 years ago
90ab5ee
module_param: make bool parameters really bool (drivers & misc)
by Rusty Russell
· 13 years ago
5833041
USB: serial: remove unnecessary reinitialisations of urb->dev
by Johan Hovold
· 13 years ago
da280e3
USB: keyspan_pda: clean up write-urb busy handling
by Johan Hovold
· 13 years ago
14b54e3
USB: serial: remove changelogs and old todo entries
by Johan Hovold
· 13 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
f7d7aed
USB: serial/keyspan_pda, fix potential tty NULL dereferences
by Jiri Slaby
· 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
7f26b3a
drivers/usb: Remove unnecessary return's from void functions
by Joe Perches
· 14 years ago
7f5b09c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 15 years ago
7d40d7e
USB serial: make USB device id constant
by Németh Márton
· 15 years ago
ca65d25
USB: keyspan_pda: fix DMA buffers on stack
by Johan Hovold
· 15 years ago
e6c4ef9
tty: declare MODULE_FIRMWARE in various drivers
by Ben Hutchings
· 15 years ago
6383251
USB: serial: fix assumption that throttle/unthrottle cannot sleep
by Oliver Neukum
· 15 years ago
a509a7e
tty: USB does not need the filp argument in the drivers
by Alan Cox
· 15 years ago
f9c99bb
USB: usb-serial: replace shutdown with disconnect, release
by Alan Stern
· 16 years ago
335f851
tty: Bring the usb tty port structure into more use
by Alan Cox
· 16 years ago
194343d
USB: remove use of err() in drivers/usb/serial
by Greg Kroah-Hartman
· 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
8dd03a5
keyspan_pda: Use string flip functions
by Alan Cox
· 16 years ago
9e70f31
tty-usb-keyspan-pda: Coding style
by Alan Cox
· 16 years ago
95da310
usb_serial: API all change
by Alan Cox
· 16 years ago
3b36a8f
usb: fix uninitialized variable warning in keyspan_pda
by Benny Halevy
· 16 years ago
3edbf98
keyspan_pda: use request_firmware()
by David Woodhouse
· 17 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
e7806e3
USB: keyspan_pda: clean up speed handling
by Alan Cox
· 17 years ago
23189ae
USB: serial: keyspan_pda: clean up urb->status usage
by Greg Kroah-Hartman
· 18 years ago
b963a84
[PATCH] Char: tty_wakeup cleanup
by Jiri Slaby
· 18 years ago
d9b1b78
USB serial: add driver pointer to all usb-serial drivers
by Johannes Hölzl
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
e81ee63
usb-serial: possible irq lock inversion (PPP vs. usb/serial)
by Peter Zijlstra
· 18 years ago
a969888
[PATCH] USB: move usb-serial.h to include/linux/usb/
by Greg Kroah-Hartman
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
75318d2
[PATCH] USB: remove .owner field from struct usb_driver
by Greg Kroah-Hartman
· 19 years ago
ba9dc65
[PATCH] USB: allow usb drivers to disable dynamic ids
by Greg Kroah-Hartman
· 19 years ago
269bda1
[PATCH] USB Serial: move name to driver structure
by Greg Kroah-Hartman
· 19 years ago
18fcac3
[PATCH] USB Serial: get rid of the .owner field in usb_serial_driver
by Greg Kroah-Hartman
· 19 years ago
ea65370
[PATCH] USB Serial: rename usb_serial_device_type to usb_serial_driver
by Greg Kroah-Hartman
· 19 years ago
507ca9b
[PATCH] USB: add ability for usb-serial drivers to determine if their write urb is currently being used.
by Greg Kroah-Hartman
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago