From c3b8818550062fd0496152f9df2447d032159e46 Mon Sep 17 00:00:00 2001 From: Jess Lovelace Date: Wed, 26 Jan 2022 18:32:25 -0500 Subject: [PATCH] more fix --- src/sio/sio_fdc37c6xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sio/sio_fdc37c6xx.c b/src/sio/sio_fdc37c6xx.c index 6de33a820..89b90d332 100644 --- a/src/sio/sio_fdc37c6xx.c +++ b/src/sio/sio_fdc37c6xx.c @@ -338,6 +338,7 @@ fdc37c6xx_init(const device_t *info) understood their datasheets correctly. */ const device_t fdc37c651_device = { "SMC FDC37C651 Super I/O", + "fdc37c651", 0, 0x51, fdc37c6xx_init, fdc37c6xx_close, NULL,