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.
This commit is contained in:
Tau 2019-03-16 12:07:21 -04:00
parent 9924bf6018
commit 690f96f276
1 changed files with 1 additions and 1 deletions

View File

@ -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;