aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/metro-usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-02Merge tag 'usb-serial-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-15/+26
2017-10-16USB: serial: metro-usb: add MS7820 device idJohan Hovold1-0/+1
2017-10-13USB: serial: metro-usb: add missing interrupt-out endpoint checkJohan Hovold1-5/+17
2017-10-13USB: serial: metro-usb: simplify endpoint checkJohan Hovold1-7/+1
2017-10-13USB: serial: metro-usb: stop I/O after failed openJohan Hovold1-3/+8
2017-02-08USB: serial: metro-usb: drop redundant URB reinitialisationJohan Hovold1-18/+2
2017-02-08USB: serial: metro-usb: drop function-tracing debuggingJohan Hovold1-12/+0
2017-02-08USB: serial: metro-usb: drop redundant URB unlinkJohan Hovold1-1/+0
2017-02-08USB: serial: metro-usb: drop unused interrupt-out callbackJohan Hovold1-9/+0
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: constify device-id tablesJohan Hovold1-1/+1
2013-12-19drivers: usb: Mark function as static in metro-usb.cRashika Kheria1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-2/+2
2013-03-25USB: metro-usb: always disable uart on closeJohan Hovold1-4/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-2/+0
2012-10-25USB: metro-usb: fix io after disconnectJohan Hovold1-9/+6
2012-10-25USB: metro-usb: fix port-data memory leakJohan Hovold1-37/+13
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-7/+0
2012-09-14USB: serial: metro-usb.c: remove debug module parameterGreg Kroah-Hartman1-7/+0
2012-08-10tty: fix the metro-usb change I messed upAlan Cox1-1/+1
2012-07-16Merge branch 'v3.6-rc7' into tty-nextGreg Kroah-Hartman1-8/+0
2012-07-12usb: fix sillies in the metro USB driverAlan Cox1-7/+1
2012-07-05USB: metro-usb: fix tty_flip_buffer_push useJohan Hovold1-8/+0
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-04-10USB: serial: metro-usb: cosmetic fix in driver description.Aleksey Babahin1-1/+1
2012-04-10USB: serial: metro-usb: remove duplicated #include <linux/errno.h>Aleksey Babahin1-1/+0
2012-04-10USB: serial: metro-usb: make debug messages bit more informative.Aleksey Babahin1-2/+2
2012-04-10USB: serial: metro-usb: print errors always, not only in debug mode.Aleksey Babahin1-7/+7
2012-04-10USB: serial: metro-usb: get data from device in Uni-Directional mode.Aleksey Babahin1-0/+53
2012-04-10USB: serial: metro-usb: dummy implement write_int_callback() function.Aleksey Babahin1-0/+9
2012-04-10USB: serial: metro-usb: Fix idProduct for Uni-Directional mode.Aleksey Babahin1-3/+3
2012-03-08USB: serial: metro-usb: move to use dev_dbg() instead of dbg()Greg Kroah-Hartman1-34/+44
2012-03-08USB: serial: metro-usb: remove unneeded cast and function callGreg Kroah-Hartman1-5/+2
2012-03-08USB: serial: metro-usb: remove function header commentsGreg Kroah-Hartman1-110/+0
2012-03-08USB: serial: metro-usb: remove function prototypesGreg Kroah-Hartman1-146/+117
2012-03-08USB: serial: metro-usb: fix up coding style errorsGreg Kroah-Hartman1-95/+65
2012-03-08USB: serial: metro-usb: remove the .h fileGreg Kroah-Hartman1-2/+21
2012-03-08USB: serial: metro-usb: convert to use module_usb_serial_driverGreg Kroah-Hartman1-44/+2
2012-03-08USB: serial: metro-usb: remove vendor and product module parametersGreg Kroah-Hartman1-33/+2
2012-03-08USB: serial: metro-usb: fix up usb_serial_register callsGreg Kroah-Hartman1-11/+7
2012-03-08USB: serial: add metro-usb driver to the treeAleksey Babahin1-0/+622