diff options
Diffstat (limited to 'drivers/usb/serial/ftdi_sio.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.h b/drivers/usb/serial/ftdi_sio.h index 2c55a5ea9c99..3e4123f09e0d 100644 --- a/drivers/usb/serial/ftdi_sio.h +++ b/drivers/usb/serial/ftdi_sio.h | |||
@@ -426,6 +426,11 @@ | |||
426 | #define PAPOUCH_VID 0x5050 /* Vendor ID */ | 426 | #define PAPOUCH_VID 0x5050 /* Vendor ID */ |
427 | #define PAPOUCH_TMU_PID 0x0400 /* TMU USB Thermometer */ | 427 | #define PAPOUCH_TMU_PID 0x0400 /* TMU USB Thermometer */ |
428 | 428 | ||
429 | /* | ||
430 | * ACG Identification Technologies GmbH products (http://www.acg.de/). | ||
431 | * Submitted by anton -at- goto10 -dot- org. | ||
432 | */ | ||
433 | #define FTDI_ACG_HFDUAL_PID 0xDD20 /* HF Dual ISO Reader (RFID) */ | ||
429 | 434 | ||
430 | /* Commands */ | 435 | /* Commands */ |
431 | #define FTDI_SIO_RESET 0 /* Reset the port */ | 436 | #define FTDI_SIO_RESET 0 /* Reset the port */ |