Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2005 04:10:05 GMT
From:      Lonnie Mendez <lmendez19@austin.rr.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/80383: [PATCH] Add quirk for uhid to ignore certain usb devices (blacklist)
Message-ID:  <200505030410.j434A5Qb017166@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/80383; it has been noted by GNATS.

From: Lonnie Mendez <lmendez19@austin.rr.com>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/80383: [PATCH] Add quirk for uhid to ignore certain usb devices (blacklist)
Date: Mon, 2 May 2005 23:09:55 -0500

  Ack!  The previous diff is messed up as well.  Please ignore and apply the below for usb_quirks.h.  Thank you.
 
 --- usb_quirks.h 2005-05-02 22:57:07.000000000 -0500
 +++ usb_quirks.h.orig 2005-05-02 22:57:49.000000000 -0500
 @@ -54,6 +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 */
  };
  
  extern const struct usbd_quirks usbd_no_quirk;
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505030410.j434A5Qb017166>