[Ftdi-usb-sio-devel] New Vendor/Product ids
Brought to you by:
bryder
From: Alexey K. <ale...@gm...> - 2010-08-09 19:14:36
|
Hello! Not sure if it is aright place to request IDs addition :) But please add the following IDs to the driver: Money Controls PayLink interface http://www.moneycontrols.com/en/products/view/28/PayLink+USB+Integration+Module Current module control program is based on libftdi binary, which requires /proc/usb (not available in modern distros) #define FTDI_MONEYCONTROLS_PAYLINK_PID 0XDE50 /* MoneyControls PayLink */ NEURON Japan MSA790U Bank Card Reader Built-in ftdi serial-usb converter http://www.neuron.co.jp/Neuron-USA/MotorizedHybrid/MotorizedHybrid.html #define NEURON_VID 0x0804 /* NEURON Japan Inc */ #define NEURON_MSA790U_PID 0x0008 /* NEURON MSA790U Bank Card Reader */ |