mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	HID: sensor-hub: Add in quirk for Lenovo Yogas with ITE
Like yogas with TEXAS_INSTRUMENTS, yogas with ITE chips needs to be initialized with enumeration quirks. Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
		
							parent
							
								
									67db8a8086
								
							
						
					
					
						commit
						21589ebda6
					
				
					 2 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -497,6 +497,9 @@
 | 
			
		|||
#define USB_VENDOR_ID_IRTOUCHSYSTEMS	0x6615
 | 
			
		||||
#define USB_DEVICE_ID_IRTOUCH_INFRARED_USB	0x0070
 | 
			
		||||
 | 
			
		||||
#define USB_VENDOR_ID_ITE               0x048d
 | 
			
		||||
#define USB_DEVICE_ID_ITE_LENOVO_YOGA   0x8386
 | 
			
		||||
 | 
			
		||||
#define USB_VENDOR_ID_JABRA		0x0b0e
 | 
			
		||||
#define USB_DEVICE_ID_JABRA_SPEAK_410	0x0412
 | 
			
		||||
#define USB_DEVICE_ID_JABRA_SPEAK_510	0x0420
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -774,6 +774,9 @@ static const struct hid_device_id sensor_hub_devices[] = {
 | 
			
		|||
	{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_SENSOR_HUB, USB_VENDOR_ID_TEXAS_INSTRUMENTS,
 | 
			
		||||
			USB_DEVICE_ID_TEXAS_INSTRUMENTS_LENOVO_YOGA),
 | 
			
		||||
			.driver_data = HID_SENSOR_HUB_ENUM_QUIRK},
 | 
			
		||||
	{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_SENSOR_HUB, USB_VENDOR_ID_ITE,
 | 
			
		||||
			USB_DEVICE_ID_ITE_LENOVO_YOGA),
 | 
			
		||||
			.driver_data = HID_SENSOR_HUB_ENUM_QUIRK},
 | 
			
		||||
	{ HID_DEVICE(HID_BUS_ANY, HID_GROUP_SENSOR_HUB, HID_ANY_ID,
 | 
			
		||||
		     HID_ANY_ID) },
 | 
			
		||||
	{ }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue