From 6bc1dbffe9f77eb3c85a655ffeaff64d963c6b43 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Tue, 16 Oct 2007 17:55:05 +0000 Subject: xpp r4892: * Zaptel/Hardware perl modules: - Use sysfs directly. Don't rely on lspci/lsusb. - Each device has a description and driver name. - Zaptel::Hardware::drivers() to show the list of required drivers for this system (see zaptel_drivers). - zaptel_hardware shows a description and a (suggested?) driver. * zt_registration sorts by Serial first and only then by connector. * USB_FW.hex replaces all the USB_11x0.hex . - Separate USB interface for the management processor. - Hence fpga_load can now work even with drivers loaded. * Fix firmware upgrading. * Fix manual firmware loading while auto-loading. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3142 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/xdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xpp/xdefs.h') diff --git a/xpp/xdefs.h b/xpp/xdefs.h index 23719f6..078e5a3 100644 --- a/xpp/xdefs.h +++ b/xpp/xdefs.h @@ -70,7 +70,7 @@ struct list_head { struct list_head *next; struct list_head *prev; }; #define XPD_DESCLEN 20 #define XBUS_NAMELEN 20 /* must be <= from maximal workqueue name */ #define XBUS_DESCLEN 40 -#define SERIAL_SIZE 8 /* our EEPROM limit */ +#define SERIALNUM_SIZE 20 #define UNIT_BITS 3 /* Bit for Astribank unit number */ #define SUBUNIT_BITS 3 /* Bit for Astribank subunit number */ -- cgit v1.2.3