https://github.com/torvalds/linux
Revision ea6db90e750328068837bed34cb1302b7a177339 authored by Josh Boyer on 10 March 2016, 14:48:52 UTC, committed by Johan Hovold on 07 April 2016, 09:12:55 UTC
A Fedora user reports that the ftdi_sio driver works properly for the
ICP DAS I-7561U device.  Further, the user manual for these devices
instructs users to load the driver and add the ids using the sysfs
interface.

Add support for these in the driver directly so that the devices work
out of the box instead of needing manual configuration.

Reported-by: <thesource@mail.ru>
CC: stable <stable@vger.kernel.org>
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent 9735a22
Raw File
Tip revision: ea6db90e750328068837bed34cb1302b7a177339 authored by Josh Boyer on 10 March 2016, 14:48:52 UTC
USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
Tip revision: ea6db90
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top