aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/i1480/dfu/usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman1-448/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 268Thomas Gleixner1-15/+1
2018-11-07uwb: clean an indentation issue, remove extraneous tabColin Ian King1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2017-05-17uwb: fix device quirk on big-endian hostsJohan Hovold1-2/+3
2017-03-14uwb: i1480-dfu: fix NULL-deref at probeJohan Hovold1-0/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-18USB: convert some miscellanies drivers to use module_usb_driver()Greg Kroah-Hartman1-19/+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-02-25uwb: remove duplicate cpu_to_le16()Dan Carpenter1-4/+2
2010-01-14uwb: declare MODULE_FIRMWARE() in i1480 DFU driverBen Hutchings1-0/+4
2010-01-14uwb: make USB device id table constantMárton Németh1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-01-06trivial: Fix misspelling of "firmware" in usb.cNick Andrew1-1/+1
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel1-26/+0
2008-10-31uwb: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-09-17uwb: add the i1480 DFU driverInaky Perez-Gonzalez1-0/+500