From owner-freebsd-bugs@FreeBSD.ORG Mon May 2 04:40:06 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 340B916A4CE for ; Mon, 2 May 2005 04:40:06 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 142A943D4C for ; Mon, 2 May 2005 04:40:06 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j424e502031048 for ; Mon, 2 May 2005 04:40:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j424e5tG031047; Mon, 2 May 2005 04:40:05 GMT (envelope-from gnats) Date: Mon, 2 May 2005 04:40:05 GMT Message-Id: <200505020440.j424e5tG031047@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Lonnie Mendez Subject: Re: kern/80383: [PATCH] Add quirk for uhid to ignore certain usb devices (blacklist) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lonnie Mendez List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 04:40:06 -0000 The following reply was made to PR kern/80383; it has been noted by GNATS. From: Lonnie Mendez To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/80383: [PATCH] Add quirk for uhid to ignore certain usb devices (blacklist) Date: Sun, 1 May 2005 23:38:22 -0500 Please apply this patch for usb_quirks.h instead of the original. When editing usb_quirks.h, I messed up the formatting which should be corrected for the sake of consistency. --- a/usb_quirks.h 2005-05-01 23:08:37.000000000 -0500 +++ b/usb_quirks.h 2005-05-01 23:29:59.000000000 -0500 @@ -54,7 +54,7 @@ #define UQ_AU_INP_ASYNC 0x0800 /* input is async despite claim of adaptive */ #define UQ_ASSUME_CM_OVER_DATA 0x1000 /* modem device breaks on cm over data */ #define UQ_BROKEN_BIDIR 0x2000 /* printer has broken bidir mode */ -#define UQ_HID_IGNORE 0x4000 /* device should be ignored by hid class */ +#define UQ_HID_IGNORE 0x4000 /* device should be ignored by hid class */ }; extern const struct usbd_quirks usbd_no_quirk;