We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342989b commit e962246Copy full SHA for e962246
cm108.c
@@ -234,7 +234,8 @@ struct thing_s {
234
int pid; // product id
235
char product[32]; // product name (e.g. manufacturer, model)
236
char devnode_sound[22]; // e.g. /dev/snd/pcmC0D0p
237
- char plughw[15]; // Above in more familiar format e.g. plughw:0,0
+ char plughw[72]; // Above in more familiar format e.g. plughw:0,0
238
+ // Oversized to silence a compiler warning.
239
char devnode_hidraw[17]; // e.g. /dev/hidraw3
240
char devnode_usb[25]; // e.g. /dev/bus/usb/001/012
241
};
0 commit comments