# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.647 -> 1.648 # drivers/usb/serial/belkin_sa.h 1.4 -> 1.5 # drivers/usb/serial/belkin_sa.c 1.25 -> 1.26 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/11 mlang@delysid.org 1.648 # [PATCH] HandyTech HandyLink patch # # HandyTech's Braille displays support a USB port, those are # implemented with a GoHubs usb serial converter. The only difference # is that the pID is 0x1200, not 0x1000. # -------------------------------------------- # diff -Nru a/drivers/usb/serial/belkin_sa.c b/drivers/usb/serial/belkin_sa.c --- a/drivers/usb/serial/belkin_sa.c Thu Sep 12 10:26:11 2002 +++ b/drivers/usb/serial/belkin_sa.c Thu Sep 12 10:26:11 2002 @@ -108,6 +108,7 @@ { USB_DEVICE(BELKIN_OLD_VID, BELKIN_OLD_PID) }, { USB_DEVICE(PERACOM_VID, PERACOM_PID) }, { USB_DEVICE(GOHUBS_VID, GOHUBS_PID) }, + { USB_DEVICE(GOHUBS_VID, HANDYLINK_PID) }, { USB_DEVICE(BELKIN_DOCKSTATION_VID, BELKIN_DOCKSTATION_PID) }, { } /* Terminating entry */ }; diff -Nru a/drivers/usb/serial/belkin_sa.h b/drivers/usb/serial/belkin_sa.h --- a/drivers/usb/serial/belkin_sa.h Thu Sep 12 10:26:11 2002 +++ b/drivers/usb/serial/belkin_sa.h Thu Sep 12 10:26:11 2002 @@ -47,6 +47,7 @@ #define GOHUBS_VID 0x0921 /* GoHubs vendor id */ #define GOHUBS_PID 0x1000 /* GoHubs single port serial converter's id (identical to the Peracom device) */ +#define HANDYLINK_PID 0x1200 /* HandyLink USB's id (identical to the Peracom device) */ /* Vendor Request Interface */ #define BELKIN_SA_SET_BAUDRATE_REQUEST 0 /* Set baud rate */