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)
commit8be27c2de64e95c3da12a4b002f623570b039874
tree4079d208d74fc7b64305ab03ecb9f4532c692363
parent33abc04f0420dceed0ebc2d1094019d3bb2b5c29
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