From: Antonio Ospite Date: Tue, 21 Feb 2012 12:19:28 +0000 (+0100) Subject: am7xxx: change am7xx_device definition, better buffer handling X-Git-Tag: v0.1.0~1^2~38 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/d9b0524a108bb57ecc5e05fde9077c5cc5c3c077?hp=d9b0524a108bb57ecc5e05fde9077c5cc5c3c077 am7xxx: change am7xx_device definition, better buffer handling Add a new data type for am7xxx devices and make it hold a buffer, this way allocating a new buffer for each communication can be avoided; also move this definition to am7xxx.c to avoid exposing details about libusb in am7xxx.h. ---