usb: ati_remote free urb cleanup
[safe/jmp/linux-2.6] / drivers / usb / misc /
2006-12-01 Luiz Fernando N... USB: usbtest: Use usb_endpoint_* functions
2006-12-01 Luiz Fernando N... USB: phidgetmotorcontrol: Use usb_endpoint_* functions
2006-12-01 Luiz Fernando N... USB: phidgetkit: Use usb_endpoint_* functions
2006-12-01 Luiz Fernando N... USB: legousbtower: Use usb_endpoint_* functions
2006-12-01 Luiz Fernando N... USB: idmouse: Use usb_endpoint_* functions
2006-12-01 Luiz Fernando N... USB: ftdi-elan: Use usb_endpoint_* functions
2006-12-01 Luiz Fernando N... USB: appledisplay: Use usb_endpoint_* functions
2006-12-01 Eric SesterhennUSB: kmemdup() cleanup in drivers/usb/
2006-11-16 Mariusz KozlowskiUSB: auerswald possible memleak fix
2006-10-17 Adrian BunkUSB: ftdi-elan.c: remove dead code
2006-10-17 Eric SesterhennUSB: fix dereference in drivers/usb/misc/adutux.c
2006-10-17 Greg Kroah-HartmanUSB: move trancevibrator.c to the proper usb directory
2006-10-17 Greg Kroah-HartmanUSB: ftdi-elan: fix sparse warnings
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-10-04 Dave JonesRemove all inclusions of <linux/config.h>
2006-09-28 Sean YoungUSB: New PhidgetKit 8/8/8 reset outputs after 2 seconds
2006-09-27 Pete ZaitcevUSB: Dealias -110 code (more complete)
2006-09-27 Tony OlechUSB: ftdi-elan: client driver for ELAN Uxxx adapters
2006-09-27 Steven HaighUSB: Add ADU support for Ontrak ADU devices
2006-09-27 Greg Kroah-HartmanUSB: fix __must_check warnings in drivers/usb/misc/
2006-09-27 Luiz Fernando N... USB: ldusb: Use usb_endpoint_* functions.
2006-09-27 Luiz Fernando N... USB: usblcd: Use usb_endpoint_* functions.
2006-09-27 Luiz Fernando N... USB: Make file operations structs in drivers/usb const.
2006-09-27 Sean YoungUSB: Phidgets should check create_device_file() return...
2006-09-27 Sean YoungUSB: Put phidgets driver in a sysfs class
2006-09-27 Sean YoungUSB: Add driver for PhidgetMotorControl
2006-09-07 Nobuhiro IwamatsuUSB: Support for USB20SVGA-WH & USB20SVGA-DG
2006-08-26 Greg Kroah-Hartman[PATCH] USB: fix bug in cypress_cy7c63.c driver
2006-08-11 Orjan FribergUSB: usbtest.c: unsigned retval makes ctrl_out return...
2006-08-02 Oliver BockUSB: cypress driver comment updates
2006-07-12 Eric Sesterhenn[PATCH] USB: fix pointer dereference in drivers/usb...
2006-07-12 Oliver Bock[PATCH] USB: rename Cypress CY7C63xxx driver to proper...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-21 Oliver Bock[PATCH] USB: new driver for Cypress CY7C63xxx mirco...
2006-06-21 akpm@osdl.org[PATCH] Driver for Apple Cinema Display
2006-06-21 Alan Stern[PATCH] usbtest: report errors in iso tests
2006-06-21 Franck Bui-Huu[PATCH] Fix a deadlock in usbtest
2006-06-21 Sean Young[PATCH] USB Phidget InterfaceKit: make inputs pollable...
2006-06-21 Adrian Bunk[PATCH] USB: sisusbvga: possible cleanups
2006-06-21 Arjan van de Ven[PATCH] USB: convert the semaphores in the sisusb drive...
2006-05-12 Monty[PATCH] USB: Emagic USB firmware loading fixes
2006-04-14 David Brownell[PATCH] USB: usbtest: scatterlist OUT data pattern...
2006-03-20 Eric Sesterhenn[PATCH] USB: kzalloc() conversion for rest of drivers/usb
2006-03-20 Arjan van de Ven[PATCH] USB: convert a bunch of USB semaphores to mutexes
2006-03-20 Pekka Enberg[PATCH] USB: remove LINUX_VERSION_CODE macro usage
2006-03-20 Oliver Neukum[PATCH] USB: kzalloc in sisusbvga
2006-03-20 Oliver Neukum[PATCH] USB: kzalloc in usbled
2006-03-20 Oliver Neukum[PATCH] USB: kzalloc in PhidgetServo
2006-03-20 Oliver Neukum[PATCH] USB: kzalloc in PhidgetInterfaceKit
2006-03-20 Oliver Neukum[PATCH] USB: kzalloc in ldusb
2006-03-20 Oliver Neukum[PATCH] USB: kzalloc in idmouse
2006-03-20 Oliver Neukum[PATCH] USB: kzalloc in cytherm
2006-02-14 Michael Hund[PATCH] USB: change ldusb's experimental state
2006-02-14 Michael Hund[PATCH] USB: add new device ids to ldusb
2006-02-01 Greg Kroah-Hartman[PATCH] USB: remove some left over devfs droppings...
2006-02-01 Andrew Morton[PATCH] USB: add new auerswald device ids
2006-01-04 Jesper Juhl[PATCH] USB: Remove unneeded kmalloc() return value...
2006-01-04 Arjan van de Ven[PATCH] USB: mark various usb tables const
2006-01-04 Adrian Bunk[PATCH] USB: drivers/usb/misc/sisusbvga/sisusb.c: remov...
2006-01-04 Greg Kroah-Hartman[PATCH] USB: remove .owner field from struct usb_driver
2005-12-15 Al Viro[PATCH] auerswald.c: %zd for size_t
2005-11-17 Greg Kroah-Hartman[PATCH] USB: move CONFIG_USB_DEBUG checks into the...
2005-11-09 Olaf Hering[PATCH] changing CONFIG_LOCALVERSION rebuilds too much...
2005-10-30 David Hardeman[PATCH] Use sg_set_buf/sg_init_one where applicable
2005-10-29 Al Viro[PATCH] idmouse cleanup and overflow fix
2005-10-28 Alan Stern[PATCH] Missing transfer_flags setting in usbtest
2005-10-28 Andrew Morton[PATCH] USB: sisusb warning fix
2005-10-28 David Brownell[PATCH] usb_interface power state
2005-10-28 Greg Kroah-Hartman[PATCH] devfs: Remove the mode field from usb_class_dri...
2005-10-28 Al Viro[PATCH] gfp_t: drivers/usb
2005-09-12 Thomas Sailer[PATCH] usb: fix uss720 schedule with interrupts off
2005-09-12 Thomas Winischhofer[PATCH] USB: sisusb[vga] update
2005-09-08 Alexey Dobriyan[PATCH] USB ldusb: fmt warnings fixes for 64-bit platforms
2005-09-08 Alan Stern[PATCH] USB: URB_ASYNC_UNLINK flag removed from the...
2005-09-05 Pavel Machek[PATCH] swsusp: switch pm_message_t to struct
2005-07-29 Michael Hund[PATCH] USB: ldusb fixes
2005-07-12 Michael Hund[PATCH] USB: add ldusb driver
2005-06-27 Florian Echtler[PATCH] USB: upgrade of the idmouse driver
2005-06-27 David Brownell[PATCH] USB: usbtest updates
2005-06-20 Yani Ioannou[PATCH] Driver Core: drivers/usb/input/aiptek.c - drive...
2005-05-04 Steven Cole[PATCH] USB: Spelling fixes for drivers/usb.
2005-04-26 Al Viro[PATCH] size_t portability fixes - drivers/usb
2005-04-22 Thomas Winischhofer[PATCH] USB: new SiS device id
2005-04-19 Jesper Juhl[PATCH] USB: kfree cleanup for drivers/usb/* - no need...
2005-04-19 Thomas Winischhofer[PATCH] USB: new SIS device id
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2