Hi, This patch against 2.4.3 fixes the GoHubs GO-COM232 product id, to match the shipping device, not the development device :) thanks, greg k-h -- greg@(kroah|wirex).com
diff -Naur -X dontdiff linux-2.4.3/drivers/usb/serial/belkin_sa.h linux-2.4.3-greg/drivers/usb/serial/belkin_sa.h --- linux-2.4.3/drivers/usb/serial/belkin_sa.h Wed Apr 4 15:19:44 2001 +++ linux-2.4.3-greg/drivers/usb/serial/belkin_sa.h Wed Apr 4 17:49:31 2001 @@ -43,7 +43,7 @@ #define PERACOM_PID 0x0001 /* Peracom's single port serial converter's id */ #define GOHUBS_VID 0x0921 /* GoHubs vendor id */ -#define GOHUBS_PID 0x0100 /* GoHubs single port serial converter's id (identical to the Peracom device) */ +#define GOHUBS_PID 0x1000 /* GoHubs single port serial converter's id (identical +to the Peracom device) */ /* Vendor Request Interface */ #define BELKIN_SA_SET_BAUDRATE_REQUEST 0 /* Set baud rate */
