From e99e4d0404e27542a16b153f15b944441598d572 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 17 Feb 2003 18:56:00 +0000 Subject: Expand length of pnpinfo and length fields since pccard pnpinfo can easily be longer than 64 characters. --- lib/libdevinfo/devinfo_var.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/libdevinfo/devinfo_var.h b/lib/libdevinfo/devinfo_var.h index 73de85c..b409671 100644 --- a/lib/libdevinfo/devinfo_var.h +++ b/lib/libdevinfo/devinfo_var.h @@ -45,8 +45,8 @@ struct devinfo_i_dev { char dd_name[DEVINFO_STRLEN]; char dd_desc[DEVINFO_STRLEN]; char dd_drivername[DEVINFO_STRLEN]; - char dd_pnpinfo[DEVINFO_STRLEN * 2]; - char dd_location[DEVINFO_STRLEN * 2]; + char dd_pnpinfo[DEVINFO_STRLEN * 4]; + char dd_location[DEVINFO_STRLEN * 4]; uint32_t dd_devflags; uint16_t dd_flags; device_state_t dd_state; -- cgit v1.1