summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukbd.c
AgeCommit message (Expand)Author
2000-06-01Bring the coding style into the 80s, i.e., get rid of __P and useaugustss
2000-04-27Change my email address.augustss
2000-03-27Change (almost) all static to Static. The symbol `Static' can then be definedaugustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-02-29Distinguish between device and interface classes.augustss
2000-02-02Generate usb events on attach and detach.augustss
2000-01-19Add an argument to usbd_open_pipe_intr() to specify the polling intervalaugustss
2000-01-16Add a DPRINTF on keyboard errors.augustss
2000-01-16Let usbd_set_polling() work on a usbd_device_handle instead ofaugustss
1999-12-06Cosmetics and a couple of diagnostic messages.augustss
1999-12-01Done something half sensible if a USB console keyboard is unplugged insteadaugustss
1999-11-26Cosmetic changes.augustss
1999-11-12Hide function definition within ifdef's is becomes active in.mjacob
1999-11-12A number of stylistic changes to increase readability (many suggestedaugustss
1999-10-13Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> soaugustss
1999-10-12Add an event mechanism so that a userland process can watch devices comeaugustss
1999-09-12Dot't forget to deactivate subdevices.augustss
1999-09-05Change the way the `struct device' base part of all driver softc areaugustss
1999-09-04Change the way the direction is extracted from the endpoint descriptor.augustss
1999-08-28Change some 'struct device' to 'bdevice'. From FreeBSD.augustss
1999-08-23Make sure to mark the device as dying already in the (de)activate routine.augustss
1999-08-14Some changes from FreeBSD (no functional differences).augustss
1999-07-24More DIAGNOSTIC messages.augustss
1999-06-30Totally redo the way device detach is done. It now uses a kernel eventaugustss
1999-06-26Remove unneeded #include.augustss
1999-06-14Get rid of a bunch of code that was part of an old USBDI proposal, but thataugustss
1999-06-11If we're the console keyboard, automatically enable the keyboard.wrstuden
1999-06-10Add more debug.augustss
1999-05-14Fix debug printf.augustss
1999-05-13Rework the way ukbd attaches itself as the console (again). We now allowthorpej
1999-05-09Call ws routines at spltty() from interrupt routines.augustss
1999-05-06Add a way for machine-dependent code to tell a USB controller that itthorpej
1999-01-13Fix transpostion in translation table for XT scan codes.augustss
1999-01-10Make sure to check the modifier map for the windows keys.augustss
1999-01-10Fix buglets in translation to raw scancodes.augustss
1999-01-10Update/add URLs to relevant USB specs.augustss
1999-01-10Move a declaration.augustss
1999-01-10Use a special map for USB key code translation instead of first translatingaugustss
1999-01-09there is no "cnattach" member in "struct wskbd_accessops" (yet?)drochner
1999-01-08Various little fixes from the FreeBSD version.augustss
1998-12-30Implement autorepeat in raw keyboard mode.augustss
1998-12-30Implement raw keyboard mode for X.augustss
1998-12-29Add some #if 0 code for keyboard console attachment.augustss
1998-12-28Cosmetics.augustss
1998-12-26Merge changes to make the USB stack work with FreeBSD. The originalaugustss
1998-12-10Take care of some lines > 80 chars.augustss
1998-12-09Improvement to the ugen driver.augustss
1998-12-02Even shorter printfs at attach.augustss
1998-12-02Avoid wrapping lines in attach printfs.augustss
1998-11-25Make the copyright header conform to the NetBSD template.augustss