Hi!

I'm working on a student project and have come across a serial
converter that works with the ftdi_sio module after feeding it the
PID:
    [ 6606.959890] usb 6-2: new full-speed USB device number 3 using uhci_hcd
    [ 6607.143722] usb 6-2: New USB device found, idVendor=0403, idProduct=cb08
    [ 6607.143727] usb 6-2: New USB device strings: Mfr=1, Product=2,
SerialNumber=3
    [ 6607.143730] usb 6-2: Product: ekey CONVERTER
    [ 6607.143733] usb 6-2: Manufacturer: ekey biometric systems
    [ 6607.143735] usb 6-2: SerialNumber: 28090014
 echo 0403 cb08 > /sys/bus/usb-serial/drivers/ftdi_sio/new_id
    [ 7037.231245] ftdi_sio 6-2:1.0: FTDI USB Serial Device converter detected
    [ 7037.231316] usb 6-2: Detected FT232BM
    [ 7037.231320] usb 6-2: Number of endpoints 2
    [ 7037.231324] usb 6-2: Endpoint 1 MaxPacketSize 64
    [ 7037.231328] usb 6-2: Endpoint 2 MaxPacketSize 64
    [ 7037.231331] usb 6-2: Setting MaxPacketSize 64
    [ 7037.234688] usb 6-2: FTDI USB Serial Device converter now
attached to ttyUSB0

I'll be sending a patch shortly. The module compiles but fingers
crossed - it is my first shared patch. :)

-- Jaša Bartelj
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to