summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/uss720.c
Commit message (Expand)AuthorAgeFilesLines
* usb: misc: uss720: check for incompatible versions of the Belkin F5U002Alex Henrie2024-04-041-7/+13
* usb: misc: uss720: add support for another variant of the Belkin F5U002Alex Henrie2024-04-041-2/+5
* usb: misc: uss720: document the names of the compatible devicesAlex Henrie2024-04-041-6/+6
* usb: misc: uss720: point pp->dev to usbdev->devAlex Henrie2024-04-041-0/+1
* usb: misc: uss720: fix uninitialized variable rlenDongliang Mu2022-09-071-4/+4
* usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua2022-04-211-2/+1
* misc/uss720: fix memory leak in uss720_probeDongliang Mu2021-05-211-0/+1
* usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai2018-09-051-2/+2
* usb: misc: uss720: remove redundant pointer usbdevColin Ian King2018-07-131-2/+0
* USB: misc: uss720: more vendor/product ID'sDaniel Gimpelevich2018-03-201-1/+6
* USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-221-6/+1
* Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-271-0/+5
|\
| * USB: uss720: fix NULL-deref at probeJohan Hovold2017-03-141-0/+5
* | USB: uss720: add debug endpoint-type checkJohan Hovold2017-03-231-4/+6
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-4/+4
* usb: misc: uss720: don't print on ENOMEMWolfram Sang2016-08-301-3/+1
* usb: misc: uss720: don't print error when allocating urb failsWolfram Sang2016-08-151-1/+0
* USB: uss720.c: move assignment out of if () blockGreg Kroah-Hartman2015-05-101-2/+4
* USB: use %*ph specifier in uss720 driverAndy Shevchenko2015-01-091-9/+3
* USB: uss720: fix DMA-buffer allocationJohan Hovold2013-08-141-9/+15
* treewide: Fix typos in printk and commentMasanari Iida2013-03-181-1/+1
* USB: uss720.c: remove dbg() usageGreg Kroah-Hartman2012-05-011-15/+19
* USB: uss720.c: remove err() usageGreg Kroah-Hartman2012-04-201-6/+9
* USB: uss720 fixup refcount positionPeter Holik2011-03-231-4/+3
* USB: uss720: remove duplicate USB deviceSergei Shtylyov2011-01-221-1/+0
* USB: misc: uss720.c: add another vendor/product IDThomas Sailer2010-12-161-1/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: remove info() macro from usb/misc driversGreg Kroah-Hartman2008-10-171-4/+8
* USB: remove warn() macro from usb driversGreg Kroah-Hartman2008-10-171-3/+4
* [PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik2007-10-231-2/+2
* USB: misc: uss720: clean up urb->status usageGreg Kroah-Hartman2007-07-191-2/+3
* potential compiler error, irqfunc caller sites updateYoann Padioleau2007-07-061-1/+1
* [PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day2006-12-131-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman2006-01-041-1/+0
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-2/+0
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-3/+3
* [PATCH] usb: fix uss720 schedule with interrupts offThomas Sailer2005-09-121-123/+270
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+674