forked from mirrors/linux
		
	USB: gadget: g_multi: fixed vendor and product ID
This patch fixes the vendor and product ID the gadget uses by replacing the temporary IDs that were used during development (which should never get into mainline) with proper IDs. Signed-off-by: Michal Nazarewicz <m.nazarewicz@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: stable <stable@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
		
							parent
							
								
									4bec99174a
								
							
						
					
					
						commit
						1c6529e92b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -74,8 +74,8 @@ MODULE_LICENSE("GPL");
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/***************************** Device Descriptor ****************************/
 | 
					/***************************** Device Descriptor ****************************/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define MULTI_VENDOR_NUM	0x0525	/* XXX NetChip */
 | 
					#define MULTI_VENDOR_NUM	0x1d6b	/* Linux Foundation */
 | 
				
			||||||
#define MULTI_PRODUCT_NUM	0xa4ab	/* XXX */
 | 
					#define MULTI_PRODUCT_NUM	0x0104	/* Multifunction Composite Gadget */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
enum {
 | 
					enum {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue