From 9fb43cb678e1b120a96a25e5ddf769ae591fc0ec Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 22 Jul 2007 15:59:45 +0000 Subject: [PATCH] WISPY added an X. Approved by: re --- sys/dev/usb/usb_quirks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index a5fbfdeec78..715ab9a311d 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -108,7 +108,7 @@ static const struct usbd_quirk_entry { /* Devices which should be ignored by both ukbd and uhid */ { USB_VENDOR_CYPRESS, USB_PRODUCT_CYPRESS_WISPY, ANY, { UQ_KBD_IGNORE }}, - { USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPY, + { USB_VENDOR_METAGEEK, USB_PRODUCT_METAGEEK_WISPYX, ANY, { UQ_KBD_IGNORE }}, { 0, 0, 0, { 0 } } };