summaryrefslogtreecommitdiff
path: root/sys/dev/usb/ukbd.c
AgeCommit message (Expand)Author
2003-03-11Update URLs for the HID spec.augustss
2002-10-09Make sure we are at splusb() while polling.augustss
2002-09-23Remove breaks after returns, unreachable returns and returns aftersimonb
2002-07-11Get rid of trailing white space.augustss
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2001-12-31Make a typedef for struct proc to make portingeasier.augustss
2001-12-30A little more debug.augustss
2001-12-30Fix typo.augustss
2001-12-29Remove garbage.augustss
2001-12-29Add some missing scan code translations. Docs from Microsoft via Perry Metzger.augustss
2001-12-28Introduce an extra driver level for HID devices, uhidev. This uhidev driveraugustss
2001-11-28use #ifdef DDB (for consistency with the rest of the kernel)lukem
2001-11-15usbd_interface2device_handle() cannot fail.augustss
2001-11-13add RCSIDslukem
2001-11-07Add a workaround for broken ports (e.g. macppc) that do not callaugustss
2001-10-28Use the usb callout macros.augustss
2001-10-24If we are the console and we have DDB then events must not be deliveredaugustss
2001-10-24Make sure interrupt pipe is closed when detaching console keyboard.augustss
2001-09-28Only clear the endpoint on stall (from FreeBSD).augustss
2001-04-06Allow a UKBD_LAYOUT option to determine the default keyboard layout.augustss
2001-02-21make some more constant arrays 'const'jdolecek
2001-01-23Make sure driver attach/detach events are generated in a consistent manner.augustss
2000-12-29Update many URLs.augustss
2000-08-20Implement handling of the UQ_SPUR_BUT_UP quirk. Some keyboards sometimesaugustss
2000-08-17Add two keys to the raw mapping for German keyboards.augustss
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