Some patches to skip accessing the FTDI latency timer on chips that don't support it, detect "BM" chips with iSerialNumber bug, validate written device attribute values, and allow hex and octal "event_char" values. 1) USB: serial: ftdi_sio: don't access latency timer on old chips 2) USB: serial: ftdi_sio: detect BM chip with iSerialNumber bug 3) USB: serial: ftdi_sio: only allow valid latency timer values 4) USB: serial: ftdi_sio: only allow valid event_char values 5) USB: serial: ftdi_sio: replace simple_strtoul() calls 6) USB: serial: ftdi_sio: allow other bases for "event_char" drivers/usb/serial/ftdi_sio.c | 56 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 7 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