Closed paxospaxos closed 12 years ago
added this patch and tested with the FT2232D chipset to satisfactory result:
FTDI.pm 177c177,178 < return _set_interface(shift->{_ctx}); --- > my ( $self, $interface ) = @_; > return _set_interface(shift->{_ctx}, $interface);
thank you for the patch and testing, applied and uploaded to CPAN
added this patch and tested with the FT2232D chipset to satisfactory result: