USB: ch341: forward USB errors to USB serial core
[pandora-kernel.git] / drivers / usb / serial / ir-usb.c
index ccbce40..0c537da 100644 (file)
  *
  * See Documentation/usb/usb-serial.txt for more information on using this
  * driver
- *
- * 2008_Jun_02  Felipe Balbi <me@felipebalbi.com>
- *     Introduced common header to be used also in USB Gadget Framework.
- *     Still needs some other style fixes.
- *
- * 2007_Jun_21  Alan Cox <alan@lxorguk.ukuu.org.uk>
- *     Minimal cleanups for some of the driver problens and tty layer abuse.
- *     Still needs fixing to allow multiple dongles.
- *
- * 2002_Mar_07 greg kh
- *     moved some needed structures and #define values from the
- *     net/irda/irda-usb.h file into our file, as we don't want to depend on
- *     that codebase compiling correctly :)
- *
- * 2002_Jan_14  gb
- *     Added module parameter to force specific number of XBOFs.
- *     Added ir_xbof_change().
- *     Reorganized read_bulk_callback error handling.
- *     Switched from FILL_BULK_URB() to usb_fill_bulk_urb().
- *
- * 2001_Nov_08  greg kh
- *     Changed the irda_usb_find_class_desc() function based on comments and
- *     code from Martin Diehl.
- *
- * 2001_Nov_01 greg kh
- *     Added support for more IrDA USB devices.
- *     Added support for zero packet.  Added buffer override paramater, so
- *     users can transfer larger packets at once if they wish.  Both patches
- *     came from Dag Brattli <dag@obexcode.com>.
- *
- * 2001_Oct_07 greg kh
- *     initial version released.
  */
 
 #include <linux/kernel.h>