summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: open disconnect race in usblcdOliver Neukum2007-10-251-1/+10
* USB: disconnect open race in legousbtowerOliver Neukum2007-10-251-1/+13
* USB: open disconnect race in iowarriorOliver Neukum2007-10-251-1/+8
* USB: missing error check in emi62Oliver Neukum2007-10-251-0/+4
* USB: missing error check in emi26Oliver Neukum2007-10-251-0/+4
* USB: usb_serial_resume bug fixSarah Sharp2007-10-251-1/+3
* USB: remove new OHCI build warningsDavid Brownell2007-10-251-1/+8
* USB: amd5536udc - remove set_mwi() compiler warningDavid Brownell2007-10-251-1/+1
* USB: usbserial - fix potential deadlock between write() and IRQJiri Kosina2007-10-251-3/+4
* usb: serial/pl2303: support for IO Data Device RSAQ5Masakazu Mokuno2007-10-252-0/+2
* USB: fix read vs. disconnect race in cytherm driverOliver Neukum2007-10-251-1/+3
* USB: fix locking in idmouseOliver Neukum2007-10-251-17/+28
* USB: fix interface sysfs file-creation bugAlan Stern2007-10-251-1/+7
* USB: fix ssb_ohci_probe() build bugIngo Molnar2007-10-251-1/+1
* USB: pl2303: remove can't happen checks, set speed properly and report baud rateAlan Cox2007-10-251-5/+6
* USB: mos7840: Clean up old checks and stuffAlan Cox2007-10-251-21/+2
* USB rio500.c: fix check-after-useAdrian Bunk2007-10-251-12/+3
* USB iowarrior.c: fix check-after-useAdrian Bunk2007-10-251-1/+1
* USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum2007-10-251-1/+1
* USB: isd200: sort out USB/IDE dependancy messAlan Cox2007-10-252-2/+104
* USB: FTDI Elan driver: Convert ftdi->u132_lock to mutexMatthias Kaehlcke2007-10-251-65/+65
* USB: fix scheduling of Iso URBs in uhci-hcdAlan Stern2007-10-251-5/+14
* USB: io_edgeport: cleanups, and tty speed reportingAlan Cox2007-10-251-10/+8
* USB: ftd_sio cleanups and updates for new termios work checkpatch fixesAndrew Morton2007-10-251-3/+4
* USB: ftd_sio: cleanups and updates for new termios workAlan Cox2007-10-251-13/+19
* USB: cp2101: convert to new termiosAlan Cox2007-10-251-37/+11
* USB: whiteheat: clean up can't happen checks and encode baud rateAlan Cox2007-10-251-9/+2
* usb-serial: handle NULL termios methods as "no hardware changing support"Alan Cox2007-10-251-0/+2
* USB: sierra: termiosAlan Cox2007-10-251-1/+1
* USB: option: termios handlingAlan Cox2007-10-251-1/+2
* USB: kobil_sct: termios encoding fixupsAlan Cox2007-10-251-1/+4
* USB: keyspan termios tidyAlan Cox2007-10-251-5/+11
* USB: ir_usb: termios handlingAlan Cox2007-10-251-7/+4
* USB: empeg: clean up and handle speedsAlan Cox2007-10-251-15/+8
* USB: digi_acceleport: fix termios and also readability a bitAlan Cox2007-10-251-7/+9
* USB: ch341: fix termios handlingAlan Cox2007-10-251-3/+5
* usb serial: kill another case we pass NULL and shouldn'tAlan Cox2007-10-251-1/+3
* USB: ark3116: update termios handlingAlan Cox2007-10-251-2/+11
* serial: stop passing NULL to functions that expect dataAlan Cox2007-10-251-1/+2
* USB: add new Novatel device ids to option driverGreg Kroah-Hartman2007-10-251-0/+2
* Merge branch 'irq-upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2007-10-2334-519/+467
|\
| * [SPARC, XEN, NET/CXGB3] use irq_handler_t where appropriateJeff Garzik2007-10-232-4/+2
| * drivers/char/riscom8: clean up irq handlingJeff Garzik2007-10-231-11/+5
| * isdn/sc: irq handler cleanJeff Garzik2007-10-232-16/+4
| * isdn/act2000: fix major bug. clean irq handler.Jeff Garzik2007-10-231-4/+8
| * char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik2007-10-231-353/+353
| * drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik2007-10-231-7/+20
| * drivers/char/ip2: split out irq core logic into separate functionJeff Garzik2007-10-231-18/+26
| * [NETDRVR] lib82596, netxen: delete pointless tests from irq handlerJeff Garzik2007-10-232-16/+3
| * Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik2007-10-236-9/+10