Index of /~ansan501/patches/lejos/0.8.5beta

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[TXT]00libnxt_cleanup.patch 2010-02-16 14:19 14K 
[TXT]01libnxt_remove_unus..>2010-02-16 14:19 1.1K 
[TXT]02libnxt_todo.patch 2010-02-16 14:19 414  
[TXT]03libnxt_timeout_wor..>2010-05-20 13:51 1.2K 
[TXT]README 2010-02-16 14:32 1.1K 

This directory contains various patches for Lejos[1]. Patches should
normally be applied in the order specified by the prefix of the file
name.

00libnxt_cleanup.patch
  Source code cleanup of the C-parts of the NXT Java wrapper. The
  C-source now follows something that is similar to the NetBSD or KNF
  style, at least it is more and hopefully readable now. All of the
  subsequent patches depend on this patch.

01libnxt_remove_unused.patch 
  Remove unused static functions and data.  Fixes warnings in some
  compilers.

02libnxt_todo.patch
  Add a TODO about a potential bug where usb_bulk_read return values
  aren't handled properly.

03libnxt_timeout_workaround.patch
  Workaround for broken libusb timeout handling in some Solaris based
  systems. At least SUNWlibusbut doesn't implement timeouts for I/O
  calls according to its documentation. I really don't know if the
  buffer flush that the disabled bulk transfer calls are supposed to
  provide really make any difference, things seem to work fine when
  they are disabled.

--
2010-02-16
Andreas Sandberg <andreas.sandberg@it.uu.se>

[1] http://lejos.sourceforge.net/