From c7f81968592fcd3fbec011def1e66c6b9c3a9a05 Mon Sep 17 00:00:00 2001 From: V10lator Date: Wed, 24 Aug 2022 23:59:31 +0200 Subject: [PATCH] Add PNY to ids database --- idsdb.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/idsdb.h b/idsdb.h index c55e559..f299797 100644 --- a/idsdb.h +++ b/idsdb.h @@ -119,6 +119,11 @@ static struct ids_database database[] = { .id = 0x89, .manufacturer = "Unknown", }, + { + .type = "sd", + .id = 0x9e, + .manufacturer = "PNY", + }. { .type = "mmc", .id = 0x00,