greybus: es2: remove fake vendor/product ids

These aren't used anymore, remove them.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Viresh Kumar 2015-11-13 08:59:49 +05:30 committed by Greg Kroah-Hartman
parent ffe2e2487a
commit bf6a61bd2f
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#define ES2_GBUF_MSG_SIZE_MAX 2048
static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0xffff, 0x0002) }, /* Made up number, delete once firmware is fixed to use real number */
{ USB_DEVICE(0x18d1, 0x1eaf) },
{ },
};