takemura
caf5e03906
Add Mobile Pro 780 own keymap. This resolves the arrow key problem on
...
Mobile Pro 780.
2001-04-18 14:01:06 +00:00
thorpej
669641cb9d
splimp -> splvm (it's questionable whether or not this is really
...
the right level at all -- maybe splhigh? Anyway, XXX comment added
as well).
2001-04-12 19:45:25 +00:00
jdolecek
745ab257dc
Put back all header files defining ioctls
2001-04-11 19:07:36 +00:00
jdolecek
372e5956ef
Only install headers which are actually used by our userland. This
...
saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@
recently.
I HOPE to get the list right. The headers I left in are ones
used for MI tools and those whose usage I discovered by grep over tree sources.
Feel free to put needed includes back in if you encounter anything which
should not be removed from lists.
2001-04-11 07:42:31 +00:00
sato
a71959e501
fix KS_Cmd_Screen* in sigmarion_cmdmap[].
2001-04-09 16:05:53 +00:00
sato
5531835e99
add MobilePro770 cmdmap.
2001-04-05 11:37:18 +00:00
sato
6c5da9bd76
o Change initialization for config_hook() base lcd control.
...
o Fix backlight control in case that light is controlable but not be
able to get status.
o change some verbose prints.
2001-03-26 09:40:45 +00:00
uch
2f3cc13258
add HP 620LX Japanese model keymap.
2001-03-24 17:33:12 +00:00
uch
51243a1c74
add Hugarian and German keymap
...
patch by Laszlo Szabo <rka@rka.hu>
2001-03-22 18:37:32 +00:00
sato
daf7016248
* enable HPCFB_MULTI codes.
...
* delete unneed non HPCFB_MULTI codes.
2001-03-17 14:59:33 +00:00
sato
ee1d25e7bd
* assume backlight is on if backlight value cannot get.
...
* move the lcd control codes used config_hook_call()
in *_hardpower() to *_power().
2001-03-12 08:54:25 +00:00
sato
80214041c7
support WSDISPLAYIO_SVIDEO/WSDISPLAYIO_GVIDEO.
...
lcd on/off
2001-03-09 08:54:18 +00:00
takemura
49cddb00a7
Add platform id and keymap for CASIO PocketPostPet.
2001-03-04 03:40:39 +00:00
takemura
817d2a2ce1
Fix key codes of arrow keys:
...
72(KS_KP_Up) -> 200(KS_Up)
75(KS_KP_Left) -> 203(KS_Left)
77(KS_KP_Right) -> 205(KS_Right)
80(KS_KP_Down) -> 208(KS_Down)
in 11 keymaps:
tc5165_telios_jp
tc5165_compaq_c_jp
m38813c_keymap
mcr_jp
z50
tripad
mccs
mobilepro
mobilepro750c
intertop
sigmarion_jp
2001-03-04 03:04:30 +00:00
uch
b36a55093a
HP Jornada 680 Japanese model keymap.
2001-03-02 19:19:34 +00:00
uch
2485a882f2
if catch unknown scancode, print its row and column.
2001-03-01 16:41:36 +00:00
sato
b8e5bc569c
* add WSDISPLAYIO_PARAM_BACKLIGHT, WSDISPLAYIO_PARAM_CONTRAST,
...
WSDISPLAYIO_PARAM_BRIGHTNESS supports.
2001-02-27 08:54:17 +00:00
uch
38626ea224
add HP Jornada 690 Japanese model keymap.
2001-02-24 19:52:22 +00:00
uch
edde743dc9
replace mips_btop, mips_ptob with mips, sh, arm common define.
...
ANSIfy and de-__P()
2001-02-24 19:51:20 +00:00
uch
b81de58f77
I forgot to move Makefile.
2001-02-23 14:08:54 +00:00
uch
659f65e0ee
hpc common files are moved to dev/hpc.
2001-02-22 18:37:54 +00:00
uch
85fcf16be0
fix flag.
2001-02-12 17:55:09 +00:00
uch
f19685fa10
I forgot to initialize bicons for hpcmips.
2001-02-09 20:42:27 +00:00
uch
9f7e4a2f04
add hpcmips/hpcsh common device directory
...
put bicons. (builtin console driver that don't require actual device driver)
2001-02-09 19:43:23 +00:00