mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	USB: Yet another Conexant Clone to add to cdc-acm.c
This patch adds another quirky Conexant USB Modem Clone to usb cdc-acm.c Signed-off-by: Xiao Kaijian <xiaokj@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
		
							parent
							
								
									fe92c9e481
								
							
						
					
					
						commit
						cab98a0a34
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -1375,6 +1375,9 @@ static struct usb_device_id acm_ids[] = { | |||
| 	{ USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */ | ||||
| 	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */ | ||||
| 	}, | ||||
| 	{ USB_DEVICE(0x0572, 0x1328), /* Shiro / Aztech USB MODEM UM-3100 */ | ||||
| 	.driver_info = NO_UNION_NORMAL, /* has no union descriptor */ | ||||
| 	}, | ||||
| 	{ USB_DEVICE(0x22b8, 0x6425), /* Motorola MOTOMAGX phones */ | ||||
| 	}, | ||||
| 	{ USB_DEVICE(0x0572, 0x1329), /* Hummingbird huc56s (Conexant) */ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Xiao Kaijian
						Xiao Kaijian