diff --git a/src/conf.h b/src/conf.h index 0a0ea8f..d020005 100644 --- a/src/conf.h +++ b/src/conf.h @@ -31,8 +31,8 @@ typedef struct pusb_device { char name[32]; - char vendor[32]; - char model[32]; + char vendor[128]; + char model[128]; char serial[128]; char volume_uuid[128]; } t_pusb_device;