myri10ge: print MAC and serial number on probe failure
[safe/jmp/linux-2.6] / drivers / usb / core /
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-17 Alan SternUSB: skip Set-Interface(0) if already in altsetting 0
2008-11-18 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Wrap task credential accesses in the USB driver
2008-11-13 Rabin VincentUSB: mention URB_FREE_BUFFER in usb_free_urb documentation
2008-11-13 Alan SternUSB: don't register endpoints for interfaces that are...
2008-10-29 Alan SternUSB: prevent autosuspend during hub initialization
2008-10-29 Alan SternUSB: fix crash when URBs are unlinked after the device...
2008-10-22 Alan SternUSB: don't rebind drivers after failed resume or reset
2008-10-17 Greg Kroah-HartmanUSB: remove err() macro from usb core code
2008-10-17 Greg Kroah-HartmanUSB: remove warn() macro from usb drivers
2008-10-17 Jaroslav KyselaUSB: hub.c: Add initial_descriptor_timeout module param...
2008-10-17 Sarah SharpUSB: Export if an interface driver supports autosuspend.
2008-10-17 Alan SternUSB: snoop processes opening usbfs device files
2008-10-17 Alan SternUSB: EHCI: log a warning if ehci-hcd is not loaded...
2008-10-17 Oliver NeukumUSB: anchor API changes needed for btusb
2008-10-17 Alan SternUSB: change hub initialization sleeps to delayed_work
2008-10-17 Oliver NeukumUSB: RESET_RESUME needs to block autosuspend when remot...
2008-10-17 Peter Korsgaardusb core: fix USB_OTG_BLACKLIST_HUB typo
2008-10-17 Oliver NeukumUSB: extend poisoning to anchors
2008-10-17 Oliver NeukumUSB: kill URBs permanently
2008-10-16 Greg Kroah-Hartmandevice create: usb: convert device_create_drvdata to...
2008-10-13 Steven Whitehousevfs: Use const for kernel parser table
2008-09-23 Alan SternUSB: revert recovery from transient errors
2008-09-23 Geoff LevandUSB: fix hcd interrupt disabling
2008-08-21 Alan SternUSB: automatically enable RHSC interrupts
2008-08-21 Alan SternUSB: Don't rebind before "complete" callback
2008-08-21 Alan SternUSB: Add new PM callback methods for USB
2008-08-21 Alan SternUSB: Defer Set-Interface for suspended devices
2008-08-21 Alan SternUSB: Add udev argument to interface suspend/resume...
2008-08-21 Oliver NeukumUSB: fix bug in usb_unlink_anchored_urbs()
2008-08-14 Alan SternUSB: fix compiler warning fix
2008-08-14 Alan SternUSB: fix interface unregistration logic
2008-08-14 Alexander Beregalovusb/core/driver: fix warning
2008-08-05 Alan SternFix USB storage hang on command abort
2008-07-22 Greg Kroah-Hartmandevice create: usb: convert device_create to device_cre...
2008-07-22 Dan Williamssysfs: add /sys/dev/{char,block} to lookup sysfs path...
2008-07-21 Alan SternUSB: use reset_resume when normal resume fails
2008-07-21 David HowellsUSB: Fix pointer/int cast in USB devio code
2008-07-21 Alan Sternusbfs: don't store bad pointers in registration
2008-07-21 Alan Sternusbfs: fix race between open and unregister
2008-07-21 Alan Sternusbfs: simplify the lookup-by-minor routines
2008-07-21 Alan Sternusbfs: send disconnect signals when device is unregistered
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: fix comment of usb_set_configuration
2008-07-21 Alan SternUSB: use standard SG iterator in the scatter-gather...
2008-07-21 Ming LeiUSB: remove interface parameter of usb_reset_composite_...
2008-07-21 Felipe Balbiusb: hub: add check for unsupported bus topology
2008-07-21 Adrian BunkUSB: remove CVS keywords
2008-07-21 Alan SternUSB: implement "soft" unbinding
2008-07-21 Alan SternUSB: combine hub_quiesce and hub_stop
2008-07-21 Alan SternUSB: combine hub_activate and hub_restart
2008-07-21 Alan SternUSB: optimize port debouncing during hub activation
2008-07-21 Alan SternUSB: try to salvage lost power sessions
2008-07-21 Alan SternUSB: simplify hub_restart() logic
2008-07-21 Greg Kroah-HartmanUSB: revert "don't use reset-resume if drivers don...
2008-07-21 Alan SternUSB: debounce before unregistering
2008-07-21 Alan SternUSB: add new routine for checking port-resume type
2008-07-21 Kay SieversUSB: usb dev_set_name() instead of dev->bus_id
2008-07-21 Kay SieversUSB: usb dev_name() instead of dev->bus_id
2008-07-21 Greg Kroah-HartmanUSB: revert "don't lose disconnections during suspend"
2008-07-21 Greg Kroah-HartmanUSB: handle pci_name() being const
2008-07-14 Jonathan CorbetMerge commit 'v2.6.26' into bkl-removal
2008-07-06 Linus TorvaldsRevert "USB: don't explicitly reenable root-hub status...
2008-07-04 Alan SternUSB: don't lose disconnections during suspend
2008-07-04 Stefan BeckerUSB: fix interrupt disabling for HCDs with shared inter...
2008-06-20 Jonathan Corbetusbdev: BKL pushdown
2008-06-20 Jonathan Corbetusbcore: cdev lock_kernel() pushdown
2008-06-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-06-17 Oliver NeukumInput: appletouch - implement reset-resume logic
2008-06-12 Linus TorvaldsUSB: don't use reset-resume if drivers don't support it
2008-05-29 René RebeUSB: add another scanner quirk
2008-05-29 Alan SternUSB: EHCI: suppress unwanted error messages
2008-05-29 Alan SternUSB: add all configs to the "descriptors" attribute
2008-05-29 Alan SternUSB: fix possible deadlock involving sysfs attributes
2008-05-20 Greg Kroah-HartmanUSB: Core: fix race in device_create
2008-05-14 Alan SternUSB: create attributes before sending uevent
2008-05-02 Yoshihiro ShimodaUSB: fix cannot work usb storage when using ohci-sm501
2008-04-29 Alexey Dobriyanproc: remove proc_bus
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: usbfs: export the URB_NO_INTERRUPT flag to userspace
2008-04-25 Alan SternUSB: don't explicitly reenable root-hub status interrupts
2008-04-25 Alan SternUSB: HCDs use the do_remote_wakeup flag
2008-04-25 Alan SternUSB: log an error message when USB enumeration fails
2008-04-25 Oliver NeukumUSB: add extension of anchor API, usb_unlink_anchored_urbs
2008-04-25 Alan SternUSB: rework sysfs removal of interface files
2008-04-25 Alan SternUSB: clarify usage of hcd->suspend/resume methods
2008-04-25 Alan SternUSB: root hubs don't lie about their number of TTs
2008-04-25 Ming LeiUSB: fix comments of 2 functions in hcd.c
2008-04-25 Robert P. J. DayUSB: Remove EXPERIMENTAL from dynamic USB minor allocation.
2008-04-25 Andrew Mortondrivers/usb/core/devio.c: suppress warning with 64k...
2008-04-25 Alan SternUSB: remove dev->power.power_state
2008-04-25 Robin GetzUSB: partial USB embedded host support
2008-04-25 David BrownellUSB: ehci tolerates some buggy devices
next