]> git.baikalelectronics.ru Git - kernel.git/commit
USB: cp2101: new device id
authorJeff Long <JeffLong@mitre.org>
Wed, 28 Nov 2007 16:02:09 +0000 (11:02 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 17 Dec 2007 18:47:14 +0000 (10:47 -0800)
commitf540714bd6835d324964f392d8fbbf3919c2b70f
tree4079d208d74fc7b64305ab03ecb9f4532c692363
parentafebe784c1777038230bad850c0ef8db6a3479ca
USB: cp2101: new device id

This adds a device ID for the Aerocomm Radio Modem, which uses the
cp2102.  I'm sure changing num_bulk_in/num_bulk_out to NUM_DONT_CARE
is the wrong fix, but this is the only device I have with a cp2102,
so I have no idea what a good global value would be, if there is one.
Zero didn't work with this device.

From: Jeff Long <JeffLong@mitre.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/cp2101.c