aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/usb
Commit message (Expand)AuthorAgeFilesLines
* added getDTR and getRTS to usb.h, subtly modded how sendBytes checks for conn...AJM2010-06-112-6/+26
* cosmetic change on usbsendbytesAJM2010-06-101-1/+1
* new reset scheme now worksAJM2010-06-091-1/+1
* added a somewhat broken version of the reset magic number scheme.AJM2010-06-094-76/+89
* first approach at modding the reset schemeAJM2010-06-093-31/+47
* removed the callback for send functional descriptor.AJM2010-06-093-5/+0
* another fix for USB unheard print issuebnewbold2010-06-071-18/+9
* NEEDS REVIEW: fix for first usb write bugbnewbold2010-06-041-3/+5
* Preliminary wirish USBSerial implementation.Perry Hung2010-06-043-26/+31
* [for AJ] added new HardwareUsb implementation. hack.bnewbold2010-05-271-2/+2
* changed the id for the serial port to 1eaf:0004, to match up with the windows...AJM2010-05-221-1/+1
* minor mods to adjust the driver number and the vendor product id's (serial po...AJM2010-05-211-2/+2
* modified the makefile to build the usb related files/removed all uintx_t to u...AJM2010-05-203-66/+63
* moved the usb directory to its proper home in ./libmapleAJM2010-05-2023-0/+4993
* removed usb files from the libmaple into the application level core lib.AJM2010-05-201-37/+0
* added the skeleton dir for the usb application lib, since were still dependen...AJM2010-05-201-0/+37