commit | 3b009c637fee4990265591cc282d0c0f9e3c5384 | [log] [tgz] |
---|---|---|
author | David Brownell <david-b@pacbell.net> | Fri Mar 23 12:54:27 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Mar 26 14:17:48 2007 -0700 |
tree | 5ab29234802cb954cc002f3773d666a3d1ef5ea4 | |
parent | b46d60fc4b2665107a04f75e5381294bfaf20177 [diff] |
USB: fix usb-serial/ftdi build warning Fix annoying build warning: drivers/usb/serial/ftdi_sio.c:890: warning: enumeration value `FT232RL' not handled in switch Also add logic to detect FT232R chips (version 6.00, usb 2.0 full speed), so that case isn't completely useless. (NOTE: FT232RL and FT232RQ are the same chip in different packages: L is SSOP, Q is QFN.) Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>