Hi,
I have a setup with a USB2 high-speed hub connected to a USB2 port on a PC.
On this hub I connect 4 usb to serial adapters (3 pl2303 and 1 ftdi).
These are all full-speed devices.
If I disable the EHCI controller on the BIOS, then all adapters work
just fine, but the hub runs in full-speed mode (of course).
However, using the EHCI controller gives a lot of errors running this
simple script:
for i in 1 2 3 4; do
DEVICE=/dev/usb/tts/$i
stty -F $DEVICE 115200 raw -echo
cat [some large file] > $DEVICE &
done
This just sets the baudrate and port parameters and then cat's a 500kB
file to all 4 ports. It runs the cat commands in the background so that
all the ports are being used at the same time.
I tried to turn on all the debug options I could find to produce the
attached dmesg output.
The error is not always the same, but there is always some error when
running the above script.
I attached the .config compressed with the awk script that Chuck Ebbert
sent today to LKML.
I have the setup ready to test any patches, suggestions, etc., that you
might have. Any help will be greatly appreciated.
Thanks in advance,
--
Paulo Marques - www.grupopie.com
Pointy-Haired Boss: I don't see anything that could stand in our way.
Dilbert: Sanity? Reality? The laws of physics?
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:33:44 debug: usb 1-3.1: unlink qh1-0601/cfb16880 start 0 [1/2 us]
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0021 IAA INT
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:33:44 debug: usb 1-3.7: unlink qh1-3008/cfb16a80 start 0 [1/2 us]
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:33:44 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:33:44 debug: usb 1-3.7: cat timed out on ep0out len=0/0
17:33:58 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:33:58 debug: usb 1-3.5: stty timed out on ep0out len=0/0
17:33:59 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:33:59 debug: usb 1-3.5: stty timed out on ep0out len=0/0
17:33:59 err: drivers/usb/serial/ftdi_sio.c: ftdi_set_termios FAILED to set
databits/stopbits/parity
17:34:00 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:00 debug: usb 1-3.5: stty timed out on ep0out len=0/0
17:34:00 err: drivers/usb/serial/ftdi_sio.c: ftdi_set_termios urb failed to set
baudrate
17:34:05 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:05 debug: usb 1-3.5: stty timed out on ep0out len=0/0
17:34:05 err: drivers/usb/serial/ftdi_sio.c: urb failed to clear flow control
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: usb 1-3.5: stty timed out on ep0out len=0/0
17:34:10 err: drivers/usb/serial/ftdi_sio.c: update_mctrl Error from MODEM_CTRL
urb: DTR HIGH, RTS HIGH
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0001 INT
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:10 debug: usb 1-3.1: stty timed out on ep0in len=0/1
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0in len=0/1
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0out len=0/0
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0out len=0/0
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0out len=0/0
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0out len=0/0
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0out len=0/0
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0in len=0/7
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0out len=0/7
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0out len=0/0
17:34:11 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:11 debug: usb 1-3.1: stty timed out on ep0in len=0/7
17:34:11 debug: ehci_hcd 0000:00:1d.7: reused qh cfb16880 schedule
17:34:11 debug: usb 1-3.1: link qh1-0601/cfb16880 start 0 [1/2 us]
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: unlink qh1-0601/cfb16880 start 0 [1/2 us]
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stty timed out on ep0out len=0/0
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0in len=0/1
17:34:12 debug: usb 1-3.6: stty timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.6: stty timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.6: stty timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.6: stty timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.6: stty timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.1: stresstest timed out on ep0in len=0/1
17:34:12 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:12 debug: usb 1-3.6: stty timed out on ep0in len=0/1
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0in len=0/7
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0in len=0/7
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0out len=0/7
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0out len=0/7
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.1: stresstest timed out on ep0in len=0/7
17:34:13 debug: ehci_hcd 0000:00:1d.7: reused qh cfb16880 schedule
17:34:13 debug: usb 1-3.1: link qh1-0601/cfb16880 start 0 [1/2 us]
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: stty timed out on ep0in len=0/7
17:34:13 debug: ehci_hcd 0000:00:1d.7: reused qh cfb16980 schedule
17:34:13 debug: usb 1-3.6: link qh1-3008/cfb16980 start 0 [1/2 us]
17:34:13 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:13 debug: usb 1-3.6: unlink qh1-3008/cfb16980 start 0 [1/2 us]
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stty timed out on ep0out len=0/0
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0in len=0/1
17:34:14 debug: usb 1-3.7: stty timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0in len=0/1
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:14 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:14 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0in len=0/7
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0in len=0/7
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0out len=0/7
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0out len=0/7
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.6: stresstest timed out on ep0in len=0/7
17:34:15 debug: ehci_hcd 0000:00:1d.7: reused qh cfb16980 schedule
17:34:15 debug: usb 1-3.6: link qh1-3008/cfb16980 start 0 [1/2 us]
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0in len=0/7
17:34:15 err: pl2303 ttyUSB4: pl2303_open - failed submitting interrupt urb,
error -28
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:15 debug: usb 1-3.7: stty timed out on ep0out len=0/0
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0in len=0/1
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0in len=0/1
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0in len=0/1
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0in len=0/1
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0in len=0/1
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0in len=0/1
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:16 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:16 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0in len=0/7
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0out len=0/7
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0in len=0/7
17:34:17 err: pl2303 ttyUSB4: pl2303_open - failed submitting interrupt urb,
error -28
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: ehci_hcd 0000:00:1d.7: irq status 0020 IAA
17:34:17 debug: usb 1-3.7: stresstest timed out on ep0out len=0/0
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.17.2-pie
# Fri Jun 30 16:06:45 2006
#
y: X86_32, SEMAPHORE_SLEEPERS, X86, MMU, GENERIC_ISA_DMA, GENERIC_IOMAP
y: GENERIC_HWEIGHT, ARCH_MAY_HAVE_PC_FDC, DMI
#
# Code maturity level options
#
y: EXPERIMENTAL, BROKEN_ON_SMP
32: INIT_ENV_ARG_LIMIT
#
# General setup
#
"": LOCALVERSION
y: LOCALVERSION_AUTO
not set: SWAP
y: SYSVIPC
not set: POSIX_MQUEUE, BSD_PROCESS_ACCT
y: SYSCTL
not set: AUDIT, IKCONFIG, RELAY
"": INITRAMFS_SOURCE
y: UID16, VM86, CC_OPTIMIZE_FOR_SIZE, EMBEDDED
not set: KALLSYMS
y: HOTPLUG, PRINTK, BUG, ELF_CORE, BASE_FULL, FUTEX
not set: EPOLL
y: SHMEM, SLAB
not set: TINY_SHMEM
0: BASE_SMALL
not set: SLOB
#
# Loadable module support
#
y: MODULES
not set: MODULE_UNLOAD, MODVERSIONS, MODULE_SRCVERSION_ALL, KMOD
#
# Block layer
#
not set: LBD, BLK_DEV_IO_TRACE, LSF
#
# IO Schedulers
#
y: IOSCHED_NOOP, IOSCHED_AS
not set: IOSCHED_DEADLINE
y: IOSCHED_CFQ, DEFAULT_AS
not set: DEFAULT_DEADLINE, DEFAULT_CFQ, DEFAULT_NOOP
"anticipatory": DEFAULT_IOSCHED
#
# Processor type and features
#
not set: SMP
y: X86_PC
not set: X86_ELAN, X86_VOYAGER, X86_NUMAQ, X86_SUMMIT, X86_BIGSMP
not set: X86_VISWS, X86_GENERICARCH, X86_ES7000, M386, M486, M586
y: M586TSC
not set: M586MMX, M686, MPENTIUMII, MPENTIUMIII, MPENTIUMM, MPENTIUM4
not set: MK6, MK7, MK8, MCRUSOE, MEFFICEON, MWINCHIPC6, MWINCHIP2
not set: MWINCHIP3D, MGEODEGX1, MGEODE_LX, MCYRIXIII, MVIAC3_2
not set: X86_GENERIC
y: X86_CMPXCHG, X86_XADD
5: X86_L1_CACHE_SHIFT
y: RWSEM_XCHGADD_ALGORITHM, GENERIC_CALIBRATE_DELAY, X86_PPRO_FENCE
y: X86_F00F_BUG, X86_WP_WORKS_OK, X86_INVLPG, X86_BSWAP, X86_POPAD_OK
y: X86_CMPXCHG64, X86_ALIGNMENT_16, X86_TSC
not set: HPET_TIMER
y: PREEMPT_NONE
not set: PREEMPT_VOLUNTARY, PREEMPT
y: X86_UP_APIC
not set: X86_UP_IOAPIC
y: X86_LOCAL_APIC, X86_MCE
not set: X86_MCE_NONFATAL, X86_MCE_P4THERMAL, TOSHIBA, I8K
not set: X86_REBOOTFIXUPS, MICROCODE
y: X86_MSR
not set: X86_CPUID
#
# Firmware Drivers
#
not set: EDD, DELL_RBU, DCDBAS
y: NOHIGHMEM
not set: HIGHMEM4G, HIGHMEM64G
y: VMSPLIT_3G
not set: VMSPLIT_3G_OPT, VMSPLIT_2G, VMSPLIT_1G
0xC0000000: PAGE_OFFSET
y: ARCH_FLATMEM_ENABLE, ARCH_SPARSEMEM_ENABLE, ARCH_SELECT_MEMORY_MODEL
y: SELECT_MEMORY_MODEL, FLATMEM_MANUAL
not set: DISCONTIGMEM_MANUAL, SPARSEMEM_MANUAL
y: FLATMEM, FLAT_NODE_MEM_MAP, SPARSEMEM_STATIC
4: SPLIT_PTLOCK_CPUS
not set: MATH_EMULATION
y: MTRR
not set: EFI, REGPARM
y: SECCOMP
not set: HZ_100
y: HZ_250
not set: HZ_1000
250: HZ
not set: KEXEC
0x100000: PHYSICAL_START
#
# Power management options (ACPI, APM)
#
y: PM, PM_LEGACY
not set: PM_DEBUG
#
# ACPI (Advanced Configuration and Power Interface) Support
#
y: ACPI
not set: ACPI_SLEEP
y: ACPI_AC, ACPI_BATTERY, ACPI_BUTTON, ACPI_VIDEO
not set: ACPI_HOTKEY
y: ACPI_FAN
not set: ACPI_PROCESSOR, ACPI_ASUS, ACPI_IBM, ACPI_TOSHIBA
not set: ACPI_CUSTOM_DSDT
0: ACPI_BLACKLIST_YEAR
not set: ACPI_DEBUG
y: ACPI_EC, ACPI_POWER, ACPI_SYSTEM
not set: X86_PM_TIMER, ACPI_CONTAINER
#
# APM (Advanced Power Management) BIOS Support
#
y: APM
not set: APM_IGNORE_USER_SUSPEND
y: APM_DO_ENABLE
not set: APM_CPU_IDLE, APM_DISPLAY_BLANK, APM_RTC_IS_GMT
not set: APM_ALLOW_INTS, APM_REAL_MODE_POWER_OFF
#
# CPU Frequency scaling
#
y: CPU_FREQ, CPU_FREQ_TABLE
not set: CPU_FREQ_DEBUG
y: CPU_FREQ_STAT
not set: CPU_FREQ_STAT_DETAILS
y: CPU_FREQ_DEFAULT_GOV_PERFORMANCE
not set: CPU_FREQ_DEFAULT_GOV_USERSPACE
y: CPU_FREQ_GOV_PERFORMANCE, CPU_FREQ_GOV_POWERSAVE
not set: CPU_FREQ_GOV_USERSPACE, CPU_FREQ_GOV_ONDEMAND
not set: CPU_FREQ_GOV_CONSERVATIVE
#
# CPUFreq processor drivers
#
not set: X86_POWERNOW_K6, X86_POWERNOW_K7, X86_POWERNOW_K8
y: X86_GX_SUSPMOD
not set: X86_SPEEDSTEP_CENTRINO, X86_SPEEDSTEP_ICH, X86_SPEEDSTEP_SMI
not set: X86_P4_CLOCKMOD, X86_CPUFREQ_NFORCE2
y: X86_LONGRUN
#
# shared options
#
not set: X86_SPEEDSTEP_LIB
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
y: PCI
not set: PCI_GOBIOS, PCI_GOMMCONFIG, PCI_GODIRECT
y: PCI_GOANY, PCI_BIOS, PCI_DIRECT, PCI_MMCONFIG, PCIEPORTBUS
not set: PCI_DEBUG
y: ISA_DMA_API, ISA
not set: EISA, MCA, SCx200
#
# PCCARD (PCMCIA/CardBus) support
#
y: PCCARD
not set: PCMCIA_DEBUG
y: PCMCIA, PCMCIA_LOAD_CIS, PCMCIA_IOCTL, CARDBUS
#
# PC-card bridges
#
y: YENTA, YENTA_O2, YENTA_RICOH, YENTA_TI, YENTA_ENE_TUNE
y: YENTA_TOSHIBA
not set: PD6729, I82092, I82365, TCIC
y: PCMCIA_PROBE, PCCARD_NONSTATIC
#
# PCI Hotplug Support
#
not set: HOTPLUG_PCI
#
# Executable file formats
#
y: BINFMT_ELF, BINFMT_AOUT
not set: BINFMT_MISC
#
# Networking
#
y: NET
#
# Networking options
#
not set: NETDEBUG
y: PACKET
not set: PACKET_MMAP
y: UNIX
not set: NET_KEY
y: INET
not set: IP_MULTICAST, IP_ADVANCED_ROUTER
y: IP_FIB_HASH
not set: IP_PNP, NET_IPIP, NET_IPGRE, ARPD, SYN_COOKIES, INET_AH
not set: INET_ESP, INET_IPCOMP, INET_XFRM_TUNNEL, INET_TUNNEL
y: INET_DIAG, INET_TCP_DIAG
not set: TCP_CONG_ADVANCED
y: TCP_CONG_BIC
#
# IP: Virtual Server Configuration
#
not set: IP_VS, IPV6, INET6_XFRM_TUNNEL, INET6_TUNNEL
y: NETFILTER
not set: NETFILTER_DEBUG
y: BRIDGE_NETFILTER
#
# Core Netfilter Configuration
#
not set: NETFILTER_NETLINK, NF_CONNTRACK, NETFILTER_XTABLES
#
# IP: Netfilter Configuration
#
not set: IP_NF_CONNTRACK, IP_NF_QUEUE
#
# Bridge: Netfilter Configuration
#
not set: BRIDGE_NF_EBTABLES
#
# DCCP Configuration (EXPERIMENTAL)
#
not set: IP_DCCP
#
# SCTP Configuration (EXPERIMENTAL)
#
not set: IP_SCTP
#
# TIPC Configuration (EXPERIMENTAL)
#
not set: TIPC, ATM
y: BRIDGE
not set: VLAN_8021Q, DECNET
y: LLC
not set: LLC2, IPX, ATALK, X25, LAPB, NET_DIVERT, ECONET, WAN_ROUTER
#
# QoS and/or fair queueing
#
not set: NET_SCHED
#
# Network testing
#
not set: NET_PKTGEN, HAMRADIO, IRDA
y: BT, BT_L2CAP, BT_SCO, BT_RFCOMM, BT_RFCOMM_TTY, BT_BNEP
y: BT_BNEP_MC_FILTER, BT_BNEP_PROTO_FILTER
not set: BT_HIDP
#
# Bluetooth device drivers
#
m: BT_HCIUSB
not set: BT_HCIUSB_SCO, BT_HCIUART
m: BT_HCIBCM203X
not set: BT_HCIBPA10X, BT_HCIBFUSB
y: BT_HCIDTL1, BT_HCIBT3C, BT_HCIBLUECARD, BT_HCIBTUART
not set: BT_HCIVHCI, IEEE80211
y: WIRELESS_EXT
#
# Device Drivers
#
#
# Generic Driver Options
#
not set: STANDALONE
y: PREVENT_FIRMWARE_BUILD, FW_LOADER
not set: DEBUG_DRIVER
#
# Connector - unified userspace <-> kernelspace linker
#
not set: CONNECTOR
#
# Memory Technology Devices (MTD)
#
not set: MTD
#
# Parallel port support
#
y: PARPORT, PARPORT_PC
not set: PARPORT_SERIAL, PARPORT_PC_FIFO, PARPORT_PC_SUPERIO
not set: PARPORT_PC_PCMCIA, PARPORT_GSC
y: PARPORT_1284
#
# Plug and Play support
#
y: PNP
not set: PNP_DEBUG
#
# Protocols
#
y: ISAPNP, PNPBIOS, PNPBIOS_PROC_FS, PNPACPI
#
# Block devices
#
y: BLK_DEV_FD
not set: BLK_DEV_XD, PARIDE, BLK_CPQ_DA, BLK_CPQ_CISS_DA
not set: BLK_DEV_DAC960, BLK_DEV_UMEM, BLK_DEV_COW_COMMON
y: BLK_DEV_LOOP
not set: BLK_DEV_CRYPTOLOOP
y: BLK_DEV_NBD
not set: BLK_DEV_SX8, BLK_DEV_UB
y: BLK_DEV_RAM
16: BLK_DEV_RAM_COUNT
4096: BLK_DEV_RAM_SIZE
y: BLK_DEV_INITRD
not set: CDROM_PKTCDVD, ATA_OVER_ETH
#
# ATA/ATAPI/MFM/RLL support
#
y: IDE, BLK_DEV_IDE
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
not set: BLK_DEV_IDE_SATA, BLK_DEV_HD_IDE
y: BLK_DEV_IDEDISK
not set: IDEDISK_MULTI_MODE, BLK_DEV_IDECS
y: BLK_DEV_IDECD
not set: BLK_DEV_IDETAPE, BLK_DEV_IDEFLOPPY, BLK_DEV_IDESCSI
not set: IDE_TASK_IOCTL
#
# IDE chipset support/bugfixes
#
y: IDE_GENERIC
not set: BLK_DEV_CMD640, BLK_DEV_IDEPNP
y: BLK_DEV_IDEPCI, IDEPCI_SHARE_IRQ
not set: BLK_DEV_OFFBOARD
y: BLK_DEV_GENERIC
not set: BLK_DEV_OPTI621, BLK_DEV_RZ1000
y: BLK_DEV_IDEDMA_PCI
not set: BLK_DEV_IDEDMA_FORCED
y: IDEDMA_PCI_AUTO, IDEDMA_ONLYDISK
not set: BLK_DEV_AEC62XX
y: BLK_DEV_ALI15X3
not set: WDC_ALI15X3, BLK_DEV_AMD74XX, BLK_DEV_ATIIXP, BLK_DEV_CMD64X
not set: BLK_DEV_TRIFLEX, BLK_DEV_CY82C693, BLK_DEV_CS5520
y: BLK_DEV_CS5530
not set: BLK_DEV_CS5535, BLK_DEV_HPT34X, BLK_DEV_HPT366, BLK_DEV_SC1200
y: BLK_DEV_PIIX
not set: BLK_DEV_IT821X, BLK_DEV_NS87415, BLK_DEV_PDC202XX_OLD
not set: BLK_DEV_PDC202XX_NEW, BLK_DEV_SVWKS, BLK_DEV_SIIMAGE
y: BLK_DEV_SIS5513
not set: BLK_DEV_SLC90E66, BLK_DEV_TRM290
y: BLK_DEV_VIA82CXXX
not set: IDE_ARM, IDE_CHIPSETS
y: BLK_DEV_IDEDMA
not set: IDEDMA_IVB
y: IDEDMA_AUTO
not set: BLK_DEV_HD
#
# SCSI device support
#
not set: RAID_ATTRS
y: SCSI, SCSI_PROC_FS
#
# SCSI support type (disk, tape, CD-ROM)
#
y: BLK_DEV_SD
not set: CHR_DEV_ST, CHR_DEV_OSST, BLK_DEV_SR, CHR_DEV_SG, CHR_DEV_SCH
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
not set: SCSI_MULTI_LUN, SCSI_CONSTANTS, SCSI_LOGGING
#
# SCSI Transport Attributes
#
not set: SCSI_SPI_ATTRS, SCSI_FC_ATTRS, SCSI_ISCSI_ATTRS
not set: SCSI_SAS_ATTRS
#
# SCSI low-level drivers
#
not set: ISCSI_TCP, BLK_DEV_3W_XXXX_RAID, SCSI_3W_9XXX, SCSI_7000FASST
not set: SCSI_ACARD, SCSI_AHA152X, SCSI_AHA1542, SCSI_AACRAID
not set: SCSI_AIC7XXX, SCSI_AIC7XXX_OLD, SCSI_AIC79XX, SCSI_DPT_I2O
not set: SCSI_ADVANSYS, SCSI_IN2000, MEGARAID_NEWGEN, MEGARAID_LEGACY
not set: MEGARAID_SAS
y: SCSI_SATA
not set: SCSI_SATA_AHCI, SCSI_SATA_SVW
y: SCSI_ATA_PIIX
not set: SCSI_SATA_MV, SCSI_SATA_NV, SCSI_PDC_ADMA, SCSI_SATA_QSTOR
not set: SCSI_SATA_PROMISE, SCSI_SATA_SX4
y: SCSI_SATA_SIL
not set: SCSI_SATA_SIL24, SCSI_SATA_SIS, SCSI_SATA_ULI
y: SCSI_SATA_VIA
not set: SCSI_SATA_VITESSE
y: SCSI_SATA_INTEL_COMBINED
not set: SCSI_BUSLOGIC, SCSI_DMX3191D, SCSI_DTC3280, SCSI_EATA
not set: SCSI_FUTURE_DOMAIN, SCSI_GDTH, SCSI_GENERIC_NCR5380
not set: SCSI_GENERIC_NCR5380_MMIO, SCSI_IPS, SCSI_INITIO, SCSI_INIA100
not set: SCSI_PPA, SCSI_IMM, SCSI_NCR53C406A, SCSI_SYM53C8XX_2
not set: SCSI_IPR, SCSI_PAS16, SCSI_PSI240I, SCSI_QLOGIC_FAS
not set: SCSI_QLOGIC_1280, SCSI_QLA_FC, SCSI_LPFC, SCSI_SYM53C416
not set: SCSI_DC395x, SCSI_DC390T, SCSI_T128, SCSI_U14_34F
not set: SCSI_ULTRASTOR, SCSI_NSP32, SCSI_DEBUG
#
# PCMCIA SCSI adapter support
#
not set: PCMCIA_AHA152X, PCMCIA_FDOMAIN, PCMCIA_NINJA_SCSI
not set: PCMCIA_QLOGIC, PCMCIA_SYM53C500
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
not set: CD_NO_IDESCSI
#
# Multi-device support (RAID and LVM)
#
y: MD, BLK_DEV_MD
not set: MD_LINEAR, MD_RAID0
y: MD_RAID1
not set: MD_RAID10, MD_RAID5, MD_RAID6, MD_MULTIPATH, MD_FAULTY
not set: BLK_DEV_DM
#
# Fusion MPT device support
#
not set: FUSION, FUSION_SPI, FUSION_FC, FUSION_SAS
#
# IEEE 1394 (FireWire) support
#
not set: IEEE1394
#
# I2O device support
#
not set: I2O
#
# Network device support
#
y: NETDEVICES, DUMMY
not set: BONDING, EQUALIZER
y: TUN
not set: NET_SB1000
#
# ARCnet devices
#
not set: ARCNET
#
# PHY device support
#
not set: PHYLIB
#
# Ethernet (10 or 100Mbit)
#
y: NET_ETHERNET, MII
not set: HAPPYMEAL, SUNGEM, CASSINI, NET_VENDOR_3COM, LANCE
not set: NET_VENDOR_SMC, NET_VENDOR_RACAL
#
# Tulip family network device support
#
not set: NET_TULIP, AT1700, DEPCA, HP100
y: NET_ISA
not set: E2100, EWRK3, EEXPRESS, EEXPRESS_PRO, HPLAN_PLUS, HPLAN
not set: LP486E, ETH16I
y: NE2000
not set: ZNET, SEEQ8005
y: NET_PCI, PCNET32
not set: AMD8111_ETH, ADAPTEC_STARFIRE, AC3200, APRICOT, B44, FORCEDETH
not set: CS89x0, DGRS
y: EEPRO100
not set: E100, FEALNX
y: NATSEMI
not set: NE2K_PCI, 8139CP
y: 8139TOO
not set: 8139TOO_PIO
y: 8139TOO_TUNE_TWISTER
not set: 8139TOO_8129, 8139_OLD_RX_RESET
y: SIS900
not set: EPIC100, SUNDANCE, TLAN
y: VIA_RHINE, VIA_RHINE_MMIO
not set: NET_POCKET
#
# Ethernet (1000 Mbit)
#
not set: ACENIC, DL2K, E1000, NS83820, HAMACHI, YELLOWFIN, R8169
not set: SIS190, SKGE, SKY2
y: SK98LIN
not set: VIA_VELOCITY, TIGON3, BNX2
#
# Ethernet (10000 Mbit)
#
not set: CHELSIO_T1, IXGB, S2IO
#
# Token Ring devices
#
not set: TR
#
# Wireless LAN (non-hamradio)
#
y: NET_RADIO
not set: NET_WIRELESS_RTNETLINK
#
# Obsolete Wireless cards support (pre-802.11)
#
not set: STRIP, ARLAN, WAVELAN, PCMCIA_WAVELAN, PCMCIA_NETWAVE
#
# Wireless 802.11 Frequency Hopping cards support
#
not set: PCMCIA_RAYCS
#
# Wireless 802.11b ISA/PCI cards support
#
not set: IPW2100, IPW2200, AIRO
y: HERMES
not set: PLX_HERMES, TMD_HERMES, NORTEL_HERMES
y: PCI_HERMES
not set: ATMEL
#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
not set: PCMCIA_HERMES, PCMCIA_SPECTRUM, AIRO_CS, PCMCIA_WL3501
#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
not set: PRISM54, HOSTAP
y: NET_WIRELESS
#
# PCMCIA network device support
#
y: NET_PCMCIA
not set: PCMCIA_3C589, PCMCIA_3C574, PCMCIA_FMVJ18X
y: PCMCIA_PCNET
not set: PCMCIA_NMCLAN, PCMCIA_SMC91C92, PCMCIA_XIRC2PS, PCMCIA_AXNET
#
# Wan interfaces
#
not set: WAN, FDDI, HIPPI, PLIP
y: PPP, PPP_MULTILINK
not set: PPP_FILTER
y: PPP_ASYNC
not set: PPP_SYNC_TTY
y: PPP_DEFLATE, PPP_BSDCOMP
not set: PPP_MPPE
y: PPPOE
not set: SLIP, NET_FC, SHAPER, NETCONSOLE, NETPOLL, NET_POLL_CONTROLLER
#
# ISDN subsystem
#
not set: ISDN
#
# Telephony Support
#
not set: PHONE
#
# Input device support
#
y: INPUT
#
# Userland interfaces
#
y: INPUT_MOUSEDEV, INPUT_MOUSEDEV_PSAUX
800: INPUT_MOUSEDEV_SCREEN_X
600: INPUT_MOUSEDEV_SCREEN_Y
not set: INPUT_JOYDEV
y: INPUT_TSDEV
800: INPUT_TSDEV_SCREEN_X
600: INPUT_TSDEV_SCREEN_Y
y: INPUT_EVDEV
not set: INPUT_EVBUG
#
# Input Device Drivers
#
y: INPUT_KEYBOARD, KEYBOARD_ATKBD
not set: KEYBOARD_SUNKBD, KEYBOARD_LKKBD, KEYBOARD_XTKBD
not set: KEYBOARD_NEWTON
y: INPUT_MOUSE, MOUSE_PS2
not set: MOUSE_SERIAL, MOUSE_INPORT, MOUSE_LOGIBM, MOUSE_PC110PAD
not set: MOUSE_VSXXXAA, INPUT_JOYSTICK
y: INPUT_TOUCHSCREEN, TOUCHSCREEN_GUNZE, TOUCHSCREEN_ELO
y: TOUCHSCREEN_MTOUCH, TOUCHSCREEN_MK712, INPUT_MISC, INPUT_PCSPKR
not set: INPUT_WISTRON_BTNS, INPUT_UINPUT
#
# Hardware I/O ports
#
y: SERIO, SERIO_I8042, SERIO_SERPORT
not set: SERIO_CT82C710, SERIO_PARKBD, SERIO_PCIPS2
y: SERIO_LIBPS2, SERIO_RAW
not set: GAMEPORT
#
# Character devices
#
y: VT, VT_CONSOLE, HW_CONSOLE
not set: SERIAL_NONSTANDARD
#
# Serial drivers
#
y: SERIAL_8250
not set: SERIAL_8250_CONSOLE
y: SERIAL_8250_PCI, SERIAL_8250_PNP, SERIAL_8250_CS
4: SERIAL_8250_NR_UARTS, SERIAL_8250_RUNTIME_UARTS
y: SERIAL_8250_EXTENDED, SERIAL_8250_MANY_PORTS, SERIAL_8250_SHARE_IRQ
y: SERIAL_8250_DETECT_IRQ
not set: SERIAL_8250_RSA, SERIAL_8250_FOURPORT, SERIAL_8250_ACCENT
not set: SERIAL_8250_BOCA, SERIAL_8250_HUB6
#
# Non-8250 serial port support
#
y: SERIAL_CORE
not set: SERIAL_JSM
y: UNIX98_PTYS
not set: LEGACY_PTYS
y: PRINTER
not set: LP_CONSOLE, PPDEV, TIPAR
#
# IPMI
#
not set: IPMI_HANDLER
#
# Watchdog Cards
#
not set: WATCHDOG, HW_RANDOM, NVRAM
y: RTC
not set: DTLK, R3964, APPLICOM, SONYPI
#
# Ftape, the floppy tape device driver
#
not set: FTAPE
y: AGP
not set: AGP_ALI, AGP_ATI, AGP_AMD, AGP_AMD64
y: AGP_INTEL
not set: AGP_NVIDIA, AGP_SIS, AGP_SWORKS, AGP_VIA, AGP_EFFICEON, DRM
#
# PCMCIA character devices
#
not set: SYNCLINK_CS, CARDMAN_4000, CARDMAN_4040, MWAVE, CS5535_GPIO
not set: RAW_DRIVER, HPET, HANGCHECK_TIMER
#
# TPM devices
#
not set: TCG_TPM, TELCLOCK
#
# I2C support
#
y: I2C
not set: I2C_CHARDEV
#
# I2C Algorithms
#
not set: I2C_ALGOBIT, I2C_ALGOPCF, I2C_ALGOPCA
#
# I2C Hardware Bus support
#
not set: I2C_ALI1535, I2C_ALI1563, I2C_ALI15X3, I2C_AMD756, I2C_AMD8111
not set: I2C_ELEKTOR, I2C_I801, I2C_I810, I2C_PIIX4, I2C_NFORCE2
not set: I2C_PARPORT, I2C_PARPORT_LIGHT, I2C_PROSAVAGE, I2C_SAVAGE4
not set: SCx200_ACB, I2C_SIS5595, I2C_SIS630, I2C_SIS96X, I2C_STUB
not set: I2C_VIA, I2C_VIAPRO, I2C_VOODOO3, I2C_PCA_ISA
#
# Miscellaneous I2C Chip support
#
not set: SENSORS_DS1337, SENSORS_DS1374, SENSORS_EEPROM
not set: SENSORS_PCF8574, SENSORS_PCA9539, SENSORS_PCF8591
not set: SENSORS_MAX6875, I2C_DEBUG_CORE, I2C_DEBUG_ALGO, I2C_DEBUG_BUS
not set: I2C_DEBUG_CHIP
#
# SPI support
#
not set: SPI, SPI_MASTER
#
# Dallas's 1-wire bus
#
not set: W1
#
# Hardware Monitoring support
#
y: HWMON
not set: HWMON_VID, SENSORS_ADM1021, SENSORS_ADM1025, SENSORS_ADM1026
not set: SENSORS_ADM1031, SENSORS_ADM9240, SENSORS_ASB100
not set: SENSORS_ATXP1, SENSORS_DS1621, SENSORS_F71805F, SENSORS_FSCHER
not set: SENSORS_FSCPOS, SENSORS_GL518SM, SENSORS_GL520SM, SENSORS_IT87
not set: SENSORS_LM63, SENSORS_LM75, SENSORS_LM77, SENSORS_LM78
not set: SENSORS_LM80, SENSORS_LM83, SENSORS_LM85, SENSORS_LM87
not set: SENSORS_LM90, SENSORS_LM92, SENSORS_MAX1619, SENSORS_PC87360
not set: SENSORS_SIS5595, SENSORS_SMSC47M1, SENSORS_SMSC47B397
not set: SENSORS_VIA686A, SENSORS_VT8231, SENSORS_W83781D
not set: SENSORS_W83792D, SENSORS_W83L785TS, SENSORS_W83627HF
not set: SENSORS_W83627EHF, SENSORS_HDAPS, HWMON_DEBUG_CHIP
#
# Misc devices
#
not set: IBM_ASM
#
# Multimedia devices
#
not set: VIDEO_DEV
y: VIDEO_V4L2
#
# Digital Video Broadcasting Devices
#
not set: DVB, USB_DABUSB
#
# Graphics support
#
y: FB, FB_CFB_FILLRECT, FB_CFB_COPYAREA, FB_CFB_IMAGEBLIT
not set: FB_MACMODES
y: FB_FIRMWARE_EDID, FB_MODE_HELPERS
not set: FB_TILEBLITTING, FB_CIRRUS, FB_PM2, FB_CYBER2000, FB_ARC
not set: FB_ASILIANT, FB_IMSTT, FB_VGA16
y: FB_VESA, VIDEO_SELECT
not set: FB_HGA, FB_S1D13XXX, FB_NVIDIA, FB_RIVA
y: FB_I810, FB_I810_GTF
not set: FB_I810_I2C, FB_INTEL, FB_MATROX, FB_RADEON, FB_ATY128, FB_ATY
not set: FB_SAVAGE, FB_SIS, FB_NEOMAGIC, FB_KYRO, FB_3DFX, FB_VOODOO1
not set: FB_CYBLA, FB_TRIDENT, FB_GEODE, FB_VIRTUAL
#
# Console display driver support
#
y: VGA_CONSOLE
not set: VGACON_SOFT_SCROLLBACK, MDA_CONSOLE
y: DUMMY_CONSOLE, FRAMEBUFFER_CONSOLE
not set: FRAMEBUFFER_CONSOLE_ROTATION
y: FONTS, FONT_8x8, FONT_8x16
not set: FONT_6x11, FONT_7x14, FONT_PEARL_8x8, FONT_ACORN_8x8
not set: FONT_MINI_4x6, FONT_SUN8x16, FONT_SUN12x22, FONT_10x18
#
# Logo configuration
#
y: LOGO
not set: LOGO_LINUX_MONO, LOGO_LINUX_VGA16
y: LOGO_LINUX_CLUT224
not set: BACKLIGHT_LCD_SUPPORT
#
# Sound
#
y: SOUND
#
# Advanced Linux Sound Architecture
#
y: SND, SND_TIMER, SND_PCM, SND_RAWMIDI
not set: SND_SEQUENCER
y: SND_OSSEMUL, SND_MIXER_OSS, SND_PCM_OSS, SND_PCM_OSS_PLUGINS
not set: SND_RTCTIMER, SND_DYNAMIC_MINORS
y: SND_SUPPORT_OLD_API, SND_VERBOSE_PROCFS
not set: SND_VERBOSE_PRINTK, SND_DEBUG
#
# Generic devices
#
y: SND_MPU401_UART, SND_AC97_CODEC, SND_AC97_BUS
not set: SND_DUMMY, SND_MTPAV, SND_SERIAL_U16550, SND_MPU401
#
# ISA devices
#
not set: SND_ADLIB, SND_AD1816A, SND_AD1848, SND_ALS100, SND_AZT2320
not set: SND_CMI8330, SND_CS4231, SND_CS4232, SND_CS4236, SND_DT019X
not set: SND_ES968, SND_ES1688, SND_ES18XX, SND_GUSCLASSIC
not set: SND_GUSEXTREME, SND_GUSMAX, SND_INTERWAVE, SND_INTERWAVE_STB
not set: SND_OPL3SA2, SND_OPTI92X_AD1848, SND_OPTI92X_CS4231
not set: SND_OPTI93X, SND_MIRO, SND_SB8, SND_SB16, SND_SBAWE
not set: SND_SGALAXY, SND_SSCAPE, SND_WAVEFRONT
#
# PCI devices
#
not set: SND_AD1889, SND_ALS300, SND_ALS4000
y: SND_ALI5451
not set: SND_ATIIXP, SND_ATIIXP_MODEM, SND_AU8810, SND_AU8820
not set: SND_AU8830, SND_AZT3328, SND_BT87X, SND_CA0106, SND_CMIPCI
not set: SND_CS4281, SND_CS46XX, SND_CS5535AUDIO, SND_EMU10K1
not set: SND_EMU10K1X, SND_ENS1370
y: SND_ENS1371
not set: SND_ES1938, SND_ES1968, SND_FM801, SND_HDA_INTEL, SND_HDSP
not set: SND_HDSPM, SND_ICE1712, SND_ICE1724
y: SND_INTEL8X0
not set: SND_INTEL8X0M, SND_KORG1212, SND_MAESTRO3, SND_MIXART
not set: SND_NM256, SND_PCXHR, SND_RIPTIDE, SND_RME32, SND_RME96
not set: SND_RME9652, SND_SONICVIBES, SND_TRIDENT
y: SND_VIA82XX
not set: SND_VIA82XX_MODEM, SND_VX222, SND_YMFPCI
#
# USB devices
#
not set: SND_USB_AUDIO, SND_USB_USX2Y
#
# PCMCIA devices
#
not set: SND_VXPOCKET, SND_PDAUDIOCF
#
# Open Sound System
#
not set: SOUND_PRIME
#
# USB support
#
y: USB_ARCH_HAS_HCD, USB_ARCH_HAS_OHCI, USB_ARCH_HAS_EHCI, USB
y: USB_DEBUG
#
# Miscellaneous USB options
#
y: USB_DEVICEFS
not set: USB_BANDWIDTH
y: USB_DYNAMIC_MINORS, USB_SUSPEND
not set: USB_OTG
#
# USB Host Controller Drivers
#
y: USB_EHCI_HCD, USB_EHCI_SPLIT_ISO, USB_EHCI_ROOT_HUB_TT
not set: USB_ISP116X_HCD
y: USB_OHCI_HCD
not set: USB_OHCI_BIG_ENDIAN
y: USB_OHCI_LITTLE_ENDIAN, USB_UHCI_HCD
not set: USB_SL811_HCD
#
# USB Device Class drivers
#
y: USB_ACM, USB_PRINTER
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#
#
# may also be needed; see USB_STORAGE Help for more information
#
y: USB_STORAGE
not set: USB_STORAGE_DEBUG
y: USB_STORAGE_DATAFAB, USB_STORAGE_FREECOM, USB_STORAGE_ISD200
y: USB_STORAGE_DPCM, USB_STORAGE_USBAT, USB_STORAGE_SDDR09
y: USB_STORAGE_SDDR55, USB_STORAGE_JUMPSHOT
not set: USB_STORAGE_ALAUDA, USB_LIBUSUAL
#
# USB Input Devices
#
y: USB_HID, USB_HIDINPUT
not set: USB_HIDINPUT_POWERBOOK, HID_FF
y: USB_HIDDEV
not set: USB_AIPTEK, USB_WACOM, USB_ACECAD, USB_KBTAB, USB_POWERMATE
not set: USB_TOUCHSCREEN, USB_YEALINK, USB_XPAD, USB_ATI_REMOTE
not set: USB_ATI_REMOTE2, USB_KEYSPAN_REMOTE, USB_APPLETOUCH
#
# USB Imaging devices
#
not set: USB_MDC800, USB_MICROTEK
#
# USB Network Adapters
#
y: USB_CATC, USB_KAWETH, USB_PEGASUS, USB_RTL8150, USB_USBNET
y: USB_NET_AX8817X, USB_NET_CDCETHER
not set: USB_NET_GL620A
y: USB_NET_NET1080
not set: USB_NET_PLUSB, USB_NET_RNDIS_HOST, USB_NET_CDC_SUBSET
y: USB_NET_ZAURUS
not set: USB_ZD1201
y: USB_MON
#
# USB port drivers
#
not set: USB_USS720
#
# USB Serial Converter support
#
y: USB_SERIAL
not set: USB_SERIAL_CONSOLE
y: USB_SERIAL_GENERIC
not set: USB_SERIAL_AIRPRIME, USB_SERIAL_ANYDATA, USB_SERIAL_ARK3116
y: USB_SERIAL_BELKIN, USB_SERIAL_WHITEHEAT, USB_SERIAL_DIGI_ACCELEPORT
not set: USB_SERIAL_CP2101, USB_SERIAL_CYPRESS_M8, USB_SERIAL_EMPEG
y: USB_SERIAL_FTDI_SIO
not set: USB_SERIAL_FUNSOFT, USB_SERIAL_VISOR
y: USB_SERIAL_IPAQ
not set: USB_SERIAL_IR
y: USB_SERIAL_EDGEPORT
not set: USB_SERIAL_EDGEPORT_TI, USB_SERIAL_GARMIN, USB_SERIAL_IPW
y: USB_SERIAL_KEYSPAN_PDA
not set: USB_SERIAL_KEYSPAN, USB_SERIAL_KLSI, USB_SERIAL_KOBIL_SCT
y: USB_SERIAL_MCT_U232
not set: USB_SERIAL_NAVMAN
y: USB_SERIAL_PL2303
not set: USB_SERIAL_HP4X, USB_SERIAL_SAFE, USB_SERIAL_TI
not set: USB_SERIAL_CYBERJACK
y: USB_SERIAL_XIRCOM
not set: USB_SERIAL_OPTION, USB_SERIAL_OMNINET
y: USB_EZUSB
#
# USB Miscellaneous drivers
#
not set: USB_EMI62, USB_EMI26, USB_AUERSWALD, USB_RIO500, USB_LEGOTOWER
not set: USB_LCD, USB_LED, USB_CYTHERM, USB_PHIDGETKIT
not set: USB_PHIDGETSERVO, USB_IDMOUSE, USB_SISUSBVGA, USB_LD, USB_TEST
#
# USB DSL modem support
#
#
# USB Gadget Support
#
not set: USB_GADGET
#
# MMC/SD Card support
#
not set: MMC
#
# LED devices
#
not set: NEW_LEDS
#
# LED drivers
#
#
# LED Triggers
#
#
# InfiniBand support
#
not set: INFINIBAND
#
# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
#
not set: EDAC
#
# Real Time Clock
#
not set: RTC_CLASS
#
# File systems
#
y: EXT2_FS
not set: EXT2_FS_XATTR, EXT2_FS_XIP
y: EXT3_FS, EXT3_FS_XATTR
not set: EXT3_FS_POSIX_ACL, EXT3_FS_SECURITY
y: JBD
not set: JBD_DEBUG
y: FS_MBCACHE
not set: REISERFS_FS, JFS_FS, FS_POSIX_ACL, XFS_FS, OCFS2_FS, MINIX_FS
not set: ROMFS_FS
y: INOTIFY
not set: QUOTA
y: DNOTIFY
not set: AUTOFS_FS, AUTOFS4_FS, FUSE_FS
#
# CD-ROM/DVD Filesystems
#
y: ISO9660_FS, JOLIET
not set: ZISOFS, UDF_FS
#
# DOS/FAT/NT Filesystems
#
y: FAT_FS
not set: MSDOS_FS
y: VFAT_FS
850: FAT_DEFAULT_CODEPAGE
"iso8859-1": FAT_DEFAULT_IOCHARSET
not set: NTFS_FS
#
# Pseudo filesystems
#
y: PROC_FS, PROC_KCORE, SYSFS, TMPFS
not set: HUGETLBFS, HUGETLB_PAGE
y: RAMFS
not set: CONFIGFS_FS
#
# Miscellaneous filesystems
#
not set: ADFS_FS, AFFS_FS, HFS_FS, HFSPLUS_FS, BEFS_FS, BFS_FS, EFS_FS
y: CRAMFS, SQUASHFS
not set: SQUASHFS_EMBEDDED
3: SQUASHFS_FRAGMENT_CACHE_SIZE
not set: SQUASHFS_VMALLOC, VXFS_FS, HPFS_FS, QNX4FS_FS, SYSV_FS, UFS_FS
#
# Network File Systems
#
not set: NFS_FS, NFSD
y: SMB_FS, SMB_NLS_DEFAULT
"cp850": SMB_NLS_REMOTE
not set: CIFS, NCP_FS, CODA_FS, AFS_FS, 9P_FS
#
# Partition Types
#
y: PARTITION_ADVANCED
not set: ACORN_PARTITION, OSF_PARTITION, AMIGA_PARTITION
not set: ATARI_PARTITION, MAC_PARTITION
y: MSDOS_PARTITION
not set: BSD_DISKLABEL, MINIX_SUBPARTITION, SOLARIS_X86_PARTITION
not set: UNIXWARE_DISKLABEL
y: LDM_PARTITION
not set: LDM_DEBUG, SGI_PARTITION, ULTRIX_PARTITION, SUN_PARTITION
not set: KARMA_PARTITION, EFI_PARTITION
#
# Native Language Support
#
y: NLS
"iso8859-15": NLS_DEFAULT
not set: NLS_CODEPAGE_437, NLS_CODEPAGE_737, NLS_CODEPAGE_775
y: NLS_CODEPAGE_850
not set: NLS_CODEPAGE_852, NLS_CODEPAGE_855, NLS_CODEPAGE_857
y: NLS_CODEPAGE_860
not set: NLS_CODEPAGE_861, NLS_CODEPAGE_862, NLS_CODEPAGE_863
not set: NLS_CODEPAGE_864, NLS_CODEPAGE_865, NLS_CODEPAGE_866
not set: NLS_CODEPAGE_869, NLS_CODEPAGE_936, NLS_CODEPAGE_950
not set: NLS_CODEPAGE_932, NLS_CODEPAGE_949, NLS_CODEPAGE_874
not set: NLS_ISO8859_8, NLS_CODEPAGE_1250, NLS_CODEPAGE_1251, NLS_ASCII
y: NLS_ISO8859_1
not set: NLS_ISO8859_2, NLS_ISO8859_3, NLS_ISO8859_4, NLS_ISO8859_5
not set: NLS_ISO8859_6, NLS_ISO8859_7, NLS_ISO8859_9, NLS_ISO8859_13
not set: NLS_ISO8859_14
y: NLS_ISO8859_15
not set: NLS_KOI8_R, NLS_KOI8_U, NLS_UTF8
#
# Instrumentation Support
#
not set: PROFILING, KPROBES
#
# Kernel hacking
#
not set: PRINTK_TIME
y: MAGIC_SYSRQ, DEBUG_KERNEL
14: LOG_BUF_SHIFT
y: DETECT_SOFTLOCKUP
not set: SCHEDSTATS, DEBUG_SLAB, DEBUG_MUTEXES, DEBUG_SPINLOCK
not set: DEBUG_SPINLOCK_SLEEP, DEBUG_KOBJECT, DEBUG_BUGVERBOSE
not set: DEBUG_INFO, DEBUG_FS, DEBUG_VM, FRAME_POINTER, UNWIND_INFO
y: FORCED_INLINING
not set: RCU_TORTURE_TEST, EARLY_PRINTK, DEBUG_STACKOVERFLOW
not set: DEBUG_STACK_USAGE
2: STACK_BACKTRACE_COLS
not set: DEBUG_PAGEALLOC, DEBUG_RODATA, 4KSTACKS
y: X86_FIND_SMP_CONFIG, X86_MPPARSE, DOUBLEFAULT
#
# Security options
#
not set: KEYS
y: SECURITY
not set: SECURITY_NETWORK, SECURITY_CAPABILITIES, SECURITY_ROOTPLUG
not set: SECURITY_SECLVL
#
# Cryptographic options
#
not set: CRYPTO
#
# Hardware crypto devices
#
#
# Library routines
#
y: CRC_CCITT
not set: CRC16
y: CRC32
not set: LIBCRC32C
y: ZLIB_INFLATE, ZLIB_DEFLATE, GENERIC_HARDIRQS, GENERIC_IRQ_PROBE
y: X86_BIOS_REBOOT, KTIME_SCALAR
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel