summaryrefslogtreecommitdiff
path: root/include/linux/xattr.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-11 05:34:10 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-05-11 05:34:10 -0700
commitfcf4fe0e3e820408890ae137a684e56010c55f99 (patch)
treeb1c96beef202618d563ffa6861faa0f6c4dc95e9 /include/linux/xattr.h
parent99be73b75fa9bb77d68c120255d81bba0f0fc427 (diff)
downloadkernel-linux-3.19.y.tar.gz
Linux 3.19.8linux-3.19.y
Diffstat (limited to 'include/linux/xattr.h')
0 files changed, 0 insertions, 0 deletions
e/linux/usb/serial.h?h=linux-3.1.y&id=eaa3bcb06aed1ac1d6d9e3edd3b5f72ea57a6ac0'>USB: serial: generalise write buffer preparationJohan Hovold 2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold 2010-05-20USB: serial: generalise generic read implementationJohan Hovold 2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold 2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold 2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel 2010-03-02USB: Extend and neaten dbg macrosJoe Perches 2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold 2009-12-11usb_serial: Kill port mutexAlan Cox 2009-10-09USB: serial: don't call release without attachAlan Stern 2009-09-23USB: use kfifo to buffer usb-generic serial writesDavid VomLehn 2009-09-19tty: USB serial termios bitsAlan Cox 2009-09-19tty: USB does not need the filp argument in the driversAlan Cox 2009-07-10tty: Fix USB kref leakAlan Cox 2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern 2009-06-15USB: usb-serial: call port_probe and port_remove at the right timesAlan Stern 2009-06-15USB: serial: usb_debug,usb_generic_serial: implement sysrq and serial breakJason Wessel 2009-06-15USB: usb_debug, usb_generic_serial: implement multi urb writeJason Wessel 2009-06-11tty: Bring the usb tty port structure into more useAlan Cox 2009-04-14tty: Update some of the USB kernel docLeandro Dorileo 2009-03-24USB: serial: introduce a flag into the usb serial layer to tell drivers that ...Oliver Neukum 2008-10-17USB: Fix spelling in usb/serial.hGeoff Levand 2008-08-13usb-serial: don't release unregistered minorsAlan Stern 2008-07-22usb_serial: API all changeAlan Cox 2008-04-24USB: serial: remove endpoints setting checks from core and headerGreg Kroah-Hartman 2008-04-24USB: Standardize inclusion protection and add where missing.Robert P. J. Day