| 
									
										
										
										
											2006-12-08 18:41:30 +01:00
										 |  |  | #
 | 
					
						
							|  |  |  | # Makefile for the HID driver
 | 
					
						
							|  |  |  | #
 | 
					
						
							| 
									
										
										
										
											2010-11-18 10:42:30 +01:00
										 |  |  | hid-y			:= hid-core.o hid-input.o | 
					
						
							| 
									
										
										
										
											2007-01-25 11:43:31 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-06-12 15:20:55 +02:00
										 |  |  | ifdef CONFIG_DEBUG_FS | 
					
						
							|  |  |  | 	hid-objs		+= hid-debug.o | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-01-25 11:43:31 +01:00
										 |  |  | obj-$(CONFIG_HID)		+= hid.o | 
					
						
							| 
									
										
										
										
											2012-06-10 15:16:13 +02:00
										 |  |  | obj-$(CONFIG_UHID)		+= uhid.o | 
					
						
							| 
									
										
										
										
											2007-05-14 09:57:40 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-23 12:07:07 +02:00
										 |  |  | obj-$(CONFIG_HID_GENERIC)	+= hid-generic.o | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-05-14 09:57:40 +02:00
										 |  |  | hid-$(CONFIG_HIDRAW)		+= hidraw.o | 
					
						
							| 
									
										
										
										
											2007-01-25 11:43:31 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-11-18 10:42:30 +01:00
										 |  |  | hid-logitech-y		:= hid-lg.o | 
					
						
							| 
									
										
										
										
											2008-07-04 23:06:45 +02:00
										 |  |  | ifdef CONFIG_LOGITECH_FF | 
					
						
							| 
									
										
										
										
											2010-11-18 10:42:30 +01:00
										 |  |  | 	hid-logitech-y	+= hid-lgff.o | 
					
						
							| 
									
										
										
										
											2008-07-04 23:06:45 +02:00
										 |  |  | endif | 
					
						
							|  |  |  | ifdef CONFIG_LOGIRUMBLEPAD2_FF | 
					
						
							| 
									
										
										
										
											2010-11-18 10:42:30 +01:00
										 |  |  | 	hid-logitech-y	+= hid-lg2ff.o | 
					
						
							| 
									
										
										
										
											2008-07-04 23:06:45 +02:00
										 |  |  | endif | 
					
						
							| 
									
										
										
										
											2010-01-13 00:25:58 +01:00
										 |  |  | ifdef CONFIG_LOGIG940_FF | 
					
						
							| 
									
										
										
										
											2010-11-18 10:42:30 +01:00
										 |  |  | 	hid-logitech-y	+= hid-lg3ff.o | 
					
						
							| 
									
										
										
										
											2010-01-13 00:25:58 +01:00
										 |  |  | endif | 
					
						
							| 
									
										
										
										
											2011-08-04 16:24:22 +02:00
										 |  |  | ifdef CONFIG_LOGIWHEELS_FF | 
					
						
							| 
									
										
										
										
											2010-11-18 10:42:30 +01:00
										 |  |  | 	hid-logitech-y	+= hid-lg4ff.o | 
					
						
							| 
									
										
										
										
											2010-09-22 13:19:42 +02:00
										 |  |  | endif | 
					
						
							| 
									
										
										
										
											2008-07-04 23:06:45 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-17 14:11:58 +01:00
										 |  |  | hid-wiimote-y		:= hid-wiimote-core.o | 
					
						
							| 
									
										
										
										
											2011-11-17 14:12:01 +01:00
										 |  |  | ifdef CONFIG_HID_WIIMOTE_EXT | 
					
						
							|  |  |  | 	hid-wiimote-y	+= hid-wiimote-ext.o | 
					
						
							|  |  |  | endif | 
					
						
							| 
									
										
										
										
											2011-11-17 14:12:10 +01:00
										 |  |  | ifdef CONFIG_DEBUG_FS | 
					
						
							|  |  |  | 	hid-wiimote-y	+= hid-wiimote-debug.o | 
					
						
							|  |  |  | endif | 
					
						
							| 
									
										
										
										
											2011-11-17 14:11:58 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-06-23 23:31:09 +02:00
										 |  |  | obj-$(CONFIG_HID_A4TECH)	+= hid-a4tech.o | 
					
						
							| 
									
										
										
										
											2011-03-11 00:27:34 -08:00
										 |  |  | obj-$(CONFIG_HID_ACRUX)		+= hid-axff.o | 
					
						
							| 
									
										
										
										
											2008-06-18 23:36:49 +02:00
										 |  |  | obj-$(CONFIG_HID_APPLE)		+= hid-apple.o | 
					
						
							| 
									
										
										
										
											2012-04-10 19:29:04 -03:00
										 |  |  | obj-$(CONFIG_HID_AUREAL)        += hid-aureal.o | 
					
						
							| 
									
										
										
										
											2008-06-24 23:24:57 +02:00
										 |  |  | obj-$(CONFIG_HID_BELKIN)	+= hid-belkin.o | 
					
						
							| 
									
										
										
										
											2008-06-24 20:42:25 +02:00
										 |  |  | obj-$(CONFIG_HID_CHERRY)	+= hid-cherry.o | 
					
						
							| 
									
										
										
										
											2008-06-24 22:48:52 +02:00
										 |  |  | obj-$(CONFIG_HID_CHICONY)	+= hid-chicony.o | 
					
						
							| 
									
										
										
										
											2008-06-23 22:54:08 +02:00
										 |  |  | obj-$(CONFIG_HID_CYPRESS)	+= hid-cypress.o | 
					
						
							| 
									
										
										
										
											2011-01-28 14:50:51 +03:00
										 |  |  | obj-$(CONFIG_HID_DRAGONRISE)	+= hid-dr.o | 
					
						
							| 
									
										
										
										
											2010-11-01 15:13:37 -04:00
										 |  |  | obj-$(CONFIG_HID_EMS_FF)	+= hid-emsff.o | 
					
						
							| 
									
										
										
										
											2010-06-28 18:54:25 +02:00
										 |  |  | obj-$(CONFIG_HID_ELECOM)	+= hid-elecom.o | 
					
						
							| 
									
										
										
										
											2008-06-24 21:11:21 +02:00
										 |  |  | obj-$(CONFIG_HID_EZKEY)		+= hid-ezkey.o | 
					
						
							| 
									
										
										
										
											2008-07-24 23:35:13 +02:00
										 |  |  | obj-$(CONFIG_HID_GYRATION)	+= hid-gyration.o | 
					
						
							| 
									
										
										
										
											2012-07-06 08:05:04 -07:00
										 |  |  | obj-$(CONFIG_HID_HOLTEK)	+= hid-holtek-kbd.o | 
					
						
							| 
									
										
										
										
											2011-06-27 00:07:31 +03:00
										 |  |  | obj-$(CONFIG_HID_HOLTEK)	+= hid-holtekff.o | 
					
						
							| 
									
										
										
										
											2011-11-22 22:52:15 +01:00
										 |  |  | obj-$(CONFIG_HID_HYPERV_MOUSE)	+= hid-hyperv.o | 
					
						
							| 
									
										
										
										
											2012-10-31 12:10:10 +01:00
										 |  |  | obj-$(CONFIG_HID_ICADE)		+= hid-icade.o | 
					
						
							| 
									
										
										
										
											2009-03-04 16:09:40 +01:00
										 |  |  | obj-$(CONFIG_HID_KENSINGTON)	+= hid-kensington.o | 
					
						
							| 
									
										
										
										
											2011-02-17 15:12:45 +01:00
										 |  |  | obj-$(CONFIG_HID_KEYTOUCH)	+= hid-keytouch.o | 
					
						
							| 
									
										
										
										
											2009-03-11 11:43:27 +01:00
										 |  |  | obj-$(CONFIG_HID_KYE)		+= hid-kye.o | 
					
						
							| 
									
										
										
										
											2011-02-03 16:41:47 +01:00
										 |  |  | obj-$(CONFIG_HID_LCPOWER)       += hid-lcpower.o | 
					
						
							| 
									
										
										
										
											2012-02-15 13:40:43 +01:00
										 |  |  | obj-$(CONFIG_HID_LENOVO_TPKBD)	+= hid-lenovo-tpkbd.o | 
					
						
							| 
									
										
										
										
											2008-05-16 11:49:19 +02:00
										 |  |  | obj-$(CONFIG_HID_LOGITECH)	+= hid-logitech.o | 
					
						
							| 
									
										
										
										
											2011-09-15 11:34:49 +02:00
										 |  |  | obj-$(CONFIG_HID_LOGITECH_DJ)	+= hid-logitech-dj.o | 
					
						
							| 
									
										
										
										
											2010-02-06 12:24:36 -05:00
										 |  |  | obj-$(CONFIG_HID_MAGICMOUSE)    += hid-magicmouse.o | 
					
						
							| 
									
										
										
										
											2008-06-20 21:26:11 +02:00
										 |  |  | obj-$(CONFIG_HID_MICROSOFT)	+= hid-microsoft.o | 
					
						
							| 
									
										
										
										
											2008-06-25 00:07:50 +02:00
										 |  |  | obj-$(CONFIG_HID_MONTEREY)	+= hid-monterey.o | 
					
						
							| 
									
										
										
										
											2011-01-07 23:45:50 +01:00
										 |  |  | obj-$(CONFIG_HID_MULTITOUCH)	+= hid-multitouch.o | 
					
						
							| 
									
										
										
										
											2008-11-19 15:54:46 +01:00
										 |  |  | obj-$(CONFIG_HID_NTRIG)		+= hid-ntrig.o | 
					
						
							| 
									
										
										
										
											2010-01-21 14:36:52 +00:00
										 |  |  | obj-$(CONFIG_HID_ORTEK)		+= hid-ortek.o | 
					
						
							| 
									
										
										
										
											2010-05-12 15:18:59 +02:00
										 |  |  | obj-$(CONFIG_HID_PRODIKEYS)	+= hid-prodikeys.o | 
					
						
							| 
									
										
										
										
											2008-09-18 19:43:32 +02:00
										 |  |  | obj-$(CONFIG_HID_PANTHERLORD)	+= hid-pl.o | 
					
						
							| 
									
										
										
										
											2008-06-24 23:46:21 +02:00
										 |  |  | obj-$(CONFIG_HID_PETALYNX)	+= hid-petalynx.o | 
					
						
							| 
									
										
										
										
											2010-03-30 22:33:50 +02:00
										 |  |  | obj-$(CONFIG_HID_PICOLCD)	+= hid-picolcd.o | 
					
						
							| 
									
										
										
										
											2012-07-30 21:38:28 +02:00
										 |  |  | hid-picolcd-y			+= hid-picolcd_core.o | 
					
						
							|  |  |  | ifdef CONFIG_HID_PICOLCD_FB | 
					
						
							|  |  |  | hid-picolcd-y			+= hid-picolcd_fb.o | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | ifdef CONFIG_HID_PICOLCD_BACKLIGHT | 
					
						
							|  |  |  | hid-picolcd-y			+= hid-picolcd_backlight.o | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | ifdef CONFIG_HID_PICOLCD_LCD | 
					
						
							|  |  |  | hid-picolcd-y			+= hid-picolcd_lcd.o | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | ifdef CONFIG_HID_PICOLCD_LEDS | 
					
						
							|  |  |  | hid-picolcd-y			+= hid-picolcd_leds.o | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | ifdef CONFIG_HID_PICOLCD_CIR | 
					
						
							|  |  |  | hid-picolcd-y			+= hid-picolcd_cir.o | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | ifdef CONFIG_DEBUG_FS | 
					
						
							|  |  |  | hid-picolcd-y			+= hid-picolcd_debugfs.o | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-10-14 17:18:54 -07:00
										 |  |  | obj-$(CONFIG_HID_PRIMAX)	+= hid-primax.o | 
					
						
							| 
									
										
										
										
											2012-09-25 23:02:27 +02:00
										 |  |  | obj-$(CONFIG_HID_PS3REMOTE)	+= hid-ps3remote.o | 
					
						
							| 
									
										
										
										
											2011-12-29 17:20:14 +01:00
										 |  |  | obj-$(CONFIG_HID_ROCCAT)	+= hid-roccat.o hid-roccat-common.o \
 | 
					
						
							|  |  |  | 	hid-roccat-arvo.o hid-roccat-isku.o hid-roccat-kone.o \
 | 
					
						
							| 
									
										
										
										
											2012-10-16 17:40:09 +02:00
										 |  |  | 	hid-roccat-koneplus.o hid-roccat-kovaplus.o hid-roccat-lua.o \
 | 
					
						
							|  |  |  | 	hid-roccat-pyra.o hid-roccat-savu.o | 
					
						
							| 
									
										
										
										
											2012-02-22 02:10:06 +01:00
										 |  |  | obj-$(CONFIG_HID_SAITEK)	+= hid-saitek.o | 
					
						
							| 
									
										
										
										
											2008-06-25 22:31:48 +02:00
										 |  |  | obj-$(CONFIG_HID_SAMSUNG)	+= hid-samsung.o | 
					
						
							| 
									
										
										
										
											2009-05-13 11:54:38 +03:00
										 |  |  | obj-$(CONFIG_HID_SMARTJOYPLUS)	+= hid-sjoy.o | 
					
						
							| 
									
										
										
										
											2008-06-25 23:47:04 +02:00
										 |  |  | obj-$(CONFIG_HID_SONY)		+= hid-sony.o | 
					
						
							| 
									
										
										
										
											2011-05-27 18:40:29 +02:00
										 |  |  | obj-$(CONFIG_HID_SPEEDLINK)	+= hid-speedlink.o | 
					
						
							| 
									
										
										
										
											2013-01-31 16:50:24 +01:00
										 |  |  | obj-$(CONFIG_HID_STEELSERIES)	+= hid-steelseries.o | 
					
						
							| 
									
										
										
										
											2008-06-23 21:56:07 +02:00
										 |  |  | obj-$(CONFIG_HID_SUNPLUS)	+= hid-sunplus.o | 
					
						
							| 
									
										
										
										
											2009-05-15 15:46:44 +02:00
										 |  |  | obj-$(CONFIG_HID_GREENASIA)	+= hid-gaff.o | 
					
						
							| 
									
										
										
										
											2013-01-22 12:01:21 -05:00
										 |  |  | obj-$(CONFIG_HID_THINGM)	+= hid-thingm.o | 
					
						
							| 
									
										
										
										
											2009-05-15 15:46:44 +02:00
										 |  |  | obj-$(CONFIG_HID_THRUSTMASTER)	+= hid-tmff.o | 
					
						
							| 
									
										
											  
											
												HID: add support for tivo slide remote
This patch finishes off adding full support for the TiVo Slide remote,
which is a mostly pure HID device from the perspective of the kernel.
There are a few mappings that use a vendor-specific usage page, and a
few keys in the consumer usage page that I think make sense to remap
slightly, to better fit their key labels' intended use. Doing this in a
stand-alone hid-tivo.c makes the modifications only matter for this
specific device.
What's actually connected to the computer is a Broadcom-made usb dongle,
which has an embedded hub, bluetooth adapter, mouse and keyboard
devices. You pair with the dongle, then the remote sends data that its
converted into HID on the keyboard interface (the mouse interface
doesn't do anything interesting, so far as I can tell).
lsusb for this device:
Bus 004 Device 005: ID 0a5c:2190 Broadcom Corp.
Bus 004 Device 004: ID 0a5c:4503 Broadcom Corp.
Bus 004 Device 003: ID 150a:1201
Bus 004 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Speaking of the keyboard interface, the remote actually does contain a
keyboard as well. The top slides away, revealing a reasonably functional
qwerty keyboard (not unlike many slide cell phones), thus the product
name.
CC: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
											
										 
											2011-10-14 16:57:42 -04:00
										 |  |  | obj-$(CONFIG_HID_TIVO)		+= hid-tivo.o | 
					
						
							| 
									
										
										
										
											2009-01-04 00:36:56 +01:00
										 |  |  | obj-$(CONFIG_HID_TOPSEED)	+= hid-topseed.o | 
					
						
							| 
									
										
										
										
											2009-07-13 14:19:58 +02:00
										 |  |  | obj-$(CONFIG_HID_TWINHAN)	+= hid-twinhan.o | 
					
						
							| 
									
										
										
										
											2010-08-09 20:44:17 +04:00
										 |  |  | obj-$(CONFIG_HID_UCLOGIC)	+= hid-uclogic.o | 
					
						
							| 
									
										
										
										
											2009-05-15 15:46:44 +02:00
										 |  |  | obj-$(CONFIG_HID_ZEROPLUS)	+= hid-zpff.o | 
					
						
							| 
									
										
										
										
											2010-05-14 17:30:59 +01:00
										 |  |  | obj-$(CONFIG_HID_ZYDACRON)	+= hid-zydacron.o | 
					
						
							| 
									
										
										
										
											2009-05-11 17:18:12 +02:00
										 |  |  | obj-$(CONFIG_HID_WACOM)		+= hid-wacom.o | 
					
						
							| 
									
										
										
										
											2010-08-20 19:21:11 +04:00
										 |  |  | obj-$(CONFIG_HID_WALTOP)	+= hid-waltop.o | 
					
						
							| 
									
										
										
										
											2011-07-05 13:45:08 +02:00
										 |  |  | obj-$(CONFIG_HID_WIIMOTE)	+= hid-wiimote.o | 
					
						
							| 
									
										
										
										
											2012-09-05 13:56:00 +01:00
										 |  |  | obj-$(CONFIG_HID_SENSOR_HUB)	+= hid-sensor-hub.o | 
					
						
							| 
									
										
										
										
											2008-05-16 11:49:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2007-03-08 16:47:49 +01:00
										 |  |  | obj-$(CONFIG_USB_HID)		+= usbhid/ | 
					
						
							|  |  |  | obj-$(CONFIG_USB_MOUSE)		+= usbhid/ | 
					
						
							|  |  |  | obj-$(CONFIG_USB_KBD)		+= usbhid/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-11-12 15:42:59 +01:00
										 |  |  | obj-$(CONFIG_I2C_HID)		+= i2c-hid/ |