aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ftdi-elan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-22usb: ftdi-elan: Convert "mutex" to semaphoreThomas Gleixner1-1/+1
2010-08-10USB: misc: Remove unnecessary casts of private_dataJoe Perches1-2/+2
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
2006-12-20USB: u132-hcd/ftdi-elan: add support for Option GT 3G Quad cardTony Olech1-199/+393
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-17/+3
2006-12-01USB: ftdi-elan.c: fixes and cleanupsAdrian Bunk1-9/+1
2006-12-01USB: ftdi-elan: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-8/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-58/+28
2006-10-17USB: ftdi-elan.c: remove dead codeAdrian Bunk1-2/+0
2006-10-17USB: ftdi-elan: fix sparse warningsGreg Kroah-Hartman1-23/+11
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-09-27USB: ftdi-elan: client driver for ELAN Uxxx adaptersTony Olech1-0/+2809