The SC-8820 has two synth ports, not one. The SC-8850 has two external MIDI ports.
BTW: The original driver at <http://member.nifty.ne.jp/Breeze/softwares/unix/usbmidi-e.html> already has had these fixes for some time now, and supports more devices. Clemens --- linux/drivers/usb/usb-midi.h.orig Tue Feb 25 13:03:20 2003 +++ linux/drivers/usb/usb-midi.h Tue Feb 25 13:08:15 2003 @@ -101,15 +101,15 @@ { /* Roland SC8850 */ "Roland SC8850", USB_VENDOR_ID_ROLAND, USBMIDI_ROLAND_SC8850, 2, -1, - { { 0x81, 15 }, {-1, -1} }, /** cables 0,1,2, and 3 **/ - { { 0x01, 15 }, {-1, -1} }, + { { 0x81, 0x3f }, {-1, -1} }, + { { 0x01, 0x3f }, {-1, -1} }, }, { /* Roland SC8820 */ "Roland SC8820", USB_VENDOR_ID_ROLAND, USBMIDI_ROLAND_SC8820, 2, -1, - { { 0x81, 17 }, {-1, -1} }, - { { 0x01, 17 }, {-1, -1} }, + { { 0x81, 0x13 }, {-1, -1} }, + { { 0x01, 0x13 }, {-1, -1} }, }, { /* YAMAHA MU1000 */ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
