aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/devconnect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman1-1085/+0
2019-08-01usb: wusbcore: Spelling s/disconenct/disconnect/Geert Uytterhoeven1-1/+1
2019-03-01wusb: Remove unnecessary static function ckhdid_printfJoe Perches1-1/+1
2017-11-07USB: wusbcore: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-04-19usb: wusbcore: remove unreachable codeSudip Mukherjee1-1/+0
2014-09-23usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek1-3/+3
2014-02-28usb: wusbcore: fix compile warningsThomas Pugliese1-3/+1
2014-01-07USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar1-2/+2
2013-12-02usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese1-23/+1
2013-12-02usb: wusbcore: do device lookup while holding the hc mutexThomas Pugliese1-18/+25
2013-12-02usb: wusbcore: send keepalives to unauthenticated devicesThomas Pugliese1-4/+1
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-06-06wusbcore: reduce keepalive threshold from timeout/2 to timeout/3Thomas Pugliese1-3/+3
2012-10-22WUSB: remove an unnused variableDan Carpenter1-13/+0
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2010-04-22usb: wusb: don't overflow the Keep Alive IE bufferDavid Vrabel1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESSGreg Kroah-Hartman1-1/+1
2009-12-11USB: wusb: don't leak urb in certain error casesDavid Vrabel1-4/+3
2009-04-17WUSB: fix oops when completing URBs for disconnected devicesDavid Vrabel1-0/+2
2009-04-17WUSB: disconnect all devices when stopping a WUSB HCDDavid Vrabel1-6/+13
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-1/+1
2009-03-24USB: allow libusb to talk to unauthenticated WUSB devicesDavid Vrabel1-0/+2
2009-01-06wusb: return -ENOTCONN when resetting a port with no connected deviceDavid Vrabel1-0/+1
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel1-88/+16
2008-11-25wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactiveDavid Vrabel1-15/+9
2008-11-19uwb: add basic radio managerDavid Vrabel1-3/+2
2008-10-28wusb: reset WUSB devices with SetAddress(0)David Vrabel1-99/+1
2008-10-16uwb: don't use printk_ratelimit() so oftenDavid Vrabel1-22/+5
2008-09-17wusb: fix error path for wusb_set_dev_addr()Anderson Lizardo1-3/+3
2008-09-17wusb: add the Wireless USB core (protocol)Inaky Perez-Gonzalez1-0/+1314