summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
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/torval...David Howells23-65/+118
2006-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds22-64/+117
2006-12-02USB: add driver for the USB debug devicesGreg Kroah-Hartman3-0/+77
2006-12-02USB serial: replace kmalloc+memset with kzallocBurman Yan5-12/+6
2006-12-02usb: cypress_m8 init error path fixMariusz Kozlowski1-5/+4
2006-12-02USB: fix aircable.c: inconsequent NULL checkingNaranjo Manuel Francisco1-1/+4
2006-12-02usb: visor kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-02usb: usb-serial free urb cleanupMariusz Kozlowski1-8/+4
2006-12-02usb: navman kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-02usb: mct_u232 free urb cleanupMariusz Kozlowski1-4/+2
2006-12-02usb: kobil_sct kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-02usb: keyspan free urb cleanupMariusz Kozlowski1-12/+6
2006-12-02usb: io_edgeport kill urb cleanupMariusz Kozlowski1-3/+1
2006-12-02usb: ftdi_sio kill urb cleanupMariusz Kozlowski1-2/+1
2006-12-02usb-serial: ti_usb, TI ez430 development tool IDOleg Verych2-0/+3
2006-12-02USB: airprime: New device IDdaniel@centurion.net.nz1-0/+1
2006-12-02USB: kobil_sct: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-4/+2
2006-12-02USB: aircable: Use usb_endpoint_* functionsLuiz Fernando N. Capitulino1-3/+1
2006-12-02USB: 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
2006-11-17USB: ipaq: Add HTC Modem SupportAlex Sanks1-0/+1
2006-11-17USB: ftdi driver pid for dmx-interfacesFrank Sievertsen2-0/+4
2006-11-17USB: ftdi_sio: adds vendor/product id for a RFID construction kitKjell Myksvoll2-1/+8
2006-11-03USB: HID: add blacklist AIRcable USB, little beautificationNaranjo Manuel Francisco1-2/+2
2006-11-03USB: sierra: Fix id for Sierra Wireless MC8755 in new tableJan Luebbe1-0/+1
2006-11-03USB: new VID/PID-combos for cp2101Bjorn Schneider1-0/+3
2006-11-03USB: add another sierra wireless device idGreg Kroah-Hartman1-0/+2
2006-10-18USB: Add device id for Sierra Wireless MC8755Jan Luebbe1-0/+1
2006-10-18USB: cleanup sierra wireless driver a bitGreg Kroah-Hartman1-151/+118
2006-10-18USB: Sierra Wireless driver updateKevin Lloyd3-38/+699
2006-10-18USB: ftdi_sio whitespace fixesDavid Brownell1-127/+127
2006-10-18USB-SERIAL:cp2101 Add new device IDCraig Shelley1-0/+1
2006-10-18USB: Memory leak in drivers/usb/serial/airprime.cEric Sesterhenn1-0/+1
2006-10-18USB: mos7840.c: fix a check-after-dereferenceAdrian Bunk1-1/+2
2006-10-18USB: add USB serial mos7720 driverGreg Kroah-Hartman3-0/+1694
2006-10-18airprime: New device ID.Luiz Fernando N. Capitulino1-0/+1
2006-10-10[PATCH] mos7840 annotationsAl Viro1-30/+16
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells29-131/+130
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-29usb-serial: possible irq lock inversion (PPP vs. usb/serial)Peter Zijlstra7-21/+21