diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2009-04-24 04:12:18 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-06-16 00:44:43 -0400 |
commit | a853a3d4eb2edb066248a39f0634f6f5858816a0 (patch) | |
tree | eeba17105c89d532335a4577cec912763100beae /drivers/usb/Kconfig | |
parent | 905c02acbd89f427c87a6d0a50fed757f6b3001c (diff) |
usb: return device strings in UTF-8
Change the encoding of strings returned by usb_string() from ISO 8859-1
to UTF-8.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 5eee3f82be5d..dcd49f1e96d0 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
@@ -64,6 +64,7 @@ config USB_ARCH_HAS_EHCI | |||
64 | config USB | 64 | config USB |
65 | tristate "Support for Host-side USB" | 65 | tristate "Support for Host-side USB" |
66 | depends on USB_ARCH_HAS_HCD | 66 | depends on USB_ARCH_HAS_HCD |
67 | select NLS # for UTF-8 strings | ||
67 | ---help--- | 68 | ---help--- |
68 | Universal Serial Bus (USB) is a specification for a serial bus | 69 | Universal Serial Bus (USB) is a specification for a serial bus |
69 | subsystem which offers higher speeds and more features than the | 70 | subsystem which offers higher speeds and more features than the |