summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb_debug.c
AgeCommit message (Expand)AuthorLines
2024-08-26USB: serial: drop driver owner initializationKrzysztof Kozlowski-2/+0
2024-08-07Merge tag 'usb-serial-6.11-rc2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman-0/+7
2024-07-31USB: serial: debug: do not echo input by defaultMarek Marczykowski-Górecki-0/+7
2024-07-05USB: serial: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2023-06-07USB: serial: return errors from break handlingJohan Hovold-3/+10
2017-11-28USB: serial: usb_debug: add new USB device idLu Baolu-0/+2
2017-11-07USB: serial: Change DbC debug device binding IDLu Baolu-2/+2
2017-11-04USB: serial: fix module-license macrosJohan Hovold-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+1
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+1
2017-04-19USB: serial: constify static arraysJohan Hovold-1/+1
2017-03-21usb/serial: Add DBC debug device support to usb_debugLu Baolu-3/+25
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman-1/+0
2012-02-28USB: serial: usb_debug.c: use module_usb_serial_driverGreg Kroah-Hartman-12/+1
2012-02-24usb-serial: use new registration API in [t-z]* driversAlan Stern-13/+6
2011-11-15USB: usb_debug: use process_read_urbJohan Hovold-4/+3
2011-11-15USB: usb_debug: fix indentationJohan Hovold-3/+3
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern-0/+1
2010-05-20USB: usb_debug: set bulk out size at probeJohan Hovold-7/+1
2010-05-20USB: usb_debug: use the generic kfifo-based write implementationJohan Hovold-2/+0
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-02USB serial: make USB device id constantNémeth Márton-1/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox-3/+2
2009-06-15USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel-0/+39
2009-06-15USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel-0/+2
2009-01-07USB: serial: usb_debug: Make staticRoel Kluin-1/+1
2008-07-22usb_serial: API all changeAlan Cox-2/+3
2008-07-21USB: debug port converter does not accept more than 8 byte packetsAleksey Gorelov-0/+9
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman-3/+0
2006-12-01USB: add driver for the USB debug devicesGreg Kroah-Hartman-0/+65