summaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/devconnect.c
Commit message (Expand)AuthorAgeFilesLines
* wusb: Remove unnecessary static function ckhdid_printfJoe Perches2019-03-011-1/+1
* USB: wusbcore: Remove redundant license textGreg Kroah-Hartman2017-11-071-15/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: wusbcore: remove unreachable codeSudip Mukherjee2016-04-191-1/+0
* usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2014-09-231-3/+3
* usb: wusbcore: fix compile warningsThomas Pugliese2014-02-281-3/+1
* USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar2014-01-071-2/+2
* usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese2013-12-021-23/+1
* usb: wusbcore: do device lookup while holding the hc mutexThomas Pugliese2013-12-021-18/+25
* usb: wusbcore: send keepalives to unauthenticated devicesThomas Pugliese2013-12-021-4/+1
* usb: Remove unnecessary semicolonsJoe Perches2013-10-111-1/+1
* wusbcore: reduce keepalive threshold from timeout/2 to timeout/3Thomas Pugliese2013-06-061-3/+3
* WUSB: remove an unnused variableDan Carpenter2012-10-221-13/+0
* usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker2011-10-311-0/+1
* usb: wusb: don't overflow the Keep Alive IE bufferDavid Vrabel2010-04-221-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman2010-03-021-1/+1
* USB: wusb: don't leak urb in certain error casesDavid Vrabel2009-12-111-4/+3
* WUSB: fix oops when completing URBs for disconnected devicesDavid Vrabel2009-04-171-0/+2
* WUSB: disconnect all devices when stopping a WUSB HCDDavid Vrabel2009-04-171-6/+13
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-1/+1
* USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel2009-03-241-0/+2
* wusb: return -ENOTCONN when resetting a port with no connected deviceDavid Vrabel2009-01-061-0/+1
* uwb: use dev_dbg() for debug messagesDavid Vrabel2008-12-221-88/+16
* wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel2008-11-251-15/+9
* uwb: add basic radio managerDavid Vrabel2008-11-191-3/+2
* wusb: reset WUSB devices with SetAddress(0)David Vrabel2008-10-281-99/+1
* uwb: don't use printk_ratelimit() so oftenDavid Vrabel2008-10-161-22/+5
* wusb: fix error path for wusb_set_dev_addr()Anderson Lizardo2008-09-171-3/+3
* wusb: add the Wireless USB core (protocol)Inaky Perez-Gonzalez2008-09-171-0/+1314