From 690f96f27681865e12d5f38c0c295b0f8d4eb353 Mon Sep 17 00:00:00 2001 From: Tau Date: Sat, 16 Mar 2019 12:07:21 -0400 Subject: [PATCH] amex/ds.c: Rename ds.txt to pcbid.txt ALLS hardware does not have a DS EEPROM or indeed even an AMEX. It uses the Windows hostname instead. We'd like to use the same file name for both use cases, so let's change the file name to be something more generic. --- amex/ds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amex/ds.c b/amex/ds.c index b54e14a..916772d 100644 --- a/amex/ds.c +++ b/amex/ds.c @@ -46,7 +46,7 @@ static HRESULT ds_ioctl_get_geometry(struct irp *irp); static HRESULT ds_ioctl_setup(struct irp *irp); static HRESULT ds_ioctl_read_sector(struct irp *irp); -static const char ds_serial_file[] = "DEVICE/ds.txt"; +static const char ds_serial_file[] = "DEVICE/pcbid.txt"; static struct ds_eeprom ds_eeprom; static HANDLE ds_fd;