summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-wiimote-core.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-17HID: wiimote: replace hid_output_raw_report with hid_hw_output_report for out...Benjamin Tissoires1-2/+2
2014-02-17HID: introduce helper to access hid_output_raw_report()Benjamin Tissoires1-1/+1
2013-11-19Revert "HID: wiimote: add LEGO-wiimote VID"Jiri Kosina1-4/+1
2013-10-21HID: wiimote: add LEGO-wiimote VIDDavid Herrmann1-1/+4
2013-09-07Revert "Input: introduce BTN/ABS bits for drums and guitars"Linus Torvalds1-14/+0
2013-09-04HID: hid-wiimote: print small buffers via %*phCAndy Shevchenko1-11/+6
2013-09-04HID: wiimote: add support for Guitar-Hero guitarsNicolas Adenis-Lamarre1-0/+7
2013-09-04HID: wiimote: add support for Guitar-Hero drumsDavid Herrmann1-0/+7
2013-08-05HID: wiimote: work around broken DRM_KAI on GEN10David Herrmann1-4/+6
2013-06-27HID: wiimote: support Nintendo Wii U Pro ControllerDavid Herrmann1-0/+23
2013-06-03HID: wiimote: discard invalid EXT data reportsDavid Herrmann1-1/+9
2013-06-03HID: wiimote: init EXT/MP during device detectionDavid Herrmann1-1/+1
2013-06-03HID: wiimote: add MP quirksDavid Herrmann1-5/+20
2013-06-03HID: wiimote: add sysfs extension/device-type attrsDavid Herrmann1-1/+105
2013-06-03HID: wiimote: lock DRM mode during debugfs overwriteDavid Herrmann1-1/+3
2013-06-03HID: wiimote: add Classic Controller extensionDavid Herrmann1-0/+6
2013-06-03HID: wiimote: add Nunchuk supportDavid Herrmann1-0/+6
2013-06-03HID: wiimote: add Balance Board supportDavid Herrmann1-0/+26
2013-06-03HID: wiimote: add extension hotplug supportDavid Herrmann1-25/+644
2013-06-03HID: wiimote: convert IR to moduleDavid Herrmann1-212/+21
2013-06-03HID: wiimote: convert ACCEL to moduleDavid Herrmann1-86/+15
2013-06-03HID: wiimote: convert LEDS to modulesDavid Herrmann1-112/+13
2013-06-03HID: wiimote: convert BATTERY to moduleDavid Herrmann1-76/+4
2013-06-03HID: wiimote: convert KEYS and RUMBLE to modulesDavid Herrmann1-114/+20
2013-06-03HID: wiimote: add sub-device module infrastructureDavid Herrmann1-3/+121
2013-06-03HID: wiimote: wake up if output queue failedDavid Herrmann1-5/+19
2013-06-03HID: wiimote: use cached battery values on I/O failureDavid Herrmann1-7/+7
2013-06-03HID: wiimote: add device detectionDavid Herrmann1-1/+152
2013-06-03HID: wiimote: keep HID device openDavid Herrmann1-37/+11
2013-06-03HID: wiimote: move queue handling into separate structDavid Herrmann1-24/+29
2013-06-03HID: wiimote: extend driver descriptionDavid Herrmann1-3/+3
2013-04-04HID: wiimote: parse reduced status reportsDavid Herrmann1-4/+27
2013-04-04HID: wiimote: add 2nd generation Wii Remote IDsDavid Herrmann1-0/+2
2013-04-04HID: wiimote: use unique battery namesDavid Herrmann1-1/+9
2013-01-03HID: Use module_hid_driver macroH Hartley Sweeten1-18/+1
2012-05-09HID: wiimote: Fix IR data parserDavid Herrmann1-11/+5
2012-02-07HID: wiimote: fix invalid power_supply_powers callJiri Kosina1-2/+2
2012-01-11Merge git://git.infradead.org/battery-2.6Linus Torvalds1-1/+9
2011-11-22HID: wiimote: Enable NO_INIT_REPORTS quirkDavid Herrmann1-0/+2
2011-11-22HID: wiimote: Remove module version numberDavid Herrmann1-3/+0
2011-11-22HID: wiimote: Allow direct DRM debug accessDavid Herrmann1-0/+2
2011-11-22HID: wiimote: Allow direct eeprom accessDavid Herrmann1-8/+2
2011-11-22HID: wiimote: Add debugfs support stubsDavid Herrmann1-0/+5
2011-11-22HID: wiimote: Add extension handler stubsDavid Herrmann1-0/+6
2011-11-22HID: wiimote: Add extension support stubDavid Herrmann1-4/+19
2011-11-22HID: wiimote: Add read-mem helpersDavid Herrmann1-0/+77
2011-11-22HID: wiimote: Move common symbols into headerDavid Herrmann1-131/+3
2011-11-22HID: wiimote: Rename driver to allow multiple source filesDavid Herrmann1-0/+1346
-rw-r--r--dictionaries/de_AT/description.xml4
-rw-r--r--dictionaries/de_AT/th_de_AT_v2.dat125517
-rw-r--r--dictionaries/de_AT/th_de_AT_v2.idx109961
-rw-r--r--dictionaries/de_CH/README_extension_owner.txt79
-rw-r--r--dictionaries/de_CH/README_th_de_CH_v2.txt2
-rw-r--r--dictionaries/de_CH/de_CH_frami.aff2
-rw-r--r--dictionaries/de_CH/de_CH_frami.dic313562
-rw-r--r--dictionaries/de_CH/description.xml4
-rw-r--r--dictionaries/de_CH/th_de_CH_v2.dat123926
-rw-r--r--dictionaries/de_CH/th_de_CH_v2.idx109958
-rw-r--r--dictionaries/de_DE/README_extension_owner.txt78
-rw-r--r--dictionaries/de_DE/README_th_de_DE_v2.txt2
-rw-r--r--dictionaries/de_DE/de_DE_frami.aff2
-rw-r--r--dictionaries/de_DE/de_DE_frami.dic313380
-rw-r--r--[-rwxr-xr-x]dictionaries/de_DE/description.xml4
-rw-r--r--dictionaries/de_DE/th_de_DE_v2.dat125517
-rw-r--r--dictionaries/de_DE/th_de_DE_v2.idx109961
-rw-r--r--dictionaries/en/README.txt (renamed from dictionaries/en_US/README.txt)10
-rw-r--r--[-rwxr-xr-x]dictionaries/en/README_en_AU.txt (renamed from dictionaries/en_AU/README_en_AU.txt)22
-rw-r--r--[-rwxr-xr-x]dictionaries/en/README_en_CA.txt (renamed from dictionaries/en_CA/README_en_CA.txt)0
-rw-r--r--dictionaries/en/README_en_GB.txt (renamed from dictionaries/en_GB/README_en_GB.txt)0
-rw-r--r--dictionaries/en/README_en_GB_thes.txt (renamed from dictionaries/en_GB/README_en_GB_thes.txt)0
-rw-r--r--dictionaries/en/README_en_US.txt (renamed from dictionaries/en_US/README_en_US.txt)0
-rw-r--r--dictionaries/en/README_en_ZA.txt (renamed from dictionaries/en_ZA/README_en_ZA.txt)0
-rw-r--r--[-rwxr-xr-x]dictionaries/en/README_hyph_en_GB.txt (renamed from dictionaries/en_GB/README_hyph_en_GB.txt)9
-rw-r--r--[-rwxr-xr-x]dictionaries/en/README_hyph_en_US.txt (renamed from dictionaries/en_US/README_hyph_en_US.txt)6
-rw-r--r--dictionaries/en/WordNet_license.txt (renamed from dictionaries/en_US/WordNet_license.txt)0
-rw-r--r--dictionaries/en/affDescription.txt (renamed from dictionaries/en_GB/affDescription.txt)0
-rw-r--r--[-rwxr-xr-x]dictionaries/en/changelog.txt (renamed from dictionaries/en_AU/changelog.txt)164
-rw-r--r--[-rwxr-xr-x]dictionaries/en/delzip (renamed from dictionaries/en_AU/delzip)0
-rw-r--r--[-rwxr-xr-x]dictionaries/en/description.xml (renamed from dictionaries/en_GB/description.xml)2
-rw-r--r--[-rwxr-xr-x]dictionaries/en/dictionaries.xcu (renamed from dictionaries/en_GB/dictionaries.xcu)0
-rw-r--r--[-rwxr-xr-x]dictionaries/en/en_AU.aff (renamed from dictionaries/en_AU/en_AU.aff)47
-rw-r--r--[-rwxr-xr-x]dictionaries/en/en_AU.dic (renamed from dictionaries/en_AU/en_AU.dic)386
-rw-r--r--[-rwxr-xr-x]dictionaries/en/en_CA.aff (renamed from dictionaries/en_CA/en_CA.aff)278
-rw-r--r--[-rwxr-xr-x]dictionaries/en/en_CA.dic (renamed from dictionaries/en_CA/en_CA.dic)0
-rw-r--r--dictionaries/en/en_GB.aff (renamed from dictionaries/en_GB/en_GB.aff)325
-rw-r--r--dictionaries/en/en_GB.dic (renamed from dictionaries/en_GB/en_GB.dic)740
-rw-r--r--dictionaries/en/en_US.aff (renamed from dictionaries/en_US/en_US.aff)279
-rw-r--r--dictionaries/en/en_US.dic (renamed from dictionaries/en_US/en_US.dic)0
-rw-r--r--dictionaries/en/en_ZA.aff (renamed from dictionaries/en_ZA/en_ZA.aff)285
-rw-r--r--dictionaries/en/en_ZA.dic (renamed from dictionaries/en_ZA/en_ZA.dic)386
-rw-r--r--dictionaries/en/hyph_en_GB.dic (renamed from dictionaries/en_GB/hyph_en_GB.dic)7708
-rw-r--r--[-rwxr-xr-x]dictionaries/en/hyph_en_US.dic (renamed from dictionaries/en_US/hyph_en_US.dic)1709
-rw-r--r--[-rwxr-xr-x]dictionaries/en/license.txt (renamed from dictionaries/en_AU/license.txt)2
-rw-r--r--dictionaries/en/makefile.mk (renamed from dictionaries/en_US/makefile.mk)50
-rw-r--r--[-rwxr-xr-x]dictionaries/en/manifest.xml (renamed from dictionaries/en_AU/manifest.xml)0
-rw-r--r--dictionaries/en/th_en_US_v2.dat350654
-rw-r--r--dictionaries/en/th_en_US_v2.idx145868
-rw-r--r--dictionaries/en_AU/makefile.mk74
-rw-r--r--dictionaries/en_CA/makefile.mk72
-rwxr-xr-xdictionaries/en_US/delzip0
-rwxr-xr-xdictionaries/en_US/dictionaries.xcu31
-rwxr-xr-xdictionaries/en_US/manifest.xml6
-rw-r--r--dictionaries/en_US/th_en_US_v2.zipbin4018580 -> 0 bytes-rw-r--r--dictionaries/en_ZA/VERSION_en_ZA.txt1
-rwxr-xr-xdictionaries/en_ZA/delzip0
-rwxr-xr-xdictionaries/en_ZA/dictionaries.xcu53
-rw-r--r--dictionaries/en_ZA/makefile.mk73
-rwxr-xr-xdictionaries/en_ZA/manifest.xml6
-rw-r--r--dictionaries/et_EE/README_hyph_et_EE.txt5
-rw-r--r--dictionaries/et_EE/eehyph.tex3714
-rw-r--r--dictionaries/et_EE/makefile.mk1
-rwxr-xr-xdictionaries/fr_FR/README_fr.txt68
-rwxr-xr-xdictionaries/fr_FR/README_hyph_fr.txt56
-rwxr-xr-xdictionaries/fr_FR/README_thes_fr.txt8
-rw-r--r--[-rwxr-xr-x]dictionaries/fr_FR/description.xml2
-rw-r--r--[-rwxr-xr-x]dictionaries/fr_FR/dictionaries.xcu8
-rw-r--r--dictionaries/fr_FR/fr.aff (renamed from dictionaries/fr_FR/fr_FR.aff)777
-rw-r--r--dictionaries/fr_FR/fr.dic (renamed from dictionaries/fr_FR/fr_FR.dic)37630
-rw-r--r--dictionaries/fr_FR/frhyph.tex1458
-rwxr-xr-xdictionaries/fr_FR/hyph_fr.dic (renamed from dictionaries/fr_FR/hyph_fr_FR.dic)0
-rw-r--r--dictionaries/fr_FR/makefile.mk11
-rwxr-xr-xdictionaries/fr_FR/thes_fr.dat (renamed from dictionaries/fr_FR/thes_fr_FR.dat)74
-rwxr-xr-xdictionaries/fr_FR/thes_fr.idx36206
-rwxr-xr-xdictionaries/fr_FR/thes_fr_FR.idx36206
-rw-r--r--dictionaries/hu_HU/README_hu_HU.txt11
-rw-r--r--dictionaries/hu_HU/README_hyph_hu_HU.txt5
-rw-r--r--dictionaries/hu_HU/README_th_hu_HU_v2.txt347
-rw-r--r--[-rwxr-xr-x]dictionaries/hu_HU/description.xml4
-rw-r--r--dictionaries/hu_HU/hu_HU.aff52310
-rw-r--r--dictionaries/hu_HU/hu_HU.dic138852
-rw-r--r--dictionaries/hu_HU/hyph_hu_HU.dic119037
-rw-r--r--dictionaries/it_IT/README_hyph_it_IT.txt2
-rw-r--r--dictionaries/ku_TR/MPL-1.1.txt470
-rw-r--r--dictionaries/ku_TR/README_ku_TR.txt47
-rwxr-xr-xdictionaries/ku_TR/delzip (renamed from dictionaries/en_GB/delzip)0
-rw-r--r--dictionaries/ku_TR/description.xml71
-rw-r--r--[-rwxr-xr-x]dictionaries/ku_TR/dictionaries.xcu (renamed from dictionaries/en_AU/dictionaries.xcu)6
-rw-r--r--dictionaries/ku_TR/ferheng.org.pngbin0 -> 2470 bytes-rw-r--r--dictionaries/ku_TR/gpl-3.0.txt674
-rw-r--r--dictionaries/ku_TR/ku_TR.aff234
-rw-r--r--dictionaries/ku_TR/ku_TR.dic4760
-rw-r--r--dictionaries/ku_TR/lgpl-2.1.txt504
-rw-r--r--dictionaries/ku_TR/license.txt9
-rw-r--r--dictionaries/ku_TR/makefile.mk (renamed from dictionaries/en_GB/makefile.mk)27
-rw-r--r--[-rwxr-xr-x]dictionaries/ku_TR/manifest.xml (renamed from dictionaries/en_GB/manifest.xml)0
-rw-r--r--dictionaries/no/README_hyph_NO.txt12
-rw-r--r--dictionaries/no/makefile.mk5
-rwxr-xr-xdictionaries/pl_PL/README_en.txt126
-rw-r--r--dictionaries/pl_PL/makefile.mk1
-rw-r--r--dictionaries/pl_PL/plhyph.tex4170
-rw-r--r--dictionaries/prj/build.lst9
-rw-r--r--dictionaries/pt_BR/README_en.TXT59
-rw-r--r--dictionaries/pt_BR/README_hyph_pt_BR.TXT709
-rw-r--r--dictionaries/pt_BR/README_pt_BR.txt378
-rw-r--r--dictionaries/pt_BR/copyright.txt7
-rw-r--r--[-rwxr-xr-x]dictionaries/pt_BR/description.xml11
-rw-r--r--[-rwxr-xr-x]dictionaries/pt_BR/dictionaries.xcu66
-rwxr-xr-xdictionaries/pt_BR/hyph_pt_BR.dic4323
-rw-r--r--dictionaries/pt_BR/makefile.mk5
-rw-r--r--dictionaries/pt_BR/pt_BR.aff51522
-rw-r--r--dictionaries/pt_BR/pt_BR.dic614800
-rw-r--r--dictionaries/ro/README_EN.txt2
-rw-r--r--dictionaries/ro/README_RO.txt2
-rw-r--r--dictionaries/ro/description.xml2
-rw-r--r--dictionaries/ro/makefile.mk12
-rw-r--r--dictionaries/ro/ro_RO.aff2
-rw-r--r--dictionaries/ro/ro_RO.dic40
-rw-r--r--dictionaries/ro/th_ro_RO_v2.dat65330
-rw-r--r--dictionaries/ro/th_ro_RO_v2.idx94190
-rw-r--r--dictionaries/sk_SK/LICENSE.txt (renamed from dictionaries/sk_SK/README_sk_SK.txt)930
-rw-r--r--dictionaries/sk_SK/README_en.txt24
-rw-r--r--dictionaries/sk_SK/README_sk.txt25
-rw-r--r--dictionaries/sk_SK/README_th_sk_SK_v2.txt55
-rw-r--r--[-rwxr-xr-x]dictionaries/sk_SK/description.xml44
-rw-r--r--[-rwxr-xr-x]dictionaries/sk_SK/dictionaries.xcu19
-rw-r--r--dictionaries/sk_SK/hyph_sk_SK.dic2468
-rw-r--r--dictionaries/sk_SK/iconsk3.pngbin0 -> 5150 bytes-rw-r--r--dictionaries/sk_SK/makefile.mk26
-rw-r--r--[-rwxr-xr-x]dictionaries/sk_SK/manifest.xml0
-rw-r--r--dictionaries/sk_SK/release_en.txt10
-rw-r--r--dictionaries/sk_SK/release_sk.txt11
-rw-r--r--dictionaries/sk_SK/sk_SK.aff3718
-rw-r--r--dictionaries/sk_SK/sk_SK.dic418923
-rw-r--r--dictionaries/sk_SK/th_sk_SK_license.txt22
-rw-r--r--dictionaries/sk_SK/th_sk_SK_v2.dat27958
-rw-r--r--dictionaries/sk_SK/th_sk_SK_v2.idx12999
-rw-r--r--dictionaries/sk_SK/th_sk_SK_v2.zipbin179774 -> 0 bytes-rw-r--r--[-rwxr-xr-x]dictionaries/sv_SE/description.xml57
-rw-r--r--dictionaries/sv_SE/sv_SE.aff5
-rw-r--r--dictionaries/sv_SE/sv_SE.dic3950
151 files changed, 2481409 insertions, 1699508 deletions
diff --git a/dictionaries/da_DK/README_da_DK.txt b/dictionaries/da_DK/README_da_DK.txt
index 5b0500f..ca4a67c 100644
--- a/dictionaries/da_DK/README_da_DK.txt
+++ b/dictionaries/da_DK/README_da_DK.txt
@@ -1,5 +1,5 @@
Stavekontrolden - Danish dictionary files for Hunspell
-Version 1.4 - 2009-09-25
+Version 1.5 - 2010-03-27
da_DK.dic, da_DK.aff: © 2009 Foreningen for frit tilgængelige sprogværktøjer
http://www.stavekontrolden.dk
These files are published under the following open source licenses:
diff --git a/dictionaries/da_DK/da_DK.aff b/dictionaries/da_DK/da_DK.aff
index 30a3c2b..153b0fc 100644
--- a/dictionaries/da_DK/da_DK.aff
+++ b/dictionaries/da_DK/da_DK.aff
@@ -1,4 +1,4 @@
-#Stavekontrolden version 1.4
+#Stavekontrolden version 1.5
#Denne fil er en del af Stavekontrolden - et softwareprodukt, der gør det muligt at stavekontrollere på dansk.
#Copyright (C) 2009 Foreningen for frit tilgængelige sprogværktøjer
@@ -32,7 +32,7 @@ WORDCHARS -
#Undlad at foreslå opdeling af ord - opdeling vil forårsage flere fejl end det vil afhjælpe
NOSPLITSUGS
-REP 96
+REP 99
REP k g
REP g k
REP b p
@@ -129,6 +129,9 @@ REP je æ #kjekke kække
REP le ti #stalestikkerne -> statistikkerne
REP op efter #opfølgeren -> efterfølgeren
REP ede te #låsede -> låste
+REP i i_ #iaften -> i aften
+REP hen hen_ #henover -> hen over
+REP ved ved_ #vedlige -> ved lige
#Verbum, svagt bøjet, -ede i datid
@@ -417,7 +420,7 @@ SFX 55 0 es s +GENITIV
SFX 70 Y 5
SFX 70 0 s/944 [^s] +GENITIV
SFX 70 0 es/944 s +GENITIV
-SFX 70 0 ’s/944 s +GENITIV
+SFX 70 0 's/944 s +GENITIV
SFX 70 0 '/944 s +GENITIV
SFX 70 0 es/944 s +GENITIV
#Substantiv, flertal, med -er
@@ -1461,4 +1464,4 @@ SFX 437 0 er/946,943,945 .
#Sammensætning, fugeelement -ne-
SFX 449 Y 2
SFX 449 0 ne/946,945,942 .
-SFX 449 0 ne/946,943,945 . \ No newline at end of file
+SFX 449 0 ne/946,943,945 .
diff --git a/dictionaries/da_DK/da_DK.dic b/dictionaries/da_DK/da_DK.dic
index 1a2c8d1..ec18b13 100644
--- a/dictionaries/da_DK/da_DK.dic
+++ b/dictionaries/da_DK/da_DK.dic