| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-10-17 | usb: acm: fix the computation of the number of data bits | Nicolas Boullis | 1 | -5/+15 |
| 2012-10-17 | USB: cdc-acm: fix pipe type of write endpoint | Ming Lei | 1 | -1/+1 |
| 2012-10-11 | Add CDC-ACM support for the CX93010-2x UCMxx USB Modem | Jean-Christian de Rivaz | 1 | -0/+3 |
| 2012-10-01 | Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 1 | -1/+0 |
| 2012-09-16 | Merge 3.6-rc6 into usb-next | Greg Kroah-Hartman | 1 | -4/+8 |
| 2012-09-16 | Merge 3.6-rc6 into tty-next | Greg Kroah-Hartman | 1 | -4/+8 |
| 2012-09-10 | USB: cdc-wdm: fix wdm_find_device* return value | Bjørn Mork | 1 | -4/+8 |
| 2012-09-05 | usb: cdc-acm: remove duplicated include from cdc-acm.c | Wei Yongjun | 1 | -1/+0 |
| 2012-08-27 | Merge 3.6-rc3 into tty-next | Greg Kroah-Hartman | 1 | -1/+2 |
| 2012-08-17 | USB: CDC ACM: Fix NULL pointer dereference | Sven Schnelle | 1 | -1/+2 |
| 2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+2 |
| 2012-08-06 | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 2 | -26/+1 |
| 2012-07-16 | Merge 3.5-rc7 into usb-next | Greg Kroah-Hartman | 2 | -26/+1 |
| 2012-07-16 | tty: move the termios object into the tty | Alan Cox | 1 | -1/+1 |
| 2012-07-06 | USB: class: cdc-acm: Fixed coding style issue. | Jeffrin Jose | 1 | -1/+1 |
| 2012-07-05 | USB: cdc-wdm: fix lockup on error in wdm_read | Bjørn Mork | 1 | -0/+2 |
| 2012-06-20 | Merge 3.5-rc3 into usb-next | Greg Kroah-Hartman | 1 | -0/+8 |
| 2012-06-20 | USB: cdc-wdm: QMI devices are now handled by qmi_wwan | Bjørn Mork | 1 | -25/+0 |
| 2012-06-14 | usb: cdc-acm: fix devices not unthrottled on open | Otto Meta | 1 | -0/+8 |
| 2012-06-12 | USB: cdc-wdm: Add Vodafone/Huawei K5005 support | Bjørn Mork | 1 | -0/+9 |
| 2012-05-18 | USB: Disable hub-initiated LPM for comms devices. | Sarah Sharp | 2 | -0/+2 |
| 2012-05-11 | USB: cdc-wdm: remove from device list on disconnect | Bjørn Mork | 1 | -3/+9 |
| 2012-05-11 | USB: cdc-wdm: cannot use dev_printk when device is gone | Bjørn Mork | 1 | -4/+7 |
| 2012-05-11 | USB: cdc-wdm: poll must return POLLHUP if device is gone | Bjørn Mork | 1 | -1/+1 |
| 2012-05-07 | Merge 3.4-rc6 into usb-next | Greg Kroah-Hartman | 1 | -2/+5 |
| 2012-05-01 | USB: usblp.c: remove dbg() usage | Greg Kroah-Hartman | 1 | -35/+47 |
| 2012-04-30 | USB: cdc-wdm: cleanup error codes | Oliver Neukum | 1 | -0/+4 |
| 2012-04-30 | USB: cdc-wdm: add debug messages on cleanup | Bjørn Mork | 1 | -2/+6 |
| 2012-04-29 | USB: cdc-wdm: fix memory leak | Oliver Neukum | 1 | -0/+2 |
| 2012-04-29 | USB: cdc-wdm: sanitize error returns | Oliver Neukum | 1 | -1/+1 |
| 2012-04-26 | USB: cdc-wdm: fix race leading leading to memory corruption | Oliver Neukum | 1 | -2/+5 |
| 2012-03-20 | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb | Linus Torvalds | 2 | -126/+256 |
| 2012-03-08 | usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support | Bjørn Mork | 1 | -4/+59 |
| 2012-03-08 | usb: cdc-wdm: adding list lookup indirection | Bjørn Mork | 1 | -12/+48 |
| 2012-03-08 | usb: cdc-wdm: split out reusable parts of probe | Bjørn Mork | 1 | -51/+54 |
| 2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
| 2012-03-08 | USB: cdc-acm, use tty_standard_install | Jiri Slaby | 1 | -6/+1 |
| 2012-02-24 | USB: allow users to run setserial with cdc-acm | Oliver Neukum | 1 | -1/+29 |
| 2012-02-24 | cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied | Ben Hutchings | 1 | -1/+0 |
| 2012-02-24 | cdc-wdm: Fix more races on the read path | Ben Hutchings | 1 | -5/+11 |
| 2012-02-10 | usb: cdc-wdm: make reset work with blocking IO | Bjørn Mork | 1 | -4/+17 |
| 2012-02-10 | Merge tag 'usb-3.3-rc3' into usb-next | Greg Kroah-Hartman | 1 | -19/+34 |
| 2012-01-26 | usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems | Bjørn Mork | 1 | -0/+16 |
| 2012-01-24 | USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" names | Bjørn Mork | 1 | -2/+1 |
| 2012-01-24 | USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE | Bjørn Mork | 1 | -1/+3 |
| 2012-01-24 | USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE | Bjørn Mork | 1 | -1/+3 |
| 2012-01-24 | USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variable | Bjørn Mork | 1 | -4/+1 |
| 2012-01-24 | USB: cdc-wdm: no need to use usb_alloc_coherent | Bjørn Mork | 1 | -30/+9 |
| 2012-01-24 | USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the... | Bjørn Mork | 1 | -1/+1 |
| 2012-01-24 | USB: cdc-wdm: no need to fill the in request URB every time it's submitted | Bjørn Mork | 1 | -20/+19 |
| 2012-01-24 | USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the... | Bjørn Mork | 1 | -1/+1 |
| 2012-01-24 | USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal | Bjørn Mork | 1 | -1/+1 |
| 2012-01-24 | USB: cdc-wdm: use two mutexes to allow simultaneous read and write | Bjørn Mork | 1 | -18/+31 |
| 2012-01-24 | USB: cdc-wdm: updating desc->length must be protected by spin_lock | Bjørn Mork | 1 | -0/+2 |
| 2012-01-09 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -146/+193 |
| 2012-01-08 | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -1/+1 |
| 2012-01-06 | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 3 | -46/+3 |
| 2012-01-04 | drivers/usb/class/cdc-acm.c: clear dangling pointer | Julia Lawall | 1 | -0/+4 |
| 2012-01-03 | switch device_get_devnode() and ->devnode() to umode_t * | Al Viro | 1 | -1/+1 |
| 2011-12-12 | USB: cdc-acm: add IDs for Motorola H24 HSPA USB module. | Krzysztof Hałasa | 1 | -0/+10 |
| 2011-12-09 | usb: cdc-acm: Kill ACM_READY() macro completely | Havard Skinnemoen | 1 | -9/+1 |
| 2011-12-09 | USB: cdc-acm: Fix potential deadlock (lockdep warning) | Havard Skinnemoen | 2 | -138/+189 |
| 2011-11-18 | USB: convert drivers/usb/* to use module_usb_driver() | Greg Kroah-Hartman | 3 | -46/+3 |
| 2011-11-14 | USB: cdc-acm: Fix disconnect() vs close() race | Havard Skinnemoen | 1 | -3/+5 |
| 2011-10-25 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -4/+4 |
| 2011-09-18 | usb: cdc-acm: Owen SI-30 support | Denis Pershin | 1 | -0/+3 |
| 2011-08-23 | USB: use usb_endpoint_maxp() instead of le16_to_cpu() | Kuninori Morimoto | 3 | -7/+6 |
| 2011-08-19 | PM / Runtime: Add macro to test for runtime PM events | Alan Stern | 2 | -4/+4 |
| 2011-08-08 | USB: assign instead of equal in usbtmc.c | Maxim Nikulin | 1 | -1/+1 |
| 2011-07-01 | usb/class: use printk_ratelimited() instead of printk_ratelimit() | Manuel Zerpies | 1 | -4/+3 |
| 2011-06-06 | USB: cdc-acm: Adding second ACM channel support for Nokia E7 and C7 | Toby Gray | 1 | -0/+2 |
| 2011-05-11 | USB: cdc_acm: Fix oops when Droids MuIn LCD is connected | Erik Slagter | 2 | -2/+12 |
| 2011-04-29 | USB: cdc-wdm: reset handling according to new requirements | Oliver Neukum | 1 | -0/+14 |
| 2011-04-13 | USB: cdc-acm: re-write read processing | Johan Hovold | 2 | -197/+120 |
| 2011-04-13 | USB: cdc-acm: clean up read urb allocation | Johan Hovold | 1 | -16/+13 |
| 2011-04-13 | USB: cdc-acm: clean up open error handling | Johan Hovold | 1 | -3/+1 |
| 2011-04-13 | USB: cdc-acm: clean up rx_buflimit references | Johan Hovold | 1 | -7/+7 |
| 2011-04-13 | USB: cdc-acm: remove unused drain-delay code | Johan Hovold | 2 | -7/+0 |
| 2011-04-13 | USB: cdc-acm: remove superfluous prototype | Johan Hovold | 1 | -2/+0 |
| 2011-04-13 | USB: cdc-acm: remove version information and changelog | Johan Hovold | 1 | -30/+2 |
| 2011-04-13 | USB: cdc-acm: use dev_vdbg in read/write paths | Johan Hovold | 1 | -7/+7 |
| 2011-04-13 | USB: cdc-acm: clean up verbose debug | Johan Hovold | 1 | -9/+2 |
| 2011-04-13 | USB: cdc-acm: replace dbg macros with dev_dbg | Johan Hovold | 1 | -28/+52 |
| 2011-04-13 | USB: cdc-acm: clean up dev_err and dev_dbg | Johan Hovold | 1 | -6/+9 |
| 2011-04-13 | USB: cdc-acm: use dev_err to report failed allocations | Johan Hovold | 1 | -7/+7 |
| 2011-04-13 | USB: cdc-acm: add missing newlines to dev_dbg and dev_err | Johan Hovold | 1 | -3/+3 |
| 2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -2/+2 |
| 2011-03-23 | USB: cdc-acm: fix potential null-pointer dereference on disconnect | Johan Hovold | 1 | -1/+2 |
| 2011-03-23 | USB: cdc-acm: fix potential null-pointer dereference | Johan Hovold | 1 | -0/+2 |
| 2011-03-23 | USB: cdc-acm: fix memory corruption / panic | Johan Hovold | 1 | -0/+2 |
| 2011-03-23 | USB: Fix 'bad dma' problem on WDM device disconnect | Robert Lukassen | 1 | -1/+1 |
| 2011-02-24 | Merge 2.6.38-rc6 into tty-next | Greg Kroah-Hartman | 1 | -0/+1 |
| 2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -1/+1 |
| 2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 1 | -1/+1 |
| 2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 1 | -1/+1 |
| 2011-02-04 | USB: cdc-acm: Adding second ACM channel support for Nokia N8 | Arvid Ephraim Picciani | 1 | -0/+1 |
| 2011-01-22 | USB: cdc-wdm: fix misuse of logical operation in place of bitop | David Sterba | 1 | -1/+1 |
| 2010-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -1/+1 |
| 2010-10-22 | USB: cdc-acm: fix code indentation | Otavio Salvador | 1 | -1/+1 |
| 2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 3 | -1/+4 |
| 2010-09-03 | USB: cdc-acm: Fixing crash when ACM probing interfaces with no endpoint descr... | Toby Gray | 1 | -1/+2 |
| 2010-09-03 | USB: cdc-acm: Add pseudo modem without AT command capabilities | Philippe Corbes | 1 | -0/+4 |
| 2010-09-03 | USB: cdc-acm: Adding second ACM channel support for various Nokia and one Sam... | Toby Gray | 1 | -0/+16 |
| 2010-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 1 | -186/+185 |
| 2010-08-10 | USB: usblp: fixed switch, brace, whitespace and spacing coding style issues | Nicolas Kaiser | 1 | -186/+185 |
| 2010-08-10 | cdc-acm: remove dead code | Arnd Bergmann | 1 | -9/+3 |
| 2010-08-04 | Merge branch 'master' into for-next | Jiri Kosina | 1 | -0/+1 |
| 2010-07-26 | USB: Expose vendor-specific ACM channel on Nokia 5230 | Przemo Firszt | 1 | -0/+1 |
| 2010-07-19 | update email address | Pavel Machek | 2 | -2/+2 |
| 2010-06-04 | USB: cdc-acm: fix resource reclaim in error path of acm_probe | Axel Lin | 1 | -2/+4 |
| 2010-05-20 | USB: rename usb_buffer_alloc() and usb_buffer_free() users | Daniel Mack | 3 | -31/+31 |
| 2010-05-20 | USB: cdc-acm: make bitfields unsigned | Randy Dunlap | 1 | -2/+2 |
| 2010-04-30 | USB: cdc-acm: add another device quirk | Russ Nelson | 1 | -0/+3 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-03-19 | usb: cdc-wdm: Fix deadlock between write and resume | Oliver Neukum | 1 | -2/+2 |
| 2010-03-19 | usb: cdc-wdm: Fix order in disconnect and fix locking | Oliver Neukum | 1 | -8/+17 |
| 2010-03-19 | usb: cdc-wdm:Fix loss of data due to autosuspend | Oliver Neukum | 1 | -1/+4 |
| 2010-03-19 | usb: cdc-wdm: Fix submission of URB after suspension | Oliver Neukum | 1 | -2/+5 |
| 2010-03-19 | usb: cdc-wdm: Fix race between disconnect and debug messages | Oliver Neukum | 1 | -5/+0 |
| 2010-03-19 | usb: cdc-wdm: Fix race between autosuspend and reading from the device | Oliver Neukum | 1 | -4/+10 |
| 2010-03-19 | usb: cdc-wdm: Fix race between write and disconnect | Oliver Neukum | 1 | -39/+45 |
| 2010-03-19 | USB: cdc-acm: Fix stupid NULL pointer in resume() | Oliver Neukum | 1 | -1/+1 |
| 2010-03-02 | USB: tty: kill request_room for USB ACM class | Alan Cox | 1 | -1/+0 |
| 2010-03-02 | USB: cdc-acm: fix possible deadlock with multiple openers | Oliver Neukum | 1 | -5/+6 |
| 2010-03-02 | USB: BKL removal: cdc-wdm | Oliver Neukum | 1 | -3/+0 |
| 2010-03-02 | USB: BKL removal: usbtmc | Oliver Neukum | 1 | -3/+0 |
| 2010-03-02 | usb: BKL removal: usblp | Oliver Neukum | 1 | -3/+0 |
| 2010-03-02 | USB: Push BKL on open down into the drivers | Oliver Neukum | 3 | -0/+9 |
| 2010-03-02 | USB class: make USB device id constant | Németh Márton | 4 | -4/+4 |
| 2010-03-02 | USB: usblp: Remove checks no longer needed with the new runtime PM system | Oliver Neukum | 1 | -17/+3 |
| 2010-03-02 | USB: cdc_acm: Silence "It is not a modem." error for pbLua devices | Julian Calaby | 2 | -2/+5 |
| 2010-03-02 | USB: cdc_acm: Add support for pbLua console port | Julian Calaby | 1 | -0/+3 |
| 2010-03-02 | USB: cdc-acm: Update to new autopm API | Oliver Neukum | 2 | -22/+22 |
| 2010-03-02 | cdc_acm: add reset_resume method | Francesco Lavra | 1 | -0/+18 |
| 2009-12-11 | USB: usbtmc: Use usb_clear_halt() instead of custom code. | Sarah Sharp | 1 | -28/+8 |
| 2009-12-11 | USB: usbtmc: repeat usb_bulk_msg until whole message is transfered | Andre Herms | 1 | -4/+10 |
| 2009-12-11 | USB: Exposing second ACM channel as tty for Nokia S60 phones. | Adrian Taylor | 1 | -1/+57 |
| 2009-12-11 | USB: usbtmc: minor formatting cleanups | Oliver Neukum | 1 | -2/+2 |
| 2009-12-07 | Merge branch 'for-next' into for-linus | Jiri Kosina | 1 | -1/+1 |
| 2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
| 2009-11-17 | USB: cdc_acm: Fix memory leak after hangup | Francesco Lavra | 1 | -5/+11 |
| 2009-11-17 | USB: cdc_acm: Fix race condition when opening tty | Henry Gebhardt | 1 | -1/+1 |
| 2009-10-09 | USB: usbtmc: fix timeout increase | Gergely Imreh | 1 | -1/+1 |
| 2009-10-01 | const: constify remaining file_operations | Alexey Dobriyan | 1 | -1/+1 |
| 2009-09-23 | USB: fix USBTMC get_capabilities success handling | Gergely Imreh | 1 | -5/+8 |
| 2009-09-23 | USB: usbtmc: correct termination condition for reads. | Steve Holland | 1 | -1/+2 |
| 2009-09-23 | USB: usbtmc: inhibit corruption | Steve Holland | 1 | -0/+4 |
| 2009-09-23 | USB: usbtmc: Fix short reads in usbtmc_read() | Steve Holland | 1 | -4/+4 |
| 2009-09-23 | USB: usbtmc: fix printk format warnings | Randy Dunlap | 1 | -1/+1 |
| 2009-09-23 | USB: usbtmc: sanity checks for DEV_DEP_MSG_IN urbs | Guus Sliepen | 1 | -4/+18 |
| 2009-09-23 | USB: suspend/resume support for usbtmc | Oliver Neukum | 1 | -1/+14 |
| 2009-09-23 | USB: usbtmc can do IO to device after disconnect | Oliver Neukum | 1 | -0/+19 |
| 2009-09-23 | USB: fix cdc-acm regression in open | Oliver Neukum | 1 | -0/+2 |
| 2009-09-23 | USB: CDC WDM driver doesn't support non-blocking reads | Oliver Neukum | 1 | -6/+24 |
| 2009-09-21 | trivial: remove unnecessary semicolons | Joe Perches | 1 | -2/+0 |
| 2009-09-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -2/+2 |
| 2009-09-19 | cdc_acm: Fix to use modern speed interfaces | Alan Cox | 1 | -4/+1 |
| 2009-09-19 | Driver-Core: extend devnode callbacks to provide permissions | Kay Sievers | 1 | -2/+2 |
| 2009-08-07 | USB: fix oops on disconnect in cdc-acm | Oliver Neukum | 2 | -5/+7 |
| 2009-07-20 | tty: fix chars_in_buffers | Alan Cox | 1 | -1/+1 |
| 2009-07-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2 | -12/+29 |
| 2009-07-12 | USB: cdc-acm: work around some broken devices | Arseniy Lartsev | 1 | -8/+23 |
| 2009-07-12 | USB: fix memory leak in usbtmc | Oliver Neukum | 1 | -4/+6 |
| 2009-07-12 | headers: smp_lock.h redux | Alexey Dobriyan | 1 | -1/+0 |
| 2009-06-25 | acm: Fix oops when closing ACM tty device right after open has failed. | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
| 2009-06-25 | acm: Return ENODEV instead of EINVAL when trying to open ACM device. | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
| 2009-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 3 | -12/+67 |
| 2009-06-15 | USB: usbtmc: fix switch statment | Greg Kroah-Hartman | 1 | -0/+6 |
| 2009-06-15 | USB: cdc-acm: quirk for Alcatel OT-I650 | Kir Kolyshkin | 1 | -0/+3 |
| 2009-06-15 | USB: support for cdc-acm of single interface devices | Oliver Neukum | 2 | -12/+58 |
| 2009-06-15 | Driver Core: usb: add nodename support for usb drivers. | Kay Sievers | 1 | -0/+6 |
| 2009-06-11 | tty: Clean up the ACM driver to CodingStyle | Alan Cox | 1 | -131/+160 |
| 2009-06-11 | tty: cdc_acm add krefs | Alan Cox | 2 | -68/+98 |
| 2009-06-11 | tty: Update cdc_acm | Alan Cox | 2 | -1/+7 |
| 2009-05-28 | USB: Yet another Conexant Clone to add to cdc-acm.c | Xiao Kaijian | 1 | -0/+3 |
| 2009-04-23 | USB: correct error handling in cdc-wdm | Oliver Neukum | 1 | -9/+18 |
| 2009-04-17 | USB: fix oops in cdc-wdm in case of malformed descriptors | Oliver Neukum | 1 | -1/+1 |
| 2009-04-14 | cdc-acm: Fix long standing abuse of tty->low_latency | Alan Cox | 1 | -4/+0 |
| 2009-04-06 | cdc-acm: zydas 1602 identifier needed | Alan Cox | 1 | -0/+3 |
| 2009-04-06 | usb: Auto-load cdc_acm module when device opened. | Scott James Remnant | 1 | -1/+1 |
| 2009-03-24 | usblp: continuously poll for status | Pete Zaitcev | 1 | -4/+7 |
| 2009-03-17 | USB: usbtmc: add protocol 1 support | Greg Kroah-Hartman | 1 | -0/+1 |
| 2009-03-17 | USB: usbtmc: fix stupid bug in open() | Greg Kroah-Hartman | 1 | -1/+2 |
| 2009-02-27 | USB: Quirk for Hummingbird huc56s / Conexant ACM modem | Adam Richter | 1 | -0/+7 |
| 2009-02-27 | USB: cdc-acm: add usb id for motomagx phones | Dmitriy Taychenachev | 1 | -0/+2 |
| 2009-02-09 | USB: cdc-acm.c: remove duplicate lines for MTK gps support | James Treacy | 1 | -3/+0 |
| 2009-01-27 | USB: cdc-acm: Add another conexant modem to the quirks | Alan Cox | 1 | -0/+3 |
| 2009-01-27 | USB: usblp.c: add USBLP_QUIRK_BIDIR to Brother HL-1440 | Brandon Philips | 1 | -0/+1 |
| 2009-01-27 | USB: CDC-ACM quirk for MTK GPS | Andrew Lunn | 1 | -0/+3 |
| 2009-01-27 | USB: cdc-acm: support some gps data loggers | James A. Treacy | 1 | -0/+3 |
| 2009-01-07 | USB: Enhance usage of pm_message_t | Alan Stern | 2 | -2/+3 |
| 2009-01-07 | USB: usbtmc: indent & braces disagree, something else is desired | Ilpo Järvinen | 1 | -6/+3 |
| 2008-12-17 | USB: fix problem with usbtmc driver not loading properly | Greg Kroah-Hartman | 1 | -0/+1 |
| 2008-11-13 | USB: cdc-acm.c: fix recursive lock in acm_start_wb error path | Brandon Philips | 1 | -5/+4 |
| 2008-10-29 | USB: usbtmc: Use explicit unsigned type for input buffer instead of char* | Chris Malley | 1 | -1/+1 |
| 2008-10-22 | USB: fix memory leak in cdc-acm | Oliver Neukum | 1 | -1/+2 |
| 2008-10-22 | USB: cdc-wdm: make module autoload work | Oliver Neukum | 1 | -0/+2 |
| 2008-10-17 | USB: remove err() macro from usb class drivers | Greg Kroah-Hartman | 3 | -30/+48 |
| 2008-10-17 | USB: remove info() macro from remaining usb drivers | Greg Kroah-Hartman | 1 | -1/+2 |
| 2008-10-17 | drivers/usb/class/usblp.c: adjust error handling code | Julia Lawall | 1 | -9/+9 |