aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/misc/ftdi-elan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-17usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2021-06-24usb: ftdi-elan: remove redundant continue statement in a while-loopColin Ian King1-1/+0
2019-10-04usb: ftdi-elan: move a couple of statements to next lineColin Ian King1-2/+4
2019-06-03usb: ftdi-elan: fix possible condition with no effect (if == else)Hariprasad Kelam1-7/+0
2019-01-25usb: ftdi-elan: Fix if == else warnings in ftdi_elan_respond_engineYueHaibing1-24/+0
2019-01-25usb: ftdi-elan: remove a unnecessary variable 'empty_packets'YueHaibing1-2/+0
2017-11-04USB: misc: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-28usb: misc: ftdi-elan: fix duplicated code for different branchesGustavo A. R. Silva1-26/+1
2017-07-17usb: misc: ftdi-elan: compress return logic into one lineGustavo A. R. Silva1-3/+3
2017-03-23USB: ftdi-elan: refactor endpoint retrievalJohan Hovold1-25/+17
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-30usb: misc: ftdi-elan: don't print on ENOMEMWolfram Sang1-1/+0
2016-08-21Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman1-5/+5
2016-08-15usb: misc: ftdi-elan: don't print error when allocating urb failsWolfram Sang1-10/+3
2016-08-09usb: ftdi-elan: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-43/+10
2016-08-09usb: misc: ftdi-elan: Fix off-by-one memory corruptionsXiao Han1-5/+5
2015-08-05usb: misc: ftdi-elan: Simplify return statementSaurabh Karajgaonkar1-10/+2
2014-04-24usb: ftdi-elan: Use pr_<level>Joe Perches1-9/+9
2014-04-24usb: ftdi-elan: Coalesce string fragmentJoe Perches1-4/+3
2014-04-24usb: ftdi-elan: Coalesce formatsJoe Perches1-95/+56
2014-04-24usb: ftdi-elan: Convert leading spaces to tabsJoe Perches1-2451/+2451
2014-04-24usb: ftdi-elan: Fix format fragmentsJoe Perches1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-06-24treewide: Fix recieve/receive typosJoe Perches1-14/+14
2011-04-13usb: ftdi-elan: Drop __TIME__ usageMichal Marek1-2/+1
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2010-10-22usb: ftdi-elan: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-2/+2
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches1-2/+2
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack1-9/+9
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2010-03-02USB: BKL removal: ftdi-elanOliver Neukum1-6/+0
2010-03-02USB: Push BKL on open down into the driversOliver Neukum1-3/+12
2010-03-02USB misc: make USB device id constantNémeth Márton1-1/+1
2009-03-24USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman1-3/+3
2008-10-17USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds.Sarah Sharp1-5/+5
2008-07-21USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox1-24/+0
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-1/+1
2007-10-25USB: FTDI Elan driver: Convert ftdi->u132_lock to mutexMatthias Kaehlcke1-65/+65
2007-10-12USB: ftdi-elan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+5
2007-07-19USB: misc: ftdi-elan: clean up urb->status usageGreg Kroah-Hartman1-3/+5
2007-07-19USB: use mutex instead of semaphore in the FTDI ELAN driverMatthias Kaehlcke1-6/+7
2007-05-22USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell1-4/+8
2007-04-27USB: Remove duplicate define of OHCI_QUIRK_ZFMICROS.Caglar Onur1-1/+0
2007-04-27USB Elan FTDI: check for driver registration statusCyrill Gorcunov1-7/+11
2007-03-09USB Elan FTDI: check for workqueue creationCyrill Gorcunov1-2/+16
2007-02-12[PATCH] mark struct file_operations const 6Arjan van de Ven1-1/+1