USB: cdc_acm: Add support for pbLua console port
authorJulian Calaby <julian.calaby@gmail.com>
Tue, 5 Jan 2010 12:57:46 +0000 (23:57 +1100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:53:31 +0000 (14:53 -0800)
commit7c5d8c394a077a686cfa646cd85dc159a2a940cc
tree5b3d3ff225bd99bd408af0230adfbcaa65e0715b
parent2bc0d109326e9f2b25fa1dfcc9de2489e1e00e36
USB: cdc_acm: Add support for pbLua console port

The pbLua firmware (http://pblua.com/) for the Lego Mindstorms NXT
provides a CDC ACM port for it's serial console.

This used to be detected automatically, but this support has been
dropped, probably for sensible reasons.

Explicitly add support for this device by adding an item to the
device ID table.

Signed-off-by: Julian Calaby <julian.calaby@gmail.com>
Cc: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/class/cdc-acm.c