aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby4-39/+6
2007-02-09[PATCH] trivial usb endianness annotationsAl Viro1-4/+4
2007-02-07USB: remove duplicate device id from keyspanGreg Kroah-Hartman1-3/+0
2007-02-07USB: remove duplicate device id from ftdi_sioGreg Kroah-Hartman2-2/+0
2007-02-07USB: remove duplicate device id from visorGreg Kroah-Hartman2-4/+0
2007-02-07USB: Sierra Wireless auto set D0Kevin Lloyd1-9/+18
2007-02-07USB: race fixes for usb-serial, step 3Oliver Neukum1-1/+2
2007-02-07USB: race fixes for usb-serial, step 2Oliver Neukum1-2/+12
2007-02-07USB: race fixes for usb-serial step 1Oliver Neukum1-13/+31
2007-02-07fix for bugzilla #7544 (keyspan USB-to-serial converter)Rainer Weikusat1-4/+45
2007-02-07USB: Bugfix for aircable: Add module and name to usb_serial_driverJohannes Hölzl1-1/+4
2007-02-07USB serial: add driver pointer to all usb-serial driversJohannes Hölzl36-45/+104
2007-02-07USB serial: add dynamic id support to usb-serial coreGreg Kroah-Hartman2-5/+81
2007-02-07USB: add EPIC support to the io_edgeport driverGreg Kroah-Hartman4-84/+386
2007-01-23[PATCH] funsoft: ktermios fixAl Viro1-1/+1
2007-01-22USB: add vendor/device id for Option GT Max 3.6 cardsgarrett_damore@tadpole.com1-0/+3
2007-01-11[PATCH] really fix funsoft driverDavid Miller2-2/+2
2007-01-05USB: funsoft is borken on sparcAndrew Morton1-1/+1
2007-01-05USB: fix interaction between different interfaces in an "Option" usb deviceMiguel Angel Alvarez1-0/+3
2006-12-20[PATCH] usb serial: add support for Novatel S720/U720 CDMA/EV-DO modemsEric Smith1-0/+2
2006-12-20usb-gsm-driver: Added VendorId and ProductId for Huawei E220 USB ModemJohann Wilhelm1-0/+3
2006-12-20USB: Prevent the funsoft serial device from entering raw modeDavid Clare1-0/+27
2006-12-20Add Baltech Reader ID to CP2101 driverJohannes Hoelzl1-0/+1
2006-12-20usb serial: Eliminate bogus ioctl codeAlan3-89/+0
2006-12-20USB: ftdi_sio - MachX product ID addedJan Capek2-2/+4
2006-12-20USB: airprime: add device id for dell wireless 5500 hsdpa cardEagle Jones1-0/+1
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day8-11/+11
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox26-58/+58
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter2-3/+3
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells23-65/+118
2006-12-01Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds22-64/+117
2006-12-01USB: add driver for the USB debug devicesGreg Kroah-Hartman3-0/+77
2006-12-01USB serial: replace kmalloc+memset with kzallocBurman Yan5-12/+6
2006-12-01usb: cypress_m8 init error path fixMariusz Kozlowski1-5/+4
2006-12-01USB: fix aircable.c: inconsequent NULL checkingNaranjo Manuel Francisco1-1/+4
2006-12-01usb: visor kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: usb-serial free urb cleanupMariusz Kozlowski1-8/+4
2006-12-01usb: navman kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: mct_u232 free urb cleanupMariusz Kozlowski1-4/+2
2006-12-01usb: kobil_sct kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb: keyspan free urb cleanupMariusz Kozlowski1-12/+6
2006-12-01usb: io_edgeport kill urb cleanupMariusz Kozlowski1-3/+1
2006-12-01usb: ftdi_sio kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-01usb-serial: ti_usb, TI ez430 development tool IDOleg Verych2-0/+3
2006-12-01USB: airprime: New device IDdaniel@centurion.net.nz1-0/+1
2006-12-01USB: kobil_sct: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+2
2006-12-01USB: aircable: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-01USB: kmemdup() cleanup in drivers/usb/Eric Sesterhenn2-4/+2
2006-11-30Fix misc .c/.h comment typosMatt LaPlante1-1/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells6-36/+54