Displaying 1 result from an estimated 1 matches for "transfertyp".
Did you mean:
  transfertype
  
2009 Feb 26
0
Anyone successfully using CentOS 5 and a Keyspan USA-19HS USB-Serial Adapter?
...identally'' worked with Linux at least up to 2.6.17.11 but
    stopped to with 2.6.18, which changed the UHCI support code handling
    URBs for interrupt endpoints. The patch below modifies to driver to
    initialize its input URBs either as interrupt or as bulk URBs,
    depending on the transfertype contained in the associated endpoint
    descriptor (only tested with the default configuration) enabling
    the driver to again receive data from the serial converter.
    Greg K-H reworked the patch.
    Signed-off-by: Rainer Weikusat <rweikusat at sncag.com>
    Signed-off-by: Greg Kro...