diff options
author | Michael Williamson <michael.h.williamson@gmail.com> | 2011-01-28 01:36:19 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-04 01:49:42 +0100 |
commit | 28fe2eb0162a1d23370dd99ff7d0e35632b1ee91 (patch) | |
tree | 5c44a58244ff0e7c4c3ceba0572123a760567e25 /drivers/usb/serial/ftdi_sio_ids.h | |
parent | USB: fix race between root-hub resume and wakeup requests (diff) | |
download | linux-28fe2eb0162a1d23370dd99ff7d0e35632b1ee91.tar.xz linux-28fe2eb0162a1d23370dd99ff7d0e35632b1ee91.zip |
USB: ftdi_sio: Add VID=0x0647, PID=0x0100 for Acton Research spectrograph
Add the USB Vendor ID and Product ID for a Acton Research Corp.
spectrograph device with a FTDI chip for serial I/O.
Signed-off-by: Michael H Williamson <michael.h.williamson@gmail.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/serial/ftdi_sio_ids.h')
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 0637e21bd4f3..117e8e6f93c6 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h @@ -518,6 +518,12 @@ #define RATOC_PRODUCT_ID_USB60F 0xb020 /* + * Acton Research Corp. + */ +#define ACTON_VID 0x0647 /* Vendor ID */ +#define ACTON_SPECTRAPRO_PID 0x0100 + +/* * Contec products (http://www.contec.com) * Submitted by Daniel Sangorrin */ |