summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ftdi-elan.c
Commit message (Expand)AuthorAgeFilesLines
* usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam2019-06-031-7/+0Star
* usb: ftdi-elan: Fix if == else warnings in ftdi_elan_respond_engineYueHaibing2019-01-251-24/+0Star
* usb: ftdi-elan: remove a unnecessary variable 'empty_packets'YueHaibing2019-01-251-2/+0Star
* USB: misc: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: misc: ftdi-elan: fix duplicated code for different branchesGustavo A. R. Silva2017-08-281-26/+1Star
* usb: misc: ftdi-elan: compress return logic into one lineGustavo A. R. Silva2017-07-171-3/+3
* USB: ftdi-elan: refactor endpoint retrievalJohan Hovold2017-03-231-25/+17Star
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* usb: misc: ftdi-elan: don't print on ENOMEMWolfram Sang2016-08-301-1/+0Star
* Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman2016-08-221-5/+5
|\
| * usb: misc: ftdi-elan: Fix off-by-one memory corruptionsXiao Han2016-08-091-5/+5
* | usb: misc: ftdi-elan: don't print error when allocating urb failsWolfram Sang2016-08-151-10/+3Star
* | usb: ftdi-elan: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-08-091-43/+10Star
|/
* usb: misc: ftdi-elan: Simplify return statementSaurabh Karajgaonkar2015-08-051-10/+2Star
* usb: ftdi-elan: Use pr_<level>Joe Perches2014-04-241-9/+9
* usb: ftdi-elan: Coalesce string fragmentJoe Perches2014-04-241-4/+3Star
* usb: ftdi-elan: Coalesce formatsJoe Perches2014-04-241-95/+56Star
* usb: ftdi-elan: Convert leading spaces to tabsJoe Perches2014-04-241-2451/+2451
* usb: ftdi-elan: Fix format fragmentsJoe Perches2014-04-241-4/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* treewide: Fix recieve/receive typosJoe Perches2011-06-241-14/+14
* usb: ftdi-elan: Drop __TIME__ usageMichal Marek2011-04-141-2/+1Star
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+0Star
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-111-2/+2
| |\
| * | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0Star
* | | usb: ftdi-elan: Convert "mutex" to semaphoreThomas Gleixner2010-10-221-1/+1
| |/ |/|
* | USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-101-2/+2
|/
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-9/+9
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: BKL removal: ftdi-elanOliver Neukum2010-03-021-6/+0Star
* USB: Push BKL on open down into the driversOliver Neukum2010-03-021-3/+12
* USB misc: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-251-3/+3
* USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds.Sarah Sharp2008-10-171-5/+5
* USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox2008-07-221-24/+0Star
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-251-1/+1
* USB: FTDI Elan driver: Convert ftdi->u132_lock to mutexMatthias Kaehlcke2007-10-251-65/+65
* USB: ftdi-elan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-121-3/+5
* USB: misc: ftdi-elan: clean up urb->status usageGreg Kroah-Hartman2007-07-201-3/+5
* USB: use mutex instead of semaphore in the FTDI ELAN driverMatthias Kaehlcke2007-07-201-6/+7
* USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell2007-05-231-4/+8
* USB: Remove duplicate define of OHCI_QUIRK_ZFMICROS.Caglar Onur2007-04-271-1/+0Star
* USB Elan FTDI: check for driver registration statusCyrill Gorcunov2007-04-271-7/+11
* USB Elan FTDI: check for workqueue creationCyrill Gorcunov2007-03-101-2/+16
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-1/+1
* USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech2006-12-201-199/+393
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-17/+3Star
|\
| * USB: ftdi-elan.c: fixes and cleanupsAdrian Bunk2006-12-011-9/+1Star