aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ftdi-elan.c
Commit message (Expand)AuthorAge
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-12
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* treewide: Fix recieve/receive typosJoe Perches2011-06-24
* usb: ftdi-elan: Drop __TIME__ usageMichal Marek2011-04-13
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-24
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-11
| |\
| * | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-10
* | | usb: ftdi-elan: Convert "mutex" to semaphoreThomas Gleixner2010-10-22
| |/ |/|
* | USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-10
|/
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-20
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-20
* USB: BKL removal: ftdi-elanOliver Neukum2010-03-02
* USB: Push BKL on open down into the driversOliver Neukum2010-03-02
* USB misc: make USB device id constantNémeth Márton2010-03-02
* USB: make transfer_buffer_lengths in struct urb field u32Greg Kroah-Hartman2009-03-24
* USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds.Sarah Sharp2008-10-17
* USB: ftdi_usb: Eliminate ioctl and BKL ioctl useAlan Cox2008-07-21
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-25
* USB: FTDI Elan driver: Convert ftdi->u132_lock to mutexMatthias Kaehlcke2007-10-25
* USB: ftdi-elan.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-10-12
* USB: misc: ftdi-elan: clean up urb->status usageGreg Kroah-Hartman2007-07-19
* USB: use mutex instead of semaphore in the FTDI ELAN driverMatthias Kaehlcke2007-07-19
* USB: fix more ftdi-elan/u132-hcd #include lossageDavid Brownell2007-05-23
* USB: Remove duplicate define of OHCI_QUIRK_ZFMICROS.Caglar Onur2007-04-27
* USB Elan FTDI: check for driver registration statusCyrill Gorcunov2007-04-27
* USB Elan FTDI: check for workqueue creationCyrill Gorcunov2007-03-09
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-12
* USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech2006-12-20
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-05
|\
| * USB: ftdi-elan.c: fixes and cleanupsAdrian Bunk2006-12-01
| * USB: ftdi-elan: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino2006-12-01
* | WorkStruct: make allyesconfigDavid Howells2006-11-22
|/
* USB: ftdi-elan.c: remove dead codeAdrian Bunk2006-10-17
* USB: ftdi-elan: fix sparse warningsGreg Kroah-Hartman2006-10-17
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* Remove all inclusions of <linux/config.h>Dave Jones2006-10-04
* USB: ftdi-elan: client driver for ELAN Uxxx adaptersTony Olech2006-09-27