usb: don't update devnum for wusb devices
[safe/jmp/linux-2.6] / drivers / usb / core / hub.c
2008-04-25 David Vrabelusb: don't update devnum for wusb devices
2008-04-25 Inaky Perez-Gonzalezwusb: make ep0_reinit available for modules
2008-04-25 Inaky Perez-Gonzalezwusb: devices dont use a set address
2008-04-25 Inaky Perez-Gonzalezwusb: teach choose_address() about wireless devices
2008-04-25 Harvey HarrisonUSB: replace remaining __FUNCTION__ occurrences
2008-04-25 Alan SternUSB: don't explicitly reenable root-hub status interrupts
2008-04-25 Alan SternUSB: log an error message when USB enumeration fails
2008-04-25 Alan SternUSB: check serial-number string after device reset
2008-04-25 Alan SternUSB: remove CONFIG_USB_PERSIST setting
2008-04-25 Alan SternUSB: make USB-PERSIST work after every system sleep
2008-04-25 Alan SternUSB: reorganize code in hub.c
2008-04-25 Alan SternUSB: EHCI: carry out port handover during each root...
2008-04-19 Matthew Wilcoxdrivers: Remove unnecessary inclusions of asm/semaphore.h
2008-02-01 Greg Kroah-HartmanUSB: mark USB drivers as being GPL only
2008-02-01 Sarah SharpUSB: Export suspend statistics
2008-02-01 Alan SternUSB: updates to usb_reset_composite_device()
2008-02-01 Greg Kroah-HartmanUSB: always announce a device has been added to the...
2008-02-01 Balaji RaoUSB: force handover port to companion when hub_port_con...
2008-02-01 Oliver NeukumUSB: use GFP_NOIO in reset path
2007-12-17 Alan SternUSB: fix locking loop by avoiding flush_scheduled_work
2007-11-28 Roel KluinUSB: Fix priority mistakes in drivers/usb/core/hub.c
2007-10-18 Rafael J. Wysockifreezer: introduce freezer-friendly waiting macros
2007-10-16 Randy Dunlapdocbook: fix usb content
2007-10-12 Alan SternUSB: mutual exclusion for EHCI init and port resets
2007-10-12 jidong xiaoUSB: fix limited_power setting mistake in hub.c
2007-10-12 Alan SternUSB: flush outstanding URBs when suspending
2007-10-12 Alan SternUSB: remove traces of urb->status from usbcore
2007-10-12 Greg Kroah-HartmanUSB: rename choose_configuration
2007-10-12 Inaky Perez-Gonzalezusb: introduce usb_authorize/deauthorize()
2007-10-12 Inaky Perez-Gonzalezusb: split usb_new_device for clarity and refactoring
2007-10-12 Alan SternUSB: address-0 handling during device initialization
2007-10-12 Alan SternUSB: add ep->enable
2007-08-22 Alan SternUSB: accept 1-byte Device Status replies, fixing some...
2007-07-20 Alan SternUSB: fix warning caused by autosuspend counter going...
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-12 Alan SternUSB: add power/persist device attribute
2007-07-12 Alan SternUSB: unify reset_resume and normal resume
2007-07-12 Alan SternUSB: add reset_resume method
2007-07-12 Alan SternUSB: remove excess code from hub.c
2007-07-12 Alan SternUSB: separate root and non-root suspend/resume
2007-07-12 Alan SternUSB: remove __usb_port_suspend
2007-07-12 Vikram PanditaUSB Core: hub.c: prevent re-enumeration on HNP
2007-07-12 Mark LordUSB: hub.c loops forever on resume from ram due to...
2007-07-12 Alan SternUSB: Make device reset stop retrying after disconnect
2007-07-12 Alan SternUSB: add RESET_RESUME device quirk
2007-07-12 Alan SternUSB: add USB-Persist facility
2007-07-12 Alan SternUSB: make hub driver's release more robust
2007-07-12 Alan SternUSB: remove "locktree" routine from the hub driver
2007-07-12 Alan SternUSB: don't unsuspend for a new connection
2007-07-12 Alan SternUSB: move bus_suspend and bus_resume method calls
2007-07-11 Rafael J. WysockiPM: Remove prev_state from struct dev_pm_info
2007-05-29 Alan SternUSB: replace flush_workqueue with cancel_sync_work
2007-05-23 Alan SternUSB: fix ratelimit call semantics
2007-05-23 Alan SternUSB: remove short initial timeout for device descriptor...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
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: separate autosuspend from external suspend
2007-04-27 Dan Williamsdev_dbg: check dev_dbg() arguments
2007-03-10 Oliver NeukumUSB: kill dead code from hub.c
2007-03-10 Oliver NeukumUSB: ratelimit debounce error messages
2007-02-23 Oliver NeukumUSB: add a blacklist for devices that can't handle...
2007-02-16 Alan SternUSB: fix concurrent buffer access in the hub driver
2007-02-16 Alan Sternusbcore: small changes to hub driver's suspend method
2007-02-07 Oliver NeukumUSB: total removal of multithreaded probing in usb
2007-01-22 Greg Kroah-HartmanUSB: disable USB_MULTITHREAD_PROBE
2006-12-07 Nigel Cunningham[PATCH] Add include/linux/freezer.h and move definition...
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_KERNEL
2006-12-07 Christoph Lameter[PATCH] slab: remove SLAB_ATOMIC
2006-12-05 David HowellsWorkQueue: Fix up arch-specific work items where possible
2006-12-05 David HowellsMerge branch 'master' of git://git./linux/kernel/git...
2006-12-01 Alan Sternusbcore: remove unused argument in autosuspend
2006-12-01 Alan SternUSB: keep count of unsuspended children
2006-12-01 Alan SternUSB hub: simplify remote-wakeup handling
2006-12-01 Alan SternUSB: Add autosuspend support to the hub driver
2006-12-01 Greg Kroah-HartmanUSB: create a new thread for every USB device found...
2006-12-01 Alan SternUSB: Move private hub declarations out of public header...
2006-12-01 inaky@linux.intel.comusb hub: fix root hub code so it takes more than 15...
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-03 David BrownellUSB: fix compiler issues with newer gcc versions
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 David BrownellUSB: remove OTG build warning
2006-09-27 Alan SternUSB: force root hub resume after power loss
2006-09-27 Tobias KlauserUSB: Remove unneeded void * casts in core files
2006-09-27 Alan Sternusbcore: remove usb_suspend_root_hub
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 Andrew MortonUSB: usb-hub-driver-improve-use-of-ifdef fix
2006-09-27 Inaky Perez-Gonzalezwusb: pretty print new wireless USB devices when they...
2006-09-27 Inaky Perez-Gonzalezwusb: handle wusb device ep0 speed settings
2006-09-27 Inaky Perez-Gonzalezwusb: hub code recognizes wusb ports
2006-09-27 Alan Sternusbcore: khubd and busy-port handling
2006-09-27 Luiz Fernando N... USB: hub: Use usb_endpoint_* functions.
2006-09-27 Alan Sternhub driver: improve use of #ifdef
2006-09-27 Alan Sternusbcore: fix up device and power state tests
2006-09-27 Alan Sternusbcore: set device and power states properly
2006-09-27 Alan Sternusbcore: resume device resume recursion
2006-09-27 Alan Sternusbcore: make usb_generic a usb_device_driver
2006-09-27 Alan Sternusbcore: rename usb_suspend_device to usb_port_suspend
next