1. 3d53b9e ALSA: line6: Fix endless MIDI read loop by Takashi Iwai · 4 years, 3 months ago
  2. b9daeb2 ALSA: line6: use dynamic buffers by Greg Kroah-Hartman · 5 years ago
  3. 4dbe48b ALSA: line6: Fix leftover URB at error-path during probe by Takashi Iwai · 7 years ago
  4. 34f840f Revert "ALSA: line6: Only determine control port properties if needed" by Takashi Iwai · 7 years ago
  5. fdd8218 ALSA: line6: fix a crash in line6_hwdep_write() by Dan Carpenter · 8 years ago
  6. 8da08ca ALSA: usb-line6: use the same declaration as definition in header for MIDI manufacturer ID by Takashi Sakamoto · 8 years ago
  7. a4bc746 ALSA: line6: fix ifnullfree.cocci warnings by kbuild test robot · 8 years ago
  8. a16039c ALSA: line6: Add hwdep interface to access the POD control messages by Andrej Krutak · 8 years ago
  9. f6a0dd1 ALSA: line6: Only determine control port properties if needed by Andrej Krutak · 8 years ago
  10. 7811a3a ALSA: line6: Allow processing of raw incoming messages by Andrej Krutak · 8 years ago
  11. 174e1fc ALSA: line6: Distinguish device init (ctrl EP) and MIDI data transfer (int EP) by Andrej Krutak · 8 years ago
  12. 79faa2b ALSA: line6: Add high-speed USB support by Andrej Krutak · 8 years ago
  13. b2233d9 ALSA: line6: Enable different number of URBs for frame transfers by Andrej Krutak · 8 years ago
  14. 25a0707 ALSA: line6: Improve line6_read/write_data() interfaces by Chris Rorvick · 9 years ago
  15. 12b0015 ALSA: line6: Use explicit type for serial number by Chris Rorvick · 9 years ago
  16. e474e7f ALSA: line6: Return EIO if read/write not successful by Chris Rorvick · 9 years ago
  17. f3dfd1b ALSA: line6: Return error if device not responding by Chris Rorvick · 9 years ago
  18. e64e94d ALSA: line6: Add delay before reading status by Chris Rorvick · 9 years ago
  19. 12865ca ALSA: line6: Pass driver name to line6_probe() by Chris Rorvick · 9 years ago
  20. 6ccd93b ALSA: line6: fixup of line6_start_timer argument type by Nicholas Mc Guire · 9 years ago
  21. 695758c ALSA: line6: use msecs_to_jiffies for conversion by Nicholas Mc Guire · 9 years ago
  22. 129b3be ALSA: line6: Move the contents of usbdefs.h into driver.h by Takashi Iwai · 9 years ago
  23. fd9301d ALSA: line6: Remove revision.h by Takashi Iwai · 9 years ago
  24. cddbd4f ALSA: line6: Tidy up and typo fixes in comments by Takashi Iwai · 9 years ago
  25. d6ca69d ALSA: line6: Minor tidy up in line6_probe() by Takashi Iwai · 9 years ago
  26. aca514b ALSA: line6: Let snd_card_new() allocate private data by Takashi Iwai · 9 years ago
  27. f66fd99 ALSA: line6: Drop interface argument from private_init and disconnect callbacks by Takashi Iwai · 9 years ago
  28. b55004f ALSA: line6: Remove unused line6_nop_read() by Takashi Iwai · 9 years ago
  29. 6b562f6 ALSA: line6: Fix memory leak at probe error path by Takashi Iwai · 9 years ago
  30. 644d908 ALSA: line6: Minor refactoring by Takashi Iwai · 9 years ago
  31. eedd0e9 ALSA: line6: Don't forget to call driver's destructor at error path by Takashi Iwai · 9 years ago
  32. 2a324fc ALSA: line6: Abort if inconsistent usbdev is found at disconnect by Takashi Iwai · 9 years ago
  33. 270fd9c ALSA: line6: Yet more cleanup of superfluous NULL checks by Takashi Iwai · 9 years ago
  34. c078a4a ALSA: line6: Remove driver version from header comment by Chris Rorvick · 9 years ago
  35. c6fffce ALSA: line6: Refer to manufacturer as "Line 6" by Chris Rorvick · 9 years ago
  36. 35ae48a ALSA: line6: Remove superfluous NULL checks by Chris Rorvick · 9 years ago
  37. 4d79fb1 ALSA: line6: Drop line6_send_program() and line6_transmit_parameter() by Takashi Iwai · 9 years ago
  38. 7372319 ALSA: line6: Make line6_send_raw_message() static by Takashi Iwai · 9 years ago
  39. 5a47531 ALSA: line6: Sync PCM stop at disconnect by Takashi Iwai · 9 years ago
  40. 31ca192 ALSA: line6: Remove superfluous disconnect call in suspend handler by Takashi Iwai · 9 years ago
  41. 2cd53fa ALSA: line6: Remove driver version string by Takashi Iwai · 9 years ago
  42. 85a9339 ALSA: line6: Reorganize card resource handling by Takashi Iwai · 9 years ago
  43. a019f5e ALSA: line6: Remove superfluous out-of-memory error messages by Takashi Iwai · 9 years ago
  44. 45a82f1 ALSA: line6: Drop usb_device sysfs symlink by Takashi Iwai · 9 years ago
  45. ccddbe4 ALSA: line6: Split to each driver by Takashi Iwai · 9 years ago
  46. 0f2524b ALSA: line6: Use setup_timer() and mod_timer() by Takashi Iwai · 9 years ago
  47. 61864d8 ALSA: move line6 usb driver into sound/usb by Takashi Iwai · 9 years ago[Renamed from drivers/staging/line6/driver.c]
  48. a46c467 staging: line6: Call *_disconnect() via pointer by Chris Rorvick · 9 years ago
  49. 01f6b2b staging: line6: Call *_process_message() via pointer by Chris Rorvick · 9 years ago
  50. 1cad3e8 staging: line6: Pass *_process_message() `usb_line6' pointers by Chris Rorvick · 9 years ago
  51. a221dd4 staging: line6: Pass *_init() `usb_line6' pointers by Chris Rorvick · 9 years ago
  52. 16d603d staging: line6: Move audio endpoints to properties by Chris Rorvick · 9 years ago
  53. 9e165be staging: line6: Move control endpoints to properties by Chris Rorvick · 9 years ago
  54. 7b9584f staging: line6: Move altsetting to properties by Chris Rorvick · 9 years ago
  55. b98a811 staging: line6: Filter on UX2 interfaces by Chris Rorvick · 9 years ago
  56. 3a3eae6 staging: line6: Filter on Pocket POD interface by Chris Rorvick · 9 years ago
  57. 951dd31 staging: line6: Split out POD HD500 interfaces by Chris Rorvick · 9 years ago
  58. 7ad0731 staging: line6: Split out PODxt Live interfaces by Chris Rorvick · 9 years ago
  59. 7b3e4d4 staging: line6: List out capabilities individually by Chris Rorvick · 9 years ago
  60. 4d94754 staging: line6: Use explicit indexes when defining properties by Chris Rorvick · 9 years ago
  61. 4cb1a4a staging: line6: Rename capability macros by Chris Rorvick · 9 years ago
  62. 5a85847 staging: line6: Remove useless comments by Chris Rorvick · 9 years ago
  63. f45be7d staging: line6: Remove idVendor and idProduct macros by Chris Rorvick · 9 years ago
  64. a23a8bf staging: line6: Key off of device type by Chris Rorvick · 9 years ago
  65. c33a20b staging: line6: Index properties array with device type by Chris Rorvick · 9 years ago
  66. 410dca8 staging: line6: Define a device type enum by Chris Rorvick · 9 years ago
  67. daf54a5 staging: line6: Cleanup device table by Chris Rorvick · 9 years ago
  68. e45bfe5 staging: line6: Remove unsupported X3 devices by Chris Rorvick · 9 years ago
  69. 5c3396f staging: line6: Remove `device_bit' from properties by Chris Rorvick · 9 years ago
  70. c7f268d staging: line6: do not return 0 from probe if no initialization done by Alexey Khoroshilov · 10 years ago
  71. a6b4699 staging: line6: Add blank lines after declarations by Fabian Mewes · 10 years ago
  72. ba79e52 staging: line6: long line fixes by Davide Berardi · 10 years ago
  73. 1cad608 Staging: line6: Fix unnecessary space after function pointer in driver.c by Monam Agarwal · 10 years ago
  74. 1785faa staging: line6: Add support for POD HD400 to line6usb driver by Chris Bajumpaa · 10 years ago
  75. 5a083bd Staging: line6: Fix Sparse warning of restricted __le16 degrades to integer by Rashika Kheria · 11 years ago
  76. 056e0af Staging: line6: replacing -EINVAL with retval in driver.c by Ashvini Varatharaj · 11 years ago
  77. e7c8a7e staging: line6: use default sysfs attribute macros by Greg Kroah-Hartman · 11 years ago
  78. 78110bb staging: Remove unnecessary OOM messages by Joe Perches · 11 years ago
  79. 98115f1 staging: line6: drop CONFIG_LINE6_USB_DUMP_PCM by Stefan Hajnoczi · 11 years ago
  80. 269edc8 staging: line6: rename MidiBuffer to avoid CamelCase by Stefan Hajnoczi · 11 years ago
  81. bc776f2 staging: line6: wrap comment to 80 chars in driver.c by Stefan Hajnoczi · 11 years ago
  82. e02b124 staging: line6: delete an unused function by Dan Carpenter · 11 years ago
  83. 77ecb6f staging: line6: Use kmemdup rather than duplicating its implementation by Laurent Navet · 11 years ago
  84. 2807904 staging: line6: drop MIDI parameter sysfs attrs by Stefan Hajnoczi · 12 years ago
  85. 9f673d7 staging: line6: drop CONFIG_LINE6_USB_RAW by Stefan Hajnoczi · 12 years ago
  86. 3e58c86 staging: line6: drop midi_mask_receive by Stefan Hajnoczi · 12 years ago
  87. 36a01f4 staging: line6: drop MIDI dumping code by Stefan Hajnoczi · 12 years ago
  88. 70ce939 staging: line6: drop control URB dumping code by Stefan Hajnoczi · 12 years ago
  89. e00d33c staging: line6: replace DEBUG_MESSAGES() with dev_dbg() by Stefan Hajnoczi · 12 years ago
  90. b430b3d staging: line6: drop unused line6_devices[] array by Stefan Hajnoczi · 12 years ago
  91. 317e188 staging: line6: adjusted interface of line6_send_program() by Johannes Thumshirn · 12 years ago
  92. 2471c09 staging: line6: changed interface of line6_transmit_parameter() by Johannes Thumshirn · 12 years ago
  93. 4a63136 Staging: line6: use module_usb_driver() by Greg Kroah-Hartman · 12 years ago
  94. 15a89dc Staging: line6: remove teardown code from module_exit path by Greg Kroah-Hartman · 12 years ago
  95. c46b8a6 Staging: line6: only allocate a buffer if it is needed by Greg Kroah-Hartman · 12 years ago
  96. 305b876 Staging: line6: remove unneeded initialization by Greg Kroah-Hartman · 12 years ago
  97. 0ca5488 staging: line6: separate handling of buffer allocation and stream startup by Markus Grabner · 12 years ago
  98. 4c6fb5f staging/line6: refactor device information and add POD HD 500 by Markus Grabner · 12 years ago
  99. 4bd8b4d Staging: line6: NULL dereference in dev_err() by Dan Carpenter · 13 years ago
  100. 16dc104 staging: line6: add Pod HD300 support by Stefan Hajnoczi · 13 years ago