# # ChangeLog for uspace/drv/hid in mainline # # Generated by Trac 1.6 # 2025-10-10T00:21:02Z Mon, 20 Nov 2017 10:06:59 GMT Jiri Svoboda [c657bd7] * uspace/drv/char/i8042/buffer.h (modified) * uspace/drv/char/i8042/i8042.c (modified) * uspace/drv/char/pl050/pl050.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) Less is sometimes more. Need chardev_read to be able to return less ... Sun, 19 Nov 2017 21:14:19 GMT Jiri Svoboda [5d50c419] * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/include/io/chardev.h (modified) Chardev API should separate error code from number of bytes ... Sat, 18 Nov 2017 20:11:27 GMT Jiri Svoboda [75fcf9b] * uspace/drv/hid/adb-kbd/adb-kbd.c (modified) Undo collateral damage. Sat, 18 Nov 2017 20:06:15 GMT Jiri Svoboda [15c5418] * uspace/drv/hid/adb-kbd/adb-kbd.c (modified) * uspace/drv/hid/atkbd/atkbd.c (modified) * uspace/drv/hid/atkbd/atkbd.h (modified) * uspace/drv/hid/ps2mouse/main.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.c (modified) * uspace/drv/hid/ps2mouse/ps2mouse.h (modified) * uspace/drv/hid/xtkbd/xtkbd.c (modified) * uspace/drv/hid/xtkbd/xtkbd.h (modified) * uspace/lib/c/generic/io/chardev.c (modified) * uspace/lib/c/include/io/chardev.h (modified) chardev_open, chardev_close. Mon, 13 Nov 2017 18:07:46 GMT Jiri Svoboda [a2afd8f] * .gitignore (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/bus/adb/cuda_adb/cuda_adb.c (modified) * uspace/drv/char/msim-con/msim-con.h (modified) * uspace/drv/hid/adb-kbd/Makefile (added) * uspace/drv/hid/adb-kbd/adb-kbd.c (added) * uspace/drv/hid/adb-kbd/adb-kbd.h (added) * uspace/drv/hid/adb-kbd/adb-kbd.ma (added) * uspace/drv/hid/adb-kbd/ctl.c (moved) * uspace/drv/hid/adb-kbd/ctl.h (added) * uspace/drv/hid/adb-kbd/main.c (added) * uspace/drv/hid/adb-mouse/Makefile (added) * uspace/drv/hid/adb-mouse/adb-mouse.c (added) * uspace/drv/hid/adb-mouse/adb-mouse.h (moved) * uspace/drv/hid/adb-mouse/adb-mouse.ma (added) * uspace/drv/hid/adb-mouse/main.c (added) * uspace/srv/hid/input/Makefile (modified) * uspace/srv/hid/input/input.c (modified) * uspace/srv/hid/input/kbd_ctl.h (modified) * uspace/srv/hid/input/kbd_port.h (modified) * uspace/srv/hid/input/mouse_port.h (modified) * uspace/srv/hid/input/mouse_proto.h (modified) * uspace/srv/hid/input/port/adb.c (deleted) * uspace/srv/hid/input/port/adb_mouse.c (deleted) Move ADB keyboard and mouse support to separate drivers. Sun, 12 Nov 2017 00:23:46 GMT Jiri Svoboda [53b9f2c] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/ppc32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/block/usbmast/Makefile (moved) * uspace/drv/block/usbmast/bo_trans.c (moved) * uspace/drv/block/usbmast/bo_trans.h (moved) * uspace/drv/block/usbmast/cmdw.c (moved) * uspace/drv/block/usbmast/cmdw.h (moved) * uspace/drv/block/usbmast/main.c (moved) * uspace/drv/block/usbmast/scsi_ms.c (moved) * uspace/drv/block/usbmast/scsi_ms.h (moved) * uspace/drv/block/usbmast/usbmast.h (moved) * uspace/drv/block/usbmast/usbmast.ma (moved) * uspace/drv/hid/usbhid/Makefile (moved) * uspace/drv/hid/usbhid/blink1/blink1.c (moved) * uspace/drv/hid/usbhid/blink1/blink1.h (moved) * uspace/drv/hid/usbhid/generic/hiddev.c (moved) * uspace/drv/hid/usbhid/generic/hiddev.h (moved) * uspace/drv/hid/usbhid/kbd/conv.c (moved) * uspace/drv/hid/usbhid/kbd/conv.h (moved) * uspace/drv/hid/usbhid/kbd/kbddev.c (moved) * uspace/drv/hid/usbhid/kbd/kbddev.h (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.c (moved) * uspace/drv/hid/usbhid/kbd/kbdrepeat.h (moved) * uspace/drv/hid/usbhid/main.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.c (moved) * uspace/drv/hid/usbhid/mouse/mousedev.h (moved) * uspace/drv/hid/usbhid/multimedia/keymap.c (moved) * uspace/drv/hid/usbhid/multimedia/keymap.h (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.c (moved) * uspace/drv/hid/usbhid/multimedia/multimedia.h (moved) * uspace/drv/hid/usbhid/subdrivers.c (moved) * uspace/drv/hid/usbhid/subdrivers.h (moved) * uspace/drv/hid/usbhid/usbhid.c (moved) * uspace/drv/hid/usbhid/usbhid.h (moved) * uspace/drv/hid/usbhid/usbhid.ma (moved) Move usbhid and usbmast alongide hid and block drivers, respectively. Fri, 10 Nov 2017 19:23:32 GMT Jiri Svoboda [d420b22] * .bzrignore (modified) * boot/arch/amd64/Makefile.inc (modified) * boot/arch/arm32/Makefile.inc (modified) * boot/arch/ia64/Makefile.inc (modified) * boot/arch/mips32/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/hid/atkbd/Makefile (moved) * uspace/drv/hid/atkbd/atkbd.c (moved) * uspace/drv/hid/atkbd/atkbd.h (moved) * uspace/drv/hid/atkbd/atkbd.ma (moved) * uspace/drv/hid/atkbd/main.c (moved) * uspace/drv/hid/ps2mouse/Makefile (moved) * uspace/drv/hid/ps2mouse/main.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.c (moved) * uspace/drv/hid/ps2mouse/ps2mouse.h (moved) * uspace/drv/hid/ps2mouse/ps2mouse.ma (moved) * uspace/drv/hid/xtkbd/Makefile (moved) * uspace/drv/hid/xtkbd/main.c (moved) * uspace/drv/hid/xtkbd/xtkbd.c (moved) * uspace/drv/hid/xtkbd/xtkbd.h (moved) * uspace/drv/hid/xtkbd/xtkbd.ma (moved) Move keyboard and mouse drivers to a separate HID directory.