Merge remote-tracking branch 'usb-gadget/next'
[deliverable/linux.git] / drivers / usb / gadget / legacy / gmidi.c
index fc2ac150f5ffc4e15398a6d5a1a8d23f75baea53..0bf39c3ccdb1c22df1533e3dbb76231b4bb51461 100644 (file)
@@ -47,7 +47,7 @@ static char *id = SNDRV_DEFAULT_STR1;
 module_param(id, charp, S_IRUGO);
 MODULE_PARM_DESC(id, "ID string for the USB MIDI Gadget adapter.");
 
-static unsigned int buflen = 256;
+static unsigned int buflen = 512;
 module_param(buflen, uint, S_IRUGO);
 MODULE_PARM_DESC(buflen, "MIDI buffer length");
 
This page took 0.024716 seconds and 5 git commands to generate.