From 0a84733d04f6dfbdbca83908e5c1415eb00efaaa Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Fri, 14 Mar 2008 15:59:30 +0000 Subject: Add a quirk to ignore ASUS LCM display found on some ASUS laptops. --- sys/dev/usb/usb_quirks.c | 2 ++ sys/dev/usb/usbdevs | 1 + 2 files changed, 3 insertions(+) (limited to 'sys/dev') diff --git a/sys/dev/usb/usb_quirks.c b/sys/dev/usb/usb_quirks.c index 76c2d3517351..a0aa1f126757 100644 --- a/sys/dev/usb/usb_quirks.c +++ b/sys/dev/usb/usb_quirks.c @@ -94,6 +94,8 @@ static const struct usbd_quirk_entry { /* Devices which should be ignored by uhid */ { USB_VENDOR_APC, USB_PRODUCT_APC_UPS, ANY, { UQ_HID_IGNORE }}, + { USB_VENDOR_ASUS, USB_PRODUCT_ASUS_LCM, + ANY, { UQ_HID_IGNORE }}, { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F6C550AVR, ANY, { UQ_HID_IGNORE }}, { USB_VENDOR_DELORME, USB_PRODUCT_DELORME_EARTHMATE, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index c2487ecdda15..8eb2cb8c4bc9 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -872,6 +872,7 @@ product ASUS WL159G 0x170c WL-159g product ASUS A9T_WIFI 0x171b A9T wireless product ASUS RT2573_1 0x1723 RT2573 product ASUS RT2573_2 0x1724 RT2573 +product ASUS LCM 0x1726 LCM display /* ATen products */ product ATEN UC1284 0x2001 Parallel printer -- cgit v1.3