[Type] Feature
[Module] device driver/AT keyboard
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
"AT Set 2 Extra keyboard");
else
snprintf(atkbd->name, sizeof(atkbd->name),
- "AT %s Set %d keyboard",
+// "AT %s Set %d keyboard",
+ "AT %s Set %d HardKeys", // by dhhong to support Hardkey via udev
atkbd->translated ? "Translated" : "Raw", atkbd->set);
snprintf(atkbd->phys, sizeof(atkbd->phys),
/bin/mknod /new_root/dev/input/event3 c 13 67
/bin/mknod /new_root/dev/input/event4 c 13 68
(cd /new_root/dev/input && /bin/ln -s event1 touchscreen0)
-(cd /new_root/dev && /bin/ln -s input/event2 smotion)
+(cd /new_root/dev/input && /bin/ln -s event2 keyboard0)
+(cd /new_root/dev && /bin/ln -s input/event3 smotion)
/bin/mknod /new_root/dev/mixer c 14 0
/bin/mknod /new_root/dev/sequencer c 14 1