aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/wa-rpipe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman1-539/+0
2018-09-10USB: wusbcore: Switch to bitmap_zalloc()Andy Shevchenko1-4/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
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
2015-02-13usb: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+2
2014-05-27USB: wusbcore: fix control-pipe directionsJohan Hovold1-2/+2
2014-02-28usb: wusbcore: adjust iterator correctly when searching for ep comp descriptorThomas Pugliese1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07USB: wusbcore: fix up coding style issues in wa-rpipe.cRahul Bedarkar1-3/+3
2014-01-07USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar1-1/+1
2013-12-09usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese1-5/+5
2013-10-29usb: wusbcore: set the RPIPE wMaxPacketSize value correctlyThomas Pugliese1-1/+4
2013-10-19usb: wusbcore: preserve endianness of cached descriptorsThomas Pugliese1-1/+1
2013-10-19usb: wusbcore: serialize access to the HWA data out endpointThomas Pugliese1-4/+5
2013-10-03usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpointsThomas Pugliese1-2/+4
2013-08-15USB: WUSBCORE: clear RPIPE stall for control endpointsThomas Pugliese1-0/+21
2013-06-24wusbcore: add sysfs attribute for retry countThomas Pugliese1-2/+1
2013-06-06USB: wusbcore: add HWA-specific fields to usb_rpipe_descriptorThomas Pugliese1-21/+21
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-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
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel1-51/+17
2008-09-17wusb: fix bmRequestType for Abort RPipe requestAnderson Lizardo1-1/+1
2008-09-17wusb: add the Wire Adapter (WA) coreInaky Perez-Gonzalez1-0/+562