aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-27USB: usblcd: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: usb-serial: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: powermate: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: keyspan_remote: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: ati_remote: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: acecad: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: appletouch: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: hub: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: usblp: Use usb_endpoint_* functions.Luiz Fernando N. Capitulino
2006-09-27USB: New functions to check endpoints info.Luiz Fernando N. Capitulino
2006-09-27USB: making the kernel -Wshadow clean - USB & completionJesper Juhl
2006-09-27USB: Make file operations structs in drivers/usb const.Luiz Fernando N. Capitulino
2006-09-27USB: gmidi: New USB MIDI Gadget class driver.Ben Williamson
2006-09-27USB: gadgetfs: protect ep_release with lockMilan Svoboda
2006-09-27USB: fix ep_config to return correct valueMilan Svoboda
2006-09-27USB: correct locking in gadgetfs_disconnectMilan Svoboda
2006-09-27USB: onetouch - handle errors from input_register_device()Dmitry Torokhov
2006-09-27USB: build fixes: ohci-omapDavid Brownell
2006-09-27USB: garmin_gps support for new generation of gps receiversHermann Kneissel
2006-09-27USB: wacom tablet driver reorganizationPing Cheng
2006-09-27USB: usbcore get rid of the timer in usb_start_wait_urb()Franck Bui-Huu
2006-09-27USB: ipaq: minor ipaq_open() cleanup.Luiz Fernando N. Capitulino
2006-09-27usbnet: printk format warningRandy Dunlap
2006-09-27USB: asix - Add AX88178 support and many other changesDavid Hollis
2006-09-27USB: usbnet - Add unlink_rx_urbs() call to allow for Jumbo FramesJamie Painter
2006-09-27USB: pl2303: cosmetic changes to quirkThiago Galesi
2006-09-27USB: pl2303: reduce number of prototypesThiago Galesi
2006-09-27USB: pl2303: cosmetic changes to pl2303_buf_{clear, data_avail}Thiago Galesi
2006-09-27USB: pl2303: remove 80-columns limit violations in pl2303 driverThiago Galesi
2006-09-27USB: pl2303: Removes unneeded goto.Luiz Fernando N. Capitulino
2006-09-27usbtouchscreen: version 0.4Daniel Ritz
2006-09-27hub driver: improve use of #ifdefAlan Stern
2006-09-27usbcore: suspending devices with no driverAlan Stern
2006-09-27usbcore: fix up device and power state testsAlan Stern
2006-09-27usbcore: set device and power states properlyAlan Stern
2006-09-27usbcore: track whether interfaces are suspendedAlan Stern
2006-09-27usbcore: resume device resume recursionAlan Stern
2006-09-27usbcore: split suspend/resume for device and interfacesAlan Stern
2006-09-27usbcore: make usb_generic a usb_device_driverAlan Stern
2006-09-27usbcore: add usb_device_driver definitionAlan Stern
2006-09-27usbcore: move code among source filesAlan Stern
2006-09-27usbcore: rename usb_suspend_device to usb_port_suspendAlan Stern
2006-09-27usb-skeleton: don't submit URBs after disconnectionAlan Stern
2006-09-27usbfs: detect device unregistrationAlan Stern
2006-09-27usbfs: private mutex for open, release, and removeAlan Stern
2006-09-27USB: Phidgets should check create_device_file() return valueSean Young
2006-09-27USB: Put phidgets driver in a sysfs classSean Young
2006-09-27USB: Add driver for PhidgetMotorControlSean Young
2006-09-27usbcore: add configuration_string to attribute groupAlan Stern
2006-09-27USB: Make usb_buffer_free() NULL-safeDmitry Torokhov