cypress_m8.h (498495dba268b20e8eadd7fe93c140c68b6cc9d2) cypress_m8.h (5c45d04c5081c1830d674f4d22d4400ea2083afe)
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef CYPRESS_M8_H
3#define CYPRESS_M8_H
4
5/*
6 * definitions and function prototypes used for the cypress USB to Serial
7 * controller
8 */

--- 11 unchanged lines hidden (view full) ---

20#define VENDOR_ID_DELORME 0x1163
21#define PRODUCT_ID_EARTHMATEUSB 0x0100
22#define PRODUCT_ID_EARTHMATEUSB_LT20 0x0200
23
24/* Cypress HID->COM RS232 Adapter */
25#define VENDOR_ID_CYPRESS 0x04b4
26#define PRODUCT_ID_CYPHIDCOM 0x5500
27
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef CYPRESS_M8_H
3#define CYPRESS_M8_H
4
5/*
6 * definitions and function prototypes used for the cypress USB to Serial
7 * controller
8 */

--- 11 unchanged lines hidden (view full) ---

20#define VENDOR_ID_DELORME 0x1163
21#define PRODUCT_ID_EARTHMATEUSB 0x0100
22#define PRODUCT_ID_EARTHMATEUSB_LT20 0x0200
23
24/* Cypress HID->COM RS232 Adapter */
25#define VENDOR_ID_CYPRESS 0x04b4
26#define PRODUCT_ID_CYPHIDCOM 0x5500
27
28/* Simply Automated HID->COM UPB PIM (using Cypress PID 0x5500) */
29#define VENDOR_ID_SAI 0x17dd
30
28/* FRWD Dongle - a GPS sports watch */
29#define VENDOR_ID_FRWD 0x6737
30#define PRODUCT_ID_CYPHIDCOM_FRWD 0x0001
31
32/* Powercom UPS, chip CY7C63723 */
33#define VENDOR_ID_POWERCOM 0x0d9f
34#define PRODUCT_ID_UPS 0x0002
35

--- 44 unchanged lines hidden ---
31/* FRWD Dongle - a GPS sports watch */
32#define VENDOR_ID_FRWD 0x6737
33#define PRODUCT_ID_CYPHIDCOM_FRWD 0x0001
34
35/* Powercom UPS, chip CY7C63723 */
36#define VENDOR_ID_POWERCOM 0x0d9f
37#define PRODUCT_ID_UPS 0x0002
38

--- 44 unchanged lines hidden ---