aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb_debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28USB: serial: usb_debug: add new USB device idLu Baolu1-0/+2
2017-11-07USB: serial: Change DbC debug device binding IDLu Baolu1-2/+2
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2017-04-19USB: serial: constify static arraysJohan Hovold1-1/+1
2017-03-21usb/serial: Add DBC debug device support to usb_debugLu Baolu1-3/+25
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+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-02-28USB: serial: usb_debug.c: use module_usb_serial_driverGreg Kroah-Hartman1-12/+1
2012-02-24usb-serial: use new registration API in [t-z]* driversAlan Stern1-13/+6
2011-11-15USB: usb_debug: use process_read_urbJohan Hovold1-4/+3
2011-11-15USB: usb_debug: fix indentationJohan Hovold1-3/+3
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern1-0/+1
2010-05-20USB: usb_debug: set bulk out size at probeJohan Hovold1-7/+1
2010-05-20USB: usb_debug: use the generic kfifo-based write implementationJohan Hovold1-2/+0
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-3/+2
2009-06-15USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel1-0/+39
2009-06-15USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel1-0/+2
2009-01-07USB: serial: usb_debug: Make staticRoel Kluin1-1/+1
2008-07-22usb_serial: API all changeAlan Cox1-2/+3
2008-07-21USB: debug port converter does not accept more than 8 byte packetsAleksey Gorelov1-0/+9
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2006-12-01USB: add driver for the USB debug devicesGreg Kroah-Hartman1-0/+65