diff options
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index 8c92b88166ae..3c85bfd46729 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -968,6 +968,12 @@ | |||
968 | #define MARVELL_OPENRD_PID 0x9e90 | 968 | #define MARVELL_OPENRD_PID 0x9e90 |
969 | 969 | ||
970 | /* | 970 | /* |
971 | * Hameg HO820 and HO870 interface (using VID 0x0403) | ||
972 | */ | ||
973 | #define HAMEG_HO820_PID 0xed74 | ||
974 | #define HAMEG_HO870_PID 0xed71 | ||
975 | |||
976 | /* | ||
971 | * BmRequestType: 1100 0000b | 977 | * BmRequestType: 1100 0000b |
972 | * bRequest: FTDI_E2_READ | 978 | * bRequest: FTDI_E2_READ |
973 | * wValue: 0 | 979 | * wValue: 0 |