Driver-Core: extend devnode callbacks to provide permissions
[safe/jmp/linux-2.6] / include / linux / usb.h
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
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
next