diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-10 03:24:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-10 03:24:12 +0000 |
commit | 2427fe5ac44f39555ca3b1fee8e0a234917cbe96 (patch) | |
tree | 645d2eb99781cb79ea1ddf3514b29cef996b4ea1 /packages/linux-input/files/snes232.patch | |
parent | 931b88d4f952a2fbba63d9cbfbe6e5816cacfa95 (diff) | |
parent | 8bc640253e3402ed705484106527fa8f437e99e8 (diff) |
merge of 050df893918bae2f4a6a2cb3fcdc9f0ee8e8ee04
and 1819e7c9879b392cfb2bdae2cd3d9d59c7e28a49
Diffstat (limited to 'packages/linux-input/files/snes232.patch')
-rw-r--r-- | packages/linux-input/files/snes232.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/linux-input/files/snes232.patch b/packages/linux-input/files/snes232.patch new file mode 100644 index 0000000000..95523e4569 --- /dev/null +++ b/packages/linux-input/files/snes232.patch @@ -0,0 +1,10 @@ +--- inputattach.c.old 2004-10-09 23:17:27.000000000 +0100 ++++ inputattach.c 2004-10-09 23:17:37.000000000 +0100 +@@ -369,6 +369,7 @@ + { "--ps2serkbd", "-ps2ser", B1200, CS8, SERIO_PS2SER, 0x00, 1, NULL }, + { "--twiddler", "-twid", B2400, CS8, SERIO_TWIDKBD, 0x00, 0, twiddler_init }, + { "--twiddler-joy", "-twidjoy", B2400, CS8, SERIO_TWIDJOY, 0x00, 0, twiddler_init }, ++{ "--snes232", "-pad", B115200, CS8, SERIO_SNES232, 0x00, 0, NULL }, + { "--dump", "-dump", B2400, CS8, 0, 0x00, 0, dump_init }, + { "", "", 0, 0 } + |