Created USB HID (markdown)
This commit is contained in:
		
							parent
							
								
									5a7d3dce95
								
							
						
					
					
						commit
						79f28ac3bd
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		
							
								
								
									
										11
									
								
								USB-HID.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								USB-HID.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
# Getting Report Descriptor
 | 
			
		||||
```
 | 
			
		||||
  $ cd /sys/bus/usb/drivers/usbhid
 | 
			
		||||
  $ ls
 | 
			
		||||
  1-1.3.4:1.0  1-1.3.4:1.2  bind    new_id     uevent
 | 
			
		||||
  1-1.3.4:1.1  1-1.3.4:1.3  module  remove_id  unbind
 | 
			
		||||
  $ echo -n 1-1.4\:1.0 | sudo tee unbind
 | 
			
		||||
  $ sudo lsusb -vvv -d 046d:c01d
 | 
			
		||||
  $ echo -n 1-1.4\:1.0 | sudo tee bind
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue