Re: [PATCH] libusbhid(3) should not clear report_size field
From: Matthew N. Dodd (mdodd_at_FreeBSD.ORG)
Date: 01/28/04
- Previous message: Robert Watson: "Re: kernel threads"
- In reply to: Maksim Yevmenkin: "[PATCH] libusbhid(3) should not clear report_size field"
- Next in thread: Alexander Nedotsukov: "Re: [PATCH] libusbhid(3) should not clear report_size field"
- Reply: Alexander Nedotsukov: "Re: [PATCH] libusbhid(3) should not clear report_size field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 27 Jan 2004 18:11:44 -0500 (EST) To: Maksim Yevmenkin <m_evmenkin@yahoo.com>
On Mon, 26 Jan 2004, Maksim Yevmenkin wrote:
> Index: src/lib/libusbhid/parse.c
> ===================================================================
> RCS file: /home/ncvs/src/lib/libusbhid/parse.c,v
> retrieving revision 1.8
> diff -u -r1.8 parse.c
> --- src/lib/libusbhid/parse.c 9 Apr 2003 01:52:48 -0000 1.8
> +++ src/lib/libusbhid/parse.c 26 Jan 2004 22:25:26 -0000
> @@ -86,7 +86,6 @@
> c->string_minimum = 0;
> c->string_maximum = 0;
> c->set_delimiter = 0;
> - c->report_size = 0;
> }
>
> hid_data_t
I've tried to keep them in sync in the past so this looks good to me.
-- 10 40 80 C0 00 FF FF FF FF C0 00 00 00 00 10 AA AA 03 00 00 00 08 00 _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Robert Watson: "Re: kernel threads"
- In reply to: Maksim Yevmenkin: "[PATCH] libusbhid(3) should not clear report_size field"
- Next in thread: Alexander Nedotsukov: "Re: [PATCH] libusbhid(3) should not clear report_size field"
- Reply: Alexander Nedotsukov: "Re: [PATCH] libusbhid(3) should not clear report_size field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]