1. 3cc3615 usb: cdc-wdm: adding usb_cdc_wdm_register subdriver support by Bjørn Mork · 12 years ago
  2. b0c1386 usb: cdc-wdm: adding list lookup indirection by Bjørn Mork · 12 years ago
  3. 0dffb48 usb: cdc-wdm: split out reusable parts of probe by Bjørn Mork · 12 years ago
  4. b7a2055 cdc-wdm: Don't clear WDM_READ unless entire read buffer is emptied by Ben Hutchings · 13 years ago
  5. 711c68b cdc-wdm: Fix more races on the read path by Ben Hutchings · 13 years ago
  6. 8804420 usb: cdc-wdm: make reset work with blocking IO by Bjørn Mork · 13 years ago
  7. 7483948 Merge tag 'usb-3.3-rc3' into usb-next by Greg Kroah-Hartman · 13 years ago
  8. fec67b4 usb: cdc-wdm: Add device-id for Huawei 3G/LTE modems by Bjørn Mork · 13 years ago
  9. 820c629 USB: cdc-wdm: avoid printing odd-looking "cdc-wdm-176" names by Bjørn Mork · 13 years ago
  10. 7e3054a USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 13 years ago
  11. 15699e6 USB: cdc-wdm: Avoid hanging on interface with no USB_CDC_DMM_TYPE by Bjørn Mork · 13 years ago
  12. 8143a89 USB: cdc-wdm: kill the now unnecessary bMaxPacketSize0 field and udev variable by Bjørn Mork · 13 years ago
  13. 8457d99 USB: cdc-wdm: no need to use usb_alloc_coherent by Bjørn Mork · 13 years ago
  14. cafbe85 USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core by Bjørn Mork · 13 years ago
  15. 19b85b3 USB: cdc-wdm: no need to fill the in request URB every time it's submitted by Bjørn Mork · 13 years ago
  16. 655e247 USB: cdc-wdm: better allocate a buffer that is at least as big as we tell the USB core by Bjørn Mork · 13 years ago
  17. 62aaf24 USB: cdc-wdm: call wake_up_all to allow driver to shutdown on device removal by Bjørn Mork · 13 years ago
  18. e8537bd USB: cdc-wdm: use two mutexes to allow simultaneous read and write by Bjørn Mork · 13 years ago
  19. c428b70 USB: cdc-wdm: updating desc->length must be protected by spin_lock by Bjørn Mork · 13 years ago
  20. 65db430 USB: convert drivers/usb/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  21. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  22. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  23. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  24. d771d8a USB: cdc-wdm: reset handling according to new requirements by Oliver Neukum · 13 years ago
  25. 878b753e USB: Fix 'bad dma' problem on WDM device disconnect by Robert Lukassen · 13 years ago
  26. 0cdfb81 USB: cdc-wdm: fix misuse of logical operation in place of bitop by David Sterba · 14 years ago
  27. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  28. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  29. 338124c usb: cdc-wdm: Fix deadlock between write and resume by Oliver Neukum · 14 years ago
  30. d93d16e usb: cdc-wdm: Fix order in disconnect and fix locking by Oliver Neukum · 14 years ago
  31. 62e6685 usb: cdc-wdm:Fix loss of data due to autosuspend by Oliver Neukum · 14 years ago
  32. beb1d35 usb: cdc-wdm: Fix submission of URB after suspension by Oliver Neukum · 14 years ago
  33. d855fe2 usb: cdc-wdm: Fix race between disconnect and debug messages by Oliver Neukum · 14 years ago
  34. 922a5ea usb: cdc-wdm: Fix race between autosuspend and reading from the device by Oliver Neukum · 14 years ago
  35. 860e41a usb: cdc-wdm: Fix race between write and disconnect by Oliver Neukum · 14 years ago
  36. 94015f6 USB: BKL removal: cdc-wdm by Oliver Neukum · 15 years ago
  37. 8626645 USB: Push BKL on open down into the drivers by Oliver Neukum · 15 years ago
  38. 6ef4852 USB class: make USB device id constant by Németh Márton · 15 years ago
  39. 7f1dc31 USB: CDC WDM driver doesn't support non-blocking reads by Oliver Neukum · 15 years ago
  40. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  41. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  42. 052fbc0 USB: correct error handling in cdc-wdm by Oliver Neukum · 15 years ago
  43. e13c594 USB: fix oops in cdc-wdm in case of malformed descriptors by Oliver Neukum · 15 years ago
  44. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  45. aa5380b USB: cdc-wdm: make module autoload work by Oliver Neukum · 16 years ago
  46. 9908a32 USB: remove err() macro from usb class drivers by Greg Kroah-Hartman · 16 years ago
  47. 3575858 USB: fix build error in cdc-acm for CONFIG_PM=n by Oliver Neukum · 16 years ago
  48. 17d80d5 USB: autosuspend for cdc-wdm by Oliver Neukum · 16 years ago
  49. 87d65e5 USB: cdc-wdm cleanup by Oliver Neukum · 16 years ago
  50. fa4144b cdc-wdm endianness fixes by Al Viro · 16 years ago
  51. afba937 USB: CDC WDM driver by Oliver Neukum · 16 years ago