Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264727
b: refs/heads/master
c: a7ac90f
h: refs/heads/master
i:
  264725: d6ba2d4
  264723: 81e8768
  264719: 8918bb8
v: v3
  • Loading branch information
Michal Malý authored and Jiri Kosina committed Aug 4, 2011
1 parent 12cf03d commit d47f23a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e2de8e0ab238f7ee818c545a7ea97a4fc333e33
refs/heads/master: a7ac90f18cf1182f01846f36f7d2706e2cc7747c
15 changes: 11 additions & 4 deletions trunk/drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -278,13 +278,20 @@ config LOGIG940_FF
Say Y here if you want to enable force feedback support for Logitech
Flight System G940 devices.

config LOGIWII_FF
bool "Logitech Speed Force Wireless force feedback support"
config LOGIWHEELS_FF
bool "Logitech wheels configuration and force feedback support"
depends on HID_LOGITECH
select INPUT_FF_MEMLESS
help
Say Y here if you want to enable force feedback support for Logitech
Speed Force Wireless (Wii) devices.
Say Y here if you want to enable force feedback and range setting
support for following Logitech wheels:
- Logitech Driving Force
- Logitech Driving Force Pro
- Logitech Driving Force GT
- Logitech G25
- Logitech G27
- Logitech MOMO/MOMO 2
- Logitech Formula Force EX

config HID_MAGICMOUSE
tristate "Apple MagicMouse multi-touch support"
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hid/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif
ifdef CONFIG_LOGIG940_FF
hid-logitech-y += hid-lg3ff.o
endif
ifdef CONFIG_LOGIWII_FF
ifdef CONFIG_LOGIWHEELS_FF
hid-logitech-y += hid-lg4ff.o
endif

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-lg.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int lg3ff_init(struct hid_device *hdev);
static inline int lg3ff_init(struct hid_device *hdev) { return -1; }
#endif

#ifdef CONFIG_LOGIWII_FF
#ifdef CONFIG_LOGIWHEELS_FF
int lg4ff_init(struct hid_device *hdev);
int lg4ff_deinit(struct hid_device *hdev);
#else
Expand Down

0 comments on commit d47f23a

Please sign in to comment.