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