aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/misc/uss720.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07usb: misc: uss720: fix uninitialized variable rlenDongliang Mu1-4/+4
2022-04-21usb: misc: fix improper handling of refcount in uss720_probe()Hangyu Hua1-2/+1
2021-05-21misc/uss720: fix memory leak in uss720_probeDongliang Mu1-0/+1
2018-09-05usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai1-2/+2
2018-07-13usb: misc: uss720: remove redundant pointer usbdevColin Ian King1-2/+0
2018-03-20USB: misc: uss720: more vendor/product ID'sDaniel Gimpelevich1-1/+6
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-6/+1
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman1-0/+5
2017-03-23USB: uss720: add debug endpoint-type checkJohan Hovold1-4/+6
2017-03-14USB: uss720: fix NULL-deref at probeJohan Hovold1-0/+5
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-4/+4
2016-08-30usb: misc: uss720: don't print on ENOMEMWolfram Sang1-3/+1
2016-08-15usb: misc: uss720: don't print error when allocating urb failsWolfram Sang1-1/+0
2015-05-10USB: uss720.c: move assignment out of if () blockGreg Kroah-Hartman1-2/+4
2015-01-09USB: use %*ph specifier in uss720 driverAndy Shevchenko1-9/+3
2013-08-14USB: uss720: fix DMA-buffer allocationJohan Hovold1-9/+15
2013-03-18treewide: Fix typos in printk and commentMasanari Iida1-1/+1
2012-05-01USB: uss720.c: remove dbg() usageGreg Kroah-Hartman1-15/+19
2012-04-20USB: uss720.c: remove err() usageGreg Kroah-Hartman1-6/+9
2011-03-23USB: uss720 fixup refcount positionPeter Holik1-4/+3
2011-01-22USB: uss720: remove duplicate USB deviceSergei Shtylyov1-1/+0
2010-12-16USB: misc: uss720.c: add another vendor/product IDThomas Sailer1-1/+3
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 misc: make USB device id constantNémeth Márton1-1/+1
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman1-4/+8
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman1-3/+4
2007-10-23[PARPORT] Kill useful 'irq' arg from parport_{generic_irq,ieee1284_interrupt}Jeff Garzik1-2/+2
2007-07-19USB: misc: uss720: clean up urb->status usageGreg Kroah-Hartman1-2/+3
2007-07-06potential compiler error, irqfunc caller sites updateYoann Padioleau1-1/+1
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-01-04[PATCH] USB: remove .owner field from struct usb_driverGreg Kroah-Hartman1-1/+0
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-2/+0
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-3/+3
2005-09-12[PATCH] usb: fix uss720 schedule with interrupts offThomas Sailer1-123/+270
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+674