Skip to content

Commit

Permalink
HID: fix/improve help texts for quirk drivers
Browse files Browse the repository at this point in the history
Update the help texts for the HID-quirk drivers, so that they are a little
bit more descriptive.

Also make some obsolete help descriptions up to date.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Jiri Kosina committed Oct 15, 2008
1 parent b36299b commit f0bd8e4
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions drivers/hid/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,8 @@ config HID_APPLE
Support for some Apple devices which less or more break
HID specification.

Say Y here if you want support for the special keys (Fn, Numlock) on
Apple iBooks, PowerBooks, MacBooks, MacBook Pros and aluminum USB
keyboards.

If unsure, say M.
Say Y here if you want support for keyboards of Apple iBooks, PowerBooks,
MacBooks, MacBook Pros and Apple Aluminum.

config HID_BELKIN
tristate "Belkin" if EMBEDDED
Expand All @@ -122,7 +119,7 @@ config HID_CHERRY
depends on USB_HID
default y
---help---
Support for Cherry Cymotion.
Support for Cherry Cymotion keyboard.

config HID_CHICONY
tristate "Chicony" if EMBEDDED
Expand All @@ -136,36 +133,36 @@ config HID_CYPRESS
depends on USB_HID
default y
---help---
Support for Cypress mouse and barcodes.
Support for cypress mouse and barcode readers.

config HID_DELL
tristate "Dell" if EMBEDDED
depends on USB_HID
default y
---help---
Support for Dell W7658.
Support for quirky Dell HID hardware that require
special LED handling (W7658 and SK8115 models)

config HID_EZKEY
tristate "Ezkey" if EMBEDDED
depends on USB_HID
default y
---help---
Support for Ezkey mouse and barcodes.
Support for Ezkey BTC 8193 keyboard.

config HID_GYRATION
tristate "Gyration" if EMBEDDED
depends on USB_HID
default y
---help---
Support for Gyration remote.
Support for Gyration remote control.

config HID_LOGITECH
tristate "Logitech" if EMBEDDED
depends on USB_HID
default y
---help---
Support for some Logitech devices which breaks less or more
HID specification.
Support for Logitech devices that are not fully compliant with HID standard.

config LOGITECH_FF
bool "Logitech force feedback"
Expand Down Expand Up @@ -196,8 +193,7 @@ config HID_MICROSOFT
depends on USB_HID
default y
---help---
Support for some Microsoft devices which breaks less or more
HID specification.
Support for Microsoft devices that are not fully compliant with HID standard.

config HID_MONTEREY
tristate "Monterey" if EMBEDDED
Expand All @@ -213,7 +209,6 @@ config HID_PANTHERLORD
---help---
Support for PantherLord/GreenAsia based device support.


config PANTHERLORD_FF
bool "Pantherlord force feedback support"
depends on HID_PANTHERLORD
Expand All @@ -227,14 +222,14 @@ config HID_PETALYNX
depends on USB_HID
default y
---help---
Support for Petalynx Maxter remote.
Support for Petalynx Maxter remote control.

config HID_SAMSUNG
tristate "Samsung" if EMBEDDED
depends on USB_HID
default y
---help---
Support for Samsung IR remote.
Support for Samsung InfraRed remote control.

config HID_SONY
tristate "Sony" if EMBEDDED
Expand All @@ -248,7 +243,7 @@ config HID_SUNPLUS
depends on USB_HID
default y
---help---
Support for Sunplus WDesktop input device.
Support for Sunplus wireless desktop.

config THRUSTMASTER_FF
tristate "ThrustMaster devices support"
Expand Down

0 comments on commit f0bd8e4

Please sign in to comment.