HID: apple: Add Apple wireless keyboard 2011 ANSI PID
Signed-off-by: Alexey Kaminsky <me@akaminsky.net> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
		
					parent
					
						
							
								73bebc8baf
							
						
					
				
			
			
				commit
				
					
						0a97e1e9f9
					
				
			
		
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -458,6 +458,9 @@ static const struct hid_device_id apple_devices[] = { | |||
| 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO), | ||||
| 		.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN | | ||||
| 			APPLE_ISO_KEYBOARD }, | ||||
| 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, | ||||
| 				USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ANSI), | ||||
| 		.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN }, | ||||
| 	{ HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_JIS), | ||||
| 		.driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN }, | ||||
| 	{ HID_USB_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_WELLSPRING_ANSI), | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alexey Kaminsky
				Alexey Kaminsky