Commit Graph

29 Commits

Author SHA1 Message Date
Sam Chesney
193ae6eaff Mask Alt settings value before sending to iAP EA Native code (clean up short sent via channel) 2014-07-30 19:32:55 +01:00
Sam Chesney
73b2e5f27e Endpoint0 now sends notification that the EA Native Transport interface alternative setting has changed 2014-07-29 15:25:32 +01:00
Sam Chesney
0870c3edc8 Additional chanend passed to Endpoint0 for iAP EA Native Transport support 2014-07-29 15:24:21 +01:00
Sam Chesney
201c899f23 EP0 changed to use switch statement when handling USB_SET_INTERFACE requests 2014-07-29 15:22:51 +01:00
Ross Owen
d28a41e6ed Build error due to missed usage of c_usb_test param 2014-05-15 16:53:08 +01:00
Ross Owen
24ddedc692 xpd: Cleaned up whitespace 2014-05-15 16:28:14 +01:00
Ross Owen
aef302152c Added USB HID descriptor (mainly for compliance..) 2014-05-15 16:19:22 +01:00
Ross Owen
81e3389770 Removed usage of c_usb_test 2014-05-15 16:18:55 +01:00
Ross Owen
80dff15100 Fixed bad usage of NUM_USB_CHAN_OUT when _IN should have been used. Caused output only build to wait for buffer setup to happened forever.. 2014-04-30 21:02:43 +01:00
Ross Owen
19e15ae5e3 Fixes to build warnings relating to excess array elements. 2014-04-30 15:06:53 +01:00
Ross Owen
83f5310f9b Removed use of NULLABLE_RESOURCE macro from endpoint0.c. Causes syntax high-light issue in XTC. 2014-04-30 12:50:07 +01:00
Ross Owen
9b6ce98cbe g_curStreamAlt_In also now reset. 2014-04-24 18:09:57 +01:00
Ross Owen
93731c6e23 g_curStreamAlt_Out reset to 0 on bus reset. Fixes issue when input packets were incorrectly sized on bus-speed change. 2014-04-24 16:18:58 +01:00
Ross Owen
7e81b4b775 Fixed some build warnings related to excessive array elements 2014-04-17 14:58:11 +01:00
Ross Owen
8966f5db59 xpd: Cleaned up whitespace 2014-04-14 14:00:43 +01:00
Ross Owen
68052f53ba Endpoint0 now outputs sample resolutions on stream start event. 2014-04-10 12:01:22 +01:00
Ross Owen
92d5596294 Endpoint 0 only sends out format change commands if the interface Alt has changed (ignoring changes to the zero bandwidth alt) 2014-04-08 15:50:09 +01:00
Ross Owen
393824c60f Removed unused g_dsdMode var 2014-04-08 15:47:57 +01:00
Ross Owen
351827cb81 Fixed build issue: INTERFACE_NUM_HID -> INTERFACE_NUMBER_HID 2014-03-26 14:47:42 +00:00
Ross Owen
1023599a48 Interface numbers now built up in an enum 2014-03-26 13:16:12 +00:00
Ross Owen
1488353b8d 'Release: 6.5.1beta0' 2014-03-25 13:12:37 +00:00
Ross Owen
da864722ae Build warning removal relating to bad pointer casts 2014-03-21 18:16:11 +00:00
Ross Owen
6335a8c3ab Fixed build issue with g_strTable param to StandardRequests() 2014-03-20 18:23:27 +00:00
Ross Owen
81473a0c5b updates to pass pointer based string table to StandardRequests 2014-03-20 18:19:52 +00:00
Ross Owen
9eb50def03 Removed old runtime munge of channel names 2014-03-20 18:19:14 +00:00
Ross Owen
e0da5930f7 Comment only 2014-03-20 18:18:51 +00:00
Ross Owen
9c5e0a1dd8 'Release: 6.5.0beta0' 2014-03-06 17:50:18 +00:00
Ross Owen
f4efa0fe70 Dead code remove only. 2014-03-06 16:15:04 +00:00
Ross Owen
77e7073470 Endpoint 0 now in C (rather than XC). Allows better use of structures for descriptors. Also added changes for FS desc munging using structs and alt SET_STREAM_FORMAT commands. 2014-03-06 10:17:37 +00:00