(resend with correct numbering... sorry for the trouble) Hi all, changes from the previous submission: - VCC change is now done using sysfs. - no more reset when closing the device. First patch removes a reset of the device at close(). This reset was causing the device name to change at every call to close(). The second patch will let the user to switch between 5V and 3.3V VCC. The function itself was taken and modified from the 0.9 tarball hosted at WB Electronics (the HW manufacturer) which included an unofficial variant of iuu_phoenix.c. Some descriptions messages of the parameters are also corrected in the third patch. Due to the new sysfs parameter, the version is now 0.11 instead of 0.10. This is done in the 4th patch. The fifth patch add a parameter to be able to select the default VCC when loading the module. Have a nice day. Olivier Olivier Bornet (5): iuu_phoenix: Don't reset the device at close iuu_phoenix: clean-up parameter's descriptions iuu_phoenix: add support for changing VCC iuu_phoenix: increment version number iuu_phoenix: add a way to select the default VCC drivers/usb/serial/iuu_phoenix.c | 115 ++++++++++++++++++++++++++++++++++--- 1 files changed, 105 insertions(+), 10 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html