Bug 9120
Summary: | sysfs latency_timer for FT232RL chip | ||
---|---|---|---|
Product: | Drivers | Reporter: | Rui Guerreiro (rmg) |
Component: | USB | Assignee: | Alan (alan) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | ||
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.22.9 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Rui Guerreiro
2007-10-03 12:13:32 UTC
This should be fixed in the 2.6.23-rc kernels, can you test there? Hi, Maybe you forgot to change remove_sysfs_attrs ? Do you see any incovenient on automagically set the latency_timer value to 2ms (or anything around this), whenever the ASYNC_LOW_LATENCY flag is set on the TIOCSSERIAL ioctl (set_serial_info)? This would allow for a unified API with the "regular" UARTs, and people could continue to use "setserial /dev/ttyUSB0 low_latency" instead of having to fiddle around with sysfs params. |