mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	USB: serial: add quatech2 usb to serial driver
This supports the Quatech USB 2 usb to serial adapters. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									1fbfeff927
								
							
						
					
					
						commit
						f7a33e608d
					
				
					 3 changed files with 1159 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -669,6 +669,15 @@ config USB_SERIAL_SSU100
 | 
			
		|||
	  To compile this driver as a module, choose M here: the
 | 
			
		||||
	  module will be called ssu100.
 | 
			
		||||
 | 
			
		||||
config USB_SERIAL_QT2
 | 
			
		||||
	tristate "USB Quatech Serial Driver for USB 2 devices"
 | 
			
		||||
	help
 | 
			
		||||
	  Say Y here if you want to use the Quatech USB 2
 | 
			
		||||
	  serial adapters.
 | 
			
		||||
 | 
			
		||||
	  To compile this driver as a module, choose M here: the
 | 
			
		||||
	  module will be called quatech-serial.
 | 
			
		||||
 | 
			
		||||
config USB_SERIAL_DEBUG
 | 
			
		||||
	tristate "USB Debugging Device"
 | 
			
		||||
	help
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,6 +49,7 @@ obj-$(CONFIG_USB_SERIAL_OTI6858)		+= oti6858.o
 | 
			
		|||
obj-$(CONFIG_USB_SERIAL_PL2303)			+= pl2303.o
 | 
			
		||||
obj-$(CONFIG_USB_SERIAL_QCAUX)			+= qcaux.o
 | 
			
		||||
obj-$(CONFIG_USB_SERIAL_QUALCOMM)		+= qcserial.o
 | 
			
		||||
obj-$(CONFIG_USB_SERIAL_QT2)			+= quatech2.o
 | 
			
		||||
obj-$(CONFIG_USB_SERIAL_SAFE)			+= safe_serial.o
 | 
			
		||||
obj-$(CONFIG_USB_SERIAL_SIEMENS_MPI)		+= siemens_mpi.o
 | 
			
		||||
obj-$(CONFIG_USB_SERIAL_SIERRAWIRELESS)		+= sierra.o
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1149
									
								
								drivers/usb/serial/quatech2.c
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1149
									
								
								drivers/usb/serial/quatech2.c
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
		Reference in a new issue