| Commit message (Expand) | Author | Age | Files | Lines |
* | USB: more u32 conversion after transfer_buffer_length and actual_length | Roel Kluin | 2009-03-24 | 1 | -1/+1 |
* | USB: don't send Set-Interface after reset | Alan Stern | 2009-03-24 | 1 | -7/+16 |
* | USB: allow libusb to talk to unauthenticated WUSB devices | David Vrabel | 2009-03-24 | 1 | -0/+1 |
* | USB: replace uses of __constant_{endian} | Harvey Harrison | 2009-03-24 | 1 | -4/+4 |
* | USB: fix toggle mismatch in disable_endpoint paths | Alan Stern | 2009-01-27 | 1 | -2/+2 |
* | drivers/usb/core/hub.c: fix CONFIG_USB_OTG=y build | David Brownell | 2009-01-15 | 1 | -1/+1 |
* | USB: re-enable interface after driver unbinds | Alan Stern | 2009-01-07 | 1 | -1/+1 |
* | USB: utilize the bus notifiers | Alan Stern | 2009-01-07 | 1 | -12/+6 |
* | USB: make printk messages more searchable | Wu Fengguang | 2009-01-07 | 1 | -21/+24 |
* | USB: Enhance usage of pm_message_t | Alan Stern | 2009-01-07 | 1 | -8/+8 |
* | USB: announce new devices earlier | Alan Stern | 2009-01-07 | 1 | -6/+7 |
* | USB: Introduce usb_queue_reset() to do resets from atomic contexts | Inaky Perez-Gonzalez | 2009-01-07 | 1 | -0/+43 |
* | USB: add asynchronous autosuspend/autoresume support | Alan Stern | 2009-01-07 | 1 | -2/+3 |
* | USB: prevent autosuspend during hub initialization | Alan Stern | 2008-10-29 | 1 | -0/+3 |
* | USB: fix crash when URBs are unlinked after the device is gone | Alan Stern | 2008-10-29 | 1 | -0/+1 |
* | USB: don't rebind drivers after failed resume or reset | Alan Stern | 2008-10-22 | 1 | -1/+1 |
* | USB: hub.c: Add initial_descriptor_timeout module parameter for usbcore | Jaroslav Kysela | 2008-10-17 | 1 | -1/+10 |
* | USB: change hub initialization sleeps to delayed_work | Alan Stern | 2008-10-17 | 1 | -10/+81 |
* | USB: revert recovery from transient errors | Alan Stern | 2008-09-23 | 1 | -22/+17 |
* | USB: automatically enable RHSC interrupts | Alan Stern | 2008-08-21 | 1 | -9/+0 |
* | USB: use reset_resume when normal resume fails | Alan Stern | 2008-07-21 | 1 | -3/+17 |
* | USB: Force unbinding of drivers lacking reset_resume or other methods | Alan Stern | 2008-07-21 | 1 | -6/+21 |
* | USB: fix usb_reset_device and usb_reset_composite_device(take 3) | Ming Lei | 2008-07-21 | 1 | -16/+17 |
* | USB: remove interface parameter of usb_reset_composite_device | Ming Lei | 2008-07-21 | 1 | -8/+3 |
* | usb: hub: add check for unsupported bus topology | Felipe Balbi | 2008-07-21 | 1 | -0/+6 |
* | USB: combine hub_quiesce and hub_stop | Alan Stern | 2008-07-21 | 1 | -31/+32 |
* | USB: combine hub_activate and hub_restart | Alan Stern | 2008-07-21 | 1 | -26/+23 |
* | USB: optimize port debouncing during hub activation | Alan Stern | 2008-07-21 | 1 | -5/+27 |
* | USB: try to salvage lost power sessions | Alan Stern | 2008-07-21 | 1 | -14/+48 |
* | USB: simplify hub_restart() logic | Alan Stern | 2008-07-21 | 1 | -61/+53 |
* | USB: revert "don't use reset-resume if drivers don't support it" | Greg Kroah-Hartman | 2008-07-21 | 1 | -44/+2 |
* | USB: debounce before unregistering | Alan Stern | 2008-07-21 | 1 | -12/+19 |
* | USB: add new routine for checking port-resume type | Alan Stern | 2008-07-21 | 1 | -26/+63 |
* | USB: revert "don't lose disconnections during suspend" | Greg Kroah-Hartman | 2008-07-21 | 1 | -4/+11 |
* | Revert "USB: don't explicitly reenable root-hub status interrupts" | Linus Torvalds | 2008-07-06 | 1 | -0/+9 |
* | USB: don't lose disconnections during suspend | Alan Stern | 2008-07-03 | 1 | -11/+4 |
* | USB: don't use reset-resume if drivers don't support it | Linus Torvalds | 2008-06-11 | 1 | -2/+44 |
* | USB: EHCI: suppress unwanted error messages | Alan Stern | 2008-05-29 | 1 | -1/+5 |
* | USB: fix possible deadlock involving sysfs attributes | Alan Stern | 2008-05-29 | 1 | -0/+9 |
* | usb: don't update devnum for wusb devices | David Vrabel | 2008-04-24 | 1 | -3/+11 |
* | wusb: make ep0_reinit available for modules | Inaky Perez-Gonzalez | 2008-04-24 | 1 | -5/+6 |
* | wusb: devices dont use a set address | Inaky Perez-Gonzalez | 2008-04-24 | 1 | -20/+27 |
* | wusb: teach choose_address() about wireless devices | Inaky Perez-Gonzalez | 2008-04-24 | 1 | -9/+31 |
* | USB: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-24 | 1 | -4/+4 |
* | USB: don't explicitly reenable root-hub status interrupts | Alan Stern | 2008-04-24 | 1 | -9/+0 |
* | USB: log an error message when USB enumeration fails | Alan Stern | 2008-04-24 | 1 | -0/+1 |
* | USB: check serial-number string after device reset | Alan Stern | 2008-04-24 | 1 | -15/+50 |
* | USB: remove CONFIG_USB_PERSIST setting | Alan Stern | 2008-04-24 | 1 | -17/+10 |
* | USB: make USB-PERSIST work after every system sleep | Alan Stern | 2008-04-24 | 1 | -34/+80 |
* | USB: reorganize code in hub.c | Alan Stern | 2008-04-24 | 1 | -26/+32 |