Merge branch 'linus' into cont_syslog
[safe/jmp/linux-2.6] / include / linux / usb.h
2010-05-20 Greg Kroah-HartmanUSB: remove unused usb_buffer_alloc and usb_buffer_free...
2010-05-20 Greg Kroah-HartmanUSB: usb.h: checkpatch cleanups
2010-05-20 Ming LeiUSB: remove usb_find_device
2010-05-20 Alan SternUSB: simplify usb_sg_init()
2010-05-20 Matthew WilcoxUSB: Change the scatterlist type in struct urb
2010-05-20 Matthew WilcoxUSB: Turn interface_to_usbdev into an inline function
2010-05-20 Matthew WilcoxUSB: Add a usb_pipe_endpoint() convenience function
2010-05-20 Alan SternUSB: remove URB_NO_SETUP_DMA_MAP
2010-05-20 Alan SternUSB: remove the usb_host_ss_ep_comp structure
2010-05-20 Sarah SharpUSB: Support for allocating USB 3.0 streams.
2010-05-20 Sarah SharpUSB: Add stream ID field to struct urb.
2010-05-20 Alan SternUSB: use PM core routines to enable/disable autosuspend
2010-05-20 Alan SternUSB: fix usbmon and DMA mapping for scatter-gather...
2010-04-30 Daniel MackUSB: rename usb_buffer_alloc() and usb_buffer_free()
2010-03-19 Matthew WilcoxUSB: Fix usb_fill_int_urb for SuperSpeed devices
2010-03-08 Greg Kroah-HartmanDriver core: create lock/unlock functions for struct...
2010-03-02 Joe PerchesUSB: Extend and neaten dbg macros
2010-03-02 Alan SternUSB: convert to the runtime PM framework
2010-03-02 Alan SternUSB: implement usb_enable_autosuspend
2010-02-26 Alan SternUSB: implement non-tree resume ordering constraints...
2010-01-20 Sarah SharpUSB: Fix duplicate sysfs problem after device reset.
2009-12-11 Sarah SharpUSB: Refactor code to find alternate interface settings.
2009-12-11 Alan SternUSB: prepare for changover to Runtime PM framework
2009-12-11 Alan SternUSB: remove the auto_pm flag
2009-12-11 David VrabelUSB: make urb scatter-gather support more generic
2009-09-23 Alan SternUSB: make intf.pm_usage an atomic_t
2009-09-23 Pete ZaitcevUSB: usbmon: end ugly tricks with DMA peeking
2009-09-21 Anand Gadiyartrivial: fix typo "for for" in multiple files
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-07-12 Randy DunlapUSB: usb.h: fix kernel-doc notation
2009-06-16 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-06-16 Sarah SharpUSB: Change names of SuperSpeed ep companion descriptor...
2009-06-16 Sarah SharpUSB: Push scatter gather lists down to host controller...
2009-06-16 Sarah SharpUSB: Parse and store the SuperSpeed endpoint companion...
2009-06-16 Sarah SharpUSB: Support for submitting control URBs under xHCI.
2009-06-16 Sarah SharpUSB: Support for addressing a USB device under xHCI
2009-06-16 Sarah SharpUSB: Add route string to struct usb_device.
2009-06-16 Randy DunlapUSB: usb.h: change private: kernel-doc for new format...
2009-06-16 Greg Kroah-HartmanUSB: remove unused usb_host class
2009-06-16 Greg Kroah-HartmanUSB: add usb debugfs directory
2009-06-16 Kay SieversDriver Core: usb: add nodename support for usb drivers.
2009-04-17 David VrabelUSB: add reset endpoint operations
2009-03-24 Greg Kroah-HartmanUSB: make actual_length in struct urb field u32
2009-03-24 Greg Kroah-HartmanUSB: make transfer_buffer_lengths in struct urb field u32
2009-03-24 Julia LawallUSB: Move definitions from usb.h to usb/ch9.h
2009-01-28 Inaky Perez-GonzalezUSB: add kernel-doc for wusb_dev in struct usb_device
2009-01-07 Greg Kroah-HartmanUSB: remove info() macro from usb.h
2009-01-07 Greg Kroah-HartmanUSB: remove warn() macro from usb.h
2009-01-07 Oliver NeukumUSB: extension of anchor API to unpoison an anchor
2009-01-07 Ming LeiUSB: mark "reject" field of struct urb as atomic_t
2009-01-07 Alan SternUSB: utilize the bus notifiers
2009-01-07 Alan SternUSB: Enhance usage of pm_message_t
2009-01-07 Pete ZaitcevUSB: Allow usbmon as a module even if usbcore is builtin
2009-01-07 Inaky Perez-GonzalezUSB: Introduce usb_queue_reset() to do resets from...
2009-01-07 Alan SternUSB: add asynchronous autosuspend/autoresume support
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
next