hathach
							
						 
					 | 
					
						
						
							
						
						a522263a9d
					 | 
					
						
						
							
							add implementation for
						
						
						
						
						
						
						
						- tusbh_cdc_rndis_is_mounted
- tusbh_cdc_rndis_get_mac_addr 
						
						
					 | 
					
						2013-07-19 02:30:22 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						355fd7e648
					 | 
					
						
						
							
							adding subclass RNDIS-CDC driver API
						
						
						
						
						
						
						
						- implement init
- close
- xfer_isr
- open
adding waiting for notification after send rndis_initalize_msg 
						
						
					 | 
					
						2013-07-05 16:22:42 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						391e132d6b
					 | 
					
						
						
							
							no big deal, only rename tusb_std_request_t to tusb_control_request_t
						
						
						
						
						
						
					 | 
					
						2013-07-04 12:25:39 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						c5afb9d50f
					 | 
					
						
						
							
							change class (hid/cdc) _mounted_isr to _mounted_cb
						
						
						
						
						
						
					 | 
					
						2013-07-04 09:45:20 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						1667ef5041
					 | 
					
						
						
							
							replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as
						
						
						
						
						
						
						
						- pipe id
- xferred_bytes
host_class_driver_t add xferred_bytes parameter
void (* const isr) (pipe_handle_t, tusb_event_t); -->   void (* const isr) (pipe_handle_t, tusb_event_t, uint32_t);
update hid_host & its tests 
						
						
					 | 
					
						2013-07-03 11:36:08 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						b3f98bc15a
					 | 
					
						
						
							
							rename cdc descriptor type
						
						
						
						
						
						
						
						add tusbh_cdc_mounted_isr & tusbh_cdc_unmounted_isr 
						
						
					 | 
					
						2013-07-03 10:53:16 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						6ce90e2bd8
					 | 
					
						
						
							
							add tusbh_cdc_send, t usbh_cdc_receive
						
						
						
						
						
						
						
						add cdc_serial_app for virtual com demo 
						
						
					 | 
					
						2013-07-02 16:41:13 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						7e5c6ded2d
					 | 
					
						
						
							
							add tusbh_cdc_serial_is_mounted API
						
						
						
						
						
						
						
						test for cdch close driver 
						
						
					 | 
					
						2013-07-02 15:32:41 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						3f0d740776
					 | 
					
						
						
							
							rename usbh_isr to usbh_xfer_isr
						
						
						
						
						
						
					 | 
					
						2013-07-01 15:30:29 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						e1883fcd26
					 | 
					
						
						
							
							add acm_capability saving to host data & its test
						
						
						
						
						
						
					 | 
					
						2013-07-01 11:29:23 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						a4f7dc1105
					 | 
					
						
						
							
							add & pass a first few test for cdc host
						
						
						
						
						
						
						
						implement cdch_open_subtask 
						
						
					 | 
					
						2013-07-01 10:35:37 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								hathach
							
						 
					 | 
					
						
						
							
						
						7e6e5cc356
					 | 
					
						
						
							
							[CDC]
						
						
						
						
						
						
						
						- add configure option
- add include path
- add driver function table 
						
						
					 | 
					
						2013-06-29 16:06:45 +07:00 | 
					
					
						
						
						
							
							
							
							
							
							
							
							
						
					 |