rpc: add an rpc_pipe_open method
[safe/jmp/linux-2.6] / include / linux / usb.h
2008-11-13 Alan SternUSB: don't register endpoints for interfaces that are...
2008-10-17 Oliver NeukumUSB: anchor API changes needed for btusb
2008-10-17 Oliver NeukumUSB: extend poisoning to anchors
2008-10-17 Oliver NeukumUSB: kill URBs permanently
2008-08-21 Alan SternUSB: Defer Set-Interface for suspended devices
2008-08-14 Alan SternUSB: add missing kerneldoc line for "needs_binding"
2008-07-21 Alan SternUSB: Force unbinding of drivers lacking reset_resume...
2008-07-21 Ming LeiUSB: fix usb_reset_device and usb_reset_composite_devic...
2008-07-21 Ming LeiUSB: remove interface parameter of usb_reset_composite_...
2008-07-21 Alan SternUSB: implement "soft" unbinding
2008-07-21 Greg Kroah-HartmanUSB: handle pci_name() being const
2008-04-25 Inaky Perez-Gonzalezwusb: add link wusb-usb device
2008-04-25 Inaky Perez-Gonzalezwusb: add authenticathed bit to usb_dev
2008-04-25 Oliver NeukumUSB: update comments about usb driver's header
2008-04-25 Oliver NeukumUSB: add extension of anchor API, usb_unlink_anchored_urbs
2008-04-25 Tilman SchmidtUSB: usb.h: reduce syslog clutter [v3]
2008-04-25 Randy DunlapUSB: convert usb.h struct usb_device to kernel-doc
2008-04-25 Alan SternUSB: remove CONFIG_USB_PERSIST setting
2008-03-04 Lei MingUSB: fix comment of struct usb_interface
2008-03-03 Randy Dunlapdocbook: fix usb source files
2008-02-01 Greg Kroah-HartmanUSB: fix codingstyle issues in include/linux/usb.h
2008-02-01 Sarah SharpUSB: Export suspend statistics
2008-02-01 Tony JonesUSB: Convert from class_device to device for USB core
2007-12-17 Randy Dunlapusb.h: fix kernel-doc warning
2007-11-28 Alan SternUSB: keep track of whether interface sysfs files exist
2007-10-12 Alan SternUSB: skip autosuspended devices during system resume
2007-10-12 Sarah SharpUSB: Export URB statistics for powertop
2007-10-12 Alan SternUSB: flush outstanding URBs when suspending
2007-10-12 Alan SternUSB: get rid of urb->lock
2007-10-12 Alan SternUSB: add urb->unlinked field
2007-10-12 Inaky Perez-Gonzalezusb: introduce usb_device authorization bits
2007-10-12 Alan SternUSB: cleanup for previous patches
2007-10-12 Alan SternUSB: avoid using urb->pipe in usbcore
2007-10-12 Alan SternUSB: add direction bit to urb->transfer_flags
2007-10-12 Alan SternUSB: add ep->enable
2007-10-12 Alan SternUSB: add urb->ep
2007-07-30 Randy DunlapUSB: usb.h kernel-doc additions
2007-07-12 Craig W. NadlerUSB: add IAD support to usbfs and sysfs
2007-07-12 Marcel HoltmannUSB: Add URB_FREE_BUFFER flag and the logic behind it
2007-07-12 Alan SternUSB: add power/persist device attribute
2007-07-12 Alan SternUSB: add reset_resume method
2007-07-12 Oliver NeukumUSB: introduce usb_anchor
2007-07-12 Daniel DrakeUSB: add USB_DEVICE_AND_INTERFACE_INFO for device matching
2007-07-12 Alan SternUSB: add USB-Persist facility
2007-07-10 Jan KratochvilUSB: Add USB_DEVICE_INTERFACE_PROTOCOL macro
2007-05-09 Michael OpdenackerFix occurrences of "the the "
2007-04-27 Alan SternUSB: add "last_busy" field for use in autosuspend
2007-04-27 Kay SieversUSB: make usbdevices export their device nodes instead...
2007-04-27 Alan SternUSB: add power/level sysfs attribute
2007-04-27 Alan SternUSB: Allow autosuspend delay to equal 0
2007-02-23 Alan SternUSB: make autosuspend delay a module parameter
2007-02-23 Oliver NeukumUSB: add a blacklist for devices that can't handle...
2007-02-16 Pete ZaitcevUSB: make usb_iso_packet_descriptor.status signed
2007-02-08 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/usb-2.6
2007-02-07 Alan Sternusbcore: remove unused bandwith-related code
2007-02-07 Sarah BaileyUSB: Add usb_endpoint_xfer_control to usb.h
2007-02-07 Greg Kroah-HartmanUSB serial: add dynamic id support to usb-serial core
2007-02-07 David BrownellUSB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>
2007-02-07 Greg Kroah-HartmanUSB: convert usb class devices to real devices
2007-02-07 Greg Kroah-HartmanUSB: move usb_device_class class devices to be real...
2007-02-07 Greg Kroah-HartmanUSB: add the sysfs driver name to all modules
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Alan SternUSB: keep count of unsuspended children
2006-12-01 Alan SternUSB: struct usb_device: change flag to bitflag
2006-12-01 Alan SternUSB: expand autosuspend/autoresume API
2006-12-01 Luiz Fernando N... USB: makes usb_endpoint_* functions inline.
2006-12-01 inaky@linux.intel.comusb/hub: allow hubs up to 31 children
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-28 Alan SternUSB: fix autosuspend when CONFIG_PM isn't set
2006-09-27 Alan Sternusbcore: add autosuspend/autoresume infrastructure
2006-09-27 Alan Sternusbcore: store each usb_device's level in the tree
2006-09-27 Alan Sternusbcore: trim down usb_bus structure
2006-09-27 Alan Sternusbcore: Add flag for whether a host controller uses DMA
2006-09-27 Alan SternUSB: remove struct usb_operations
2006-09-27 Alan Sternusbcore: help drivers to change device configs
2006-09-27 Luiz Fernando N... USB core: Use const where possible.
2006-09-27 Luiz Fernando N... USB: New functions to check endpoints info.
2006-09-27 Jesper JuhlUSB: making the kernel -Wshadow clean - USB & completion
2006-09-27 Alan Sternusbcore: track whether interfaces are suspended
2006-09-27 Alan Sternusbcore: add usb_device_driver definition
2006-08-02 Greg Kroah-HartmanRevert "[PATCH] USB: move usb_device_class class device...
2006-08-02 Greg Kroah-HartmanRevert "[PATCH] USB: convert usb class devices to real...
2006-07-12 Randy Dunlap[PATCH] USB: fix usb kernel-doc
2006-06-21 Greg Kroah-Hartman[PATCH] USB: convert usb class devices to real devices
2006-06-21 Greg Kroah-Hartman[PATCH] USB: move usb_device_class class devices to...
2006-06-21 Greg Kroah-Hartman[PATCH] USB: make endpoints real struct devices
2006-06-21 Alan Stern[PATCH] usbcore: port reset for composite devices
2006-06-21 Greg Kroah-Hartman[PATCH] USB: add usb_interrupt_msg() function for api...
2006-04-26 David WoodhouseDon't include linux/config.h from anywhere else in...
2006-03-28 Arjan van de Ven[PATCH] mark f_ops const in the inode
2006-03-20 Adrian Bunk[PATCH] USB: drivers/usb/core/message.c: make usb_get_s...
2006-01-05 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2006-01-05 Kay Sievers[PATCH] driver core: replace "hotplug" by "uevent"
2006-01-04 Alan Stern[PATCH] USB: Store port number in usb_device
2006-01-04 Alan Stern[PATCH] USB: Consider power budget when choosing config...
2006-01-04 Alan Stern[PATCH] USB: Remove USB private semaphore
2006-01-04 Greg Kroah-Hartman[PATCH] USB: remove .owner field from struct usb_driver
2006-01-04 Greg Kroah-Hartman[PATCH] USB: make registering a usb driver automaticall...
2006-01-04 Greg Kroah-Hartman[PATCH] USB: allow usb drivers to disable dynamic ids
next