History log of /barrelfish-master/lib/usb/class/usb_hid.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 16937d0b 12-Mar-2014 Gerd Zellweger <mail@gerdzellweger.com>

Make everything compile for 32bit.

Fixes mostly printf specifiers all over the source tree.


# d88dd1f0 12-Mar-2014 Gerd Zellweger <mail@gerdzellweger.com>

Make everything compile for 32bit.

Fixes mostly printf specifiers all over the source tree.


# f91522ca 17-Jul-2013 Reto Achermann <acreto@student.ethz.ch>

Cleaned up the USB library


# 7a9467cb 20-Jun-2013 Reto Achermann <acreto@student.ethz.ch>

Working solution with idle rate 48ms.
Fixed some bugs in the handling of transfers


# 871a64f0 18-Jun-2013 Reto Achermann <acreto@student.ethz.ch>

first key code processing


# 70386a29 17-Jun-2013 Reto Achermann <acreto@student.ethz.ch>

Added: channel to the driver for complete callbacks...


# 43c0f83b 16-Jun-2013 Reto Achermann <acreto@student.ethz.ch>

Keyboard driver connection to usb manager, fixed requests and alignments


# 640a3036 25-May-2013 Reto Achermann <acreto@student.ethz.ch>

IRQ handling with hardcoded IRQ id (ehci interrupt) in monitor.

Interrupt handling on usb_manager level i.e. the host controller interrupt handlers
are called.

--HG--
rename : include/usb/class/usb_hub_request.h => include/usb/class/usb_hub.h
rename : usr/drivers/usb/usb_manager/usb_hub.c => usr/drivers/usb/usb_manager/hub/usb_hub.c
rename : usr/drivers/usb/usb_manager/usb_hub.h => usr/drivers/usb/usb_manager/hub/usb_hub.h


# 86c921fc 21-May-2013 Reto Achermann <acreto@student.ethz.ch>

usb keyboard driver additions


# 3d1903ab 20-May-2013 Reto Achermann <acreto@student.ethz.ch>

Added files for HID support. Added service export for keyboard.

--HG--
rename : include/usb/class/usb_hdi_request.h => include/usb/class/usb_hid.h
rename : lib/usb/class/usb_hub_request.c => lib/usb/class/usb_hub.c