contrib: add TAG+="uaccess" to udev rules
[libam7xxx.git] / src / am7xxx.c
2018-02-27 Antonio Ospiteam7xxx: return EINVAL instead of ENOTSUP in am7xxx_get_...
2018-02-27 Antonio Ospiteam7xxx: fix C99 conformance for printf & co. when compi...
2018-02-27 Antonio Ospiteam7xxx: use the same indenting style for all preprocess...
2018-02-27 Antonio Ospiteam7xxx: specify LIBUSB_CALL for send_data_async_complet...
2017-02-14 Antonio Ospiteam7xxx: simplify the device info caching operation...
2017-02-14 Antonio Ospiteam7xxx: make sure am7xxx_get_device_info() always retur...
2016-06-30 Antonio Ospiteam7xxx: simplify one return path in am7xxx_init()
2016-01-09 Antonio OspiteFix a missing parenthesis in some output strings
2015-11-17 Antonio Ospiteam7xxx: remove a useless empty line
2015-11-07 Antonio OspiteFix some format string warnings from clang
2015-07-08 Antonio Ospiteam7xxx: put some spaces around operators
2015-06-10 Antonio Ospiteam7xxx: remove a redundant debug message in open_device()
2015-06-10 Antonio Ospiteam7xxx: use debug() instead of fatal() in add_new_device()
2015-06-10 Antonio Ospiteam7xxx: rename the "function" argument of log_message...
2015-06-10 Antonio Ospiteam7xxx: split declaration and initialization of the...
2015-06-10 Antonio Ospiteam7xxx: print an error message when libusb_init fails
2015-06-10 Antonio Ospiteam7xxx: improve the comment about setting a new configu...
2015-06-10 Antonio Ospiteam7xxx: clarify a comment about copying data in send_da...
2015-04-20 Antonio Ospiteam7xxx: release the interface when needed in open_device()
2015-04-20 Antonio Ospiteam7xxx: check the return value of libusb_get_configurat...
2015-04-20 Antonio Ospiteam7xxx: fix the error path of the second configuration...
2015-04-20 Antonio Ospiteam7xxx: add comment about detaching kernel drivers...
2015-04-20 Antonio Ospiteam7xxx: add some spaces in a comment
2015-04-20 Antonio Ospiteam7xxx: fix the coding style used to represent pointers
2015-01-25 Antonio Ospiteam7xxx: use libusb_error_name to print the return value...
2015-01-25 Antonio Ospiteam7xxx: detach kernel driver before claiming the interface
2015-01-25 Antonio Ospiteam7xxx: use a saner approach when setting the USB confi...
2015-01-25 Antonio Ospiteam7xxx: when listing possible return values use "or...
2015-01-25 Antonio Ospiteam7xxx: mention open_device() in the comment about...
2015-01-25 Antonio Ospiteam7xxx: clean up the exit path in open_device()
2015-01-25 Antonio Ospiteam7xxx: comment on the loop termination in SCAN_OP_OPEN...
2015-01-25 Antonio Ospiteam7xxx: factor out an open_device() function from scan_...
2015-01-25 Antonio Ospiteam7xxx: make a comment clearer about SCAN_OP_OPEN_DEVICE
2014-05-08 Antonio OspiteUpdate email address and copyright years
2014-05-08 Antonio Ospiteam7xxx: don't use partial designated initializers
2014-05-07 Antonio OspiteMerge branch 'zoom-tele-picopix'
2014-05-07 Antonio Ospiteam7xxx: implement the set_zoom_mode() operation for...
2014-05-07 Antonio Ospiteam7xxx: add support for a new AM7XXX_ZOOM_TELE zoom...
2013-12-04 Antonio OspiteMerge branch 'powermode-PicoPix2055'
2013-11-28 Antonio Ospiteam7xxx: add support for setting the power mode on the...
2013-11-28 Antonio Ospiteam7xxx: dump fields of unknown packet types
2013-11-28 Antonio Ospiteam7xxx: factor out a send_command() function
2013-11-28 Antonio Ospiteam7xxx: switch from device quirks to device ops
2013-08-03 Antonio Ospiteam7xxx: add quirks for Philips/Sagemcom PicoPix 2055
2013-07-27 Antonio Ospiteam7xxx-play: don't initialize variables when not needed
2013-07-27 Antonio Ospiteam7xxx: fix a clang warning
2013-07-20 Antonio Ospiteam7xxx: implement am7xxx_send_image_async()
2013-07-20 Antonio Ospiteam7xxx: add quirks for devices not supporting some...
2013-04-05 Antonio Ospiteam7xxx: use the symbolic constant for libusb log level
2013-03-25 Antonio Ospiteam7xxx: add support for Philips/Sagemcom PicoPix 2330
2013-03-25 Antonio OspiteMerge branch 'per-device-usb-config'
2013-03-23 Antonio Ospiteam7xxx: make the supported_device array const
2013-03-23 Antonio Ospiteam7xxx: improve setting USB configuration and interface...
2013-03-23 Antonio Ospiteam7xxx: reference am7xxx_usb_device_descriptor in struc...
2013-03-23 Antonio Ospiteam7xxx: fail if USB configuration or interface are...
2013-03-14 Antonio Ospiteam7xxx: fix coding style
2012-12-17 Antonio OspiteMerge branch 'fix-devinfo-for-PicoPix'
2012-12-07 Antonio Ospiteam7xxx: make libam7xxx work with Philips/Sagemcom PPX...
2012-12-07 Antonio Ospiteam7xxx: cache device info in am7xxx_get_device_info()
2012-12-07 Antonio Ospiteam7xxx: detect unexpected responses to AM7XXX_PACKET_TY...
2012-11-14 Antonio Ospiteam7xxx: don't mention AM7XXX_DIRECTION_OUT in read_header()
2012-11-14 Antonio Ospiteam7xxx: add a note on the symmetry of read_header(...
2012-11-14 Antonio Ospiteam7xxx: assign device_list next to its first use
2012-11-14 Antonio Ospiteam7xxx: print text description of the 'direction' field
2012-10-14 Antonio Ospiteam7xxx: add support for Philips/SagemCom PicoPix PPX...
2012-07-27 Antonio OspiteMerge branch 'am7xxx_set_zoom_mode'
2012-07-08 Antonio Ospiteam7xxx: update signature and documentation of am7xxx_se...
2012-07-08 Antonio Ospiteam7xxx: implement support for the AM7XXX_PACKET_TYPE_ZOOM
2012-07-08 Antonio OspiteMerge remote-tracking branch 'origin/rettichschnidi'
2012-07-08 Reto SchneiderAdd missing break.
2012-06-17 Antonio Ospiteam7xxx: rename am7xxx_header.unknown0 to am7xxx_header...
2012-06-09 Matti Koskinenam7xxx: add support for Aiptek PocketCinema T25
2012-05-13 Richard Wisenoeckeram7xxx: add support for Acer C112
2012-05-10 Antonio OspiteMerge branch 'mingw-port'
2012-05-10 Antonio Ospiteam7xxx: fix setting the USB configuration
2012-05-10 Antonio Ospiteam7xxx: use hex notation for USB endpoints
2012-03-28 Antonio Ospiteam7xxx: control shared library symbols visibility
2012-03-26 Antonio OspiteMerge branch 'unstable'
2012-03-21 Antonio Ospiteam7xxx: round scaled_height and scaled_width
2012-03-21 Antonio OspiteMerge remote-tracking branch 'origin/rettichschnidi...
2012-03-20 Reto SchneiderFix typo: architechtures -> architectures
2012-03-20 Reto SchneiderMerge remote-tracking branch 'origin/unstable' into...
2012-03-17 Antonio Ospiteam7xxx: fix a typo, s/it's/its/
2012-03-16 Reto SchneiderMerge branch 'unstable' into rettichschnidi
2012-03-16 Reto SchneiderPurely cosmetic change: add missing newline
2012-03-15 Antonio Ospiteam7xxx: add am7xxx_calc_scaled_image_dimensions()
2012-03-06 Antonio Ospiteam7xxx: rename the 'size' argument of am7xxx_send_image...
2012-03-01 Antonio Ospitecosmetics: remove some unneeded white spaces
2012-03-01 Antonio Ospiteam7xxx: introduce a new am7xxx_device_info type
2012-02-29 Antonio Ospiteam7xxx: use the logging infrastructure
2012-02-29 Antonio Ospiteam7xxx: add a simple logging infrastructure
2012-02-29 Antonio Ospiteam7xxx: track the context in am7xxx_device
2012-02-29 Antonio Ospiteam7xxx: pass the context to add_new_device() and find_d...
2012-02-29 Antonio Ospiteam7xxx: silent a warning enabled by 'sparse' about...
2012-02-23 Antonio Ospiteam7xxx: add multi-device support
2012-02-23 Antonio Ospiteam7xxx: support other devices which talk the same protocol
2012-02-23 Antonio Ospitecmake: fix libusb search
2012-02-23 Antonio Ospiteam7xxx: change am7xx_device definition, better buffer...
2012-02-23 Antonio Ospiteam7xxx: initialize the 'transferred' variable before...
2012-01-25 Antonio OspiteMake struct am7xxx_header and related types private
next