| Commit message (Expand) | Author | Age | Files | Lines |
* | usb: ftdi-elan: fix memory leak on device disconnect | Wei Yongjun | 2021-12-17 | 1 | -0/+1 |
* | usb: ftdi-elan: remove redundant continue statement in a while-loop | Colin Ian King | 2021-06-24 | 1 | -1/+0 |
* | usb: ftdi-elan: move a couple of statements to next line | Colin Ian King | 2019-10-04 | 1 | -2/+4 |
* | usb: ftdi-elan: fix possible condition with no effect (if == else) | Hariprasad Kelam | 2019-06-03 | 1 | -7/+0 |
* | usb: ftdi-elan: Fix if == else warnings in ftdi_elan_respond_engine | YueHaibing | 2019-01-25 | 1 | -24/+0 |
* | usb: ftdi-elan: remove a unnecessary variable 'empty_packets' | YueHaibing | 2019-01-25 | 1 | -2/+0 |
* | USB: misc: Remove redundant license text | Greg Kroah-Hartman | 2017-11-04 | 1 | -5/+0 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | usb: misc: ftdi-elan: fix duplicated code for different branches | Gustavo A. R. Silva | 2017-08-28 | 1 | -26/+1 |
* | usb: misc: ftdi-elan: compress return logic into one line | Gustavo A. R. Silva | 2017-07-17 | 1 | -3/+3 |
* | USB: ftdi-elan: refactor endpoint retrieval | Johan Hovold | 2017-03-23 | 1 | -25/+17 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | usb: misc: ftdi-elan: don't print on ENOMEM | Wolfram Sang | 2016-08-30 | 1 | -1/+0 |
* | Merge 4.8-rc3 into usb-next | Greg Kroah-Hartman | 2016-08-21 | 1 | -5/+5 |
|\ |
|
| * | usb: misc: ftdi-elan: Fix off-by-one memory corruptions | Xiao Han | 2016-08-09 | 1 | -5/+5 |
* | | usb: misc: ftdi-elan: don't print error when allocating urb fails | Wolfram Sang | 2016-08-15 | 1 | -10/+3 |
* | | usb: ftdi-elan: Remove deprecated create_singlethread_workqueue | Bhaktipriya Shridhar | 2016-08-09 | 1 | -43/+10 |
|/ |
|
* | usb: misc: ftdi-elan: Simplify return statement | Saurabh Karajgaonkar | 2015-08-05 | 1 | -10/+2 |
* | usb: ftdi-elan: Use pr_<level> | Joe Perches | 2014-04-24 | 1 | -9/+9 |
* | usb: ftdi-elan: Coalesce string fragment | Joe Perches | 2014-04-24 | 1 | -4/+3 |
* | usb: ftdi-elan: Coalesce formats | Joe Perches | 2014-04-24 | 1 | -95/+56 |
* | usb: ftdi-elan: Convert leading spaces to tabs | Joe Perches | 2014-04-24 | 1 | -2451/+2451 |
* | usb: ftdi-elan: Fix format fragments | Joe Perches | 2014-04-24 | 1 | -4/+4 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 2011-08-23 | 1 | -1/+1 |
* | treewide: Fix recieve/receive typos | Joe Perches | 2011-06-24 | 1 | -14/+14 |
* | usb: ftdi-elan: Drop __TIME__ usage | Michal Marek | 2011-04-13 | 1 | -2/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -2/+0 |
|\ |
|
| * | Merge branch 'master' into for-next | Jiri Kosina | 2010-08-11 | 1 | -2/+2 |
| |\ |
|
| * | | drivers/usb: Remove unnecessary return's from void functions | Joe Perches | 2010-08-10 | 1 | -2/+0 |
* | | | usb: ftdi-elan: Convert "mutex" to semaphore | Thomas Gleixner | 2010-10-22 | 1 | -1/+1 |
| |/
|/| |
|
* | | USB: misc: Remove unnecessary casts of private_data | Joe Perches | 2010-08-10 | 1 | -2/+2 |
|/ |
|
* | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 2010-05-20 | 1 | -9/+9 |
* | USB: make hcd.h public (drivers dependency) | Eric Lescouet | 2010-05-20 | 1 | -1/+1 |
* | USB: BKL removal: ftdi-elan | Oliver Neukum | 2010-03-02 | 1 | -6/+0 |
* | USB: Push BKL on open down into the drivers | Oliver Neukum | 2010-03-02 | 1 | -3/+12 |
* | USB misc: make USB device id constant | Németh Márton | 2010-03-02 | 1 | -1/+1 |
* | USB: make transfer_buffer_lengths in struct urb field u32 | Greg Kroah-Hartman | 2009-03-24 | 1 | -3/+3 |
* | USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds. | Sarah Sharp | 2008-10-17 | 1 | -5/+5 |
* | USB: ftdi_usb: Eliminate ioctl and BKL ioctl use | Alan Cox | 2008-07-21 | 1 | -24/+0 |
* | USB: remove unnecessary type casting of urb->context | Ming Lei | 2008-04-24 | 1 | -1/+1 |
* | USB: FTDI Elan driver: Convert ftdi->u132_lock to mutex | Matthias Kaehlcke | 2007-10-25 | 1 | -65/+65 |
* | USB: ftdi-elan.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-12 | 1 | -3/+5 |
* | USB: misc: ftdi-elan: clean up urb->status usage | Greg Kroah-Hartman | 2007-07-19 | 1 | -3/+5 |
* | USB: use mutex instead of semaphore in the FTDI ELAN driver | Matthias Kaehlcke | 2007-07-19 | 1 | -6/+7 |
* | USB: fix more ftdi-elan/u132-hcd #include lossage | David Brownell | 2007-05-22 | 1 | -4/+8 |
* | USB: Remove duplicate define of OHCI_QUIRK_ZFMICRO | S.Caglar Onur | 2007-04-27 | 1 | -1/+0 |
* | USB Elan FTDI: check for driver registration status | Cyrill Gorcunov | 2007-04-27 | 1 | -7/+11 |
* | USB Elan FTDI: check for workqueue creation | Cyrill Gorcunov | 2007-03-09 | 1 | -2/+16 |
* | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |