]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb/input/ukbd.c
Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this had
[FreeBSD/FreeBSD.git] / sys / dev / usb / input / ukbd.c
2010-04-22 thompsaChange USB_DEBUG to #ifdef and allow it to be turned...
2010-04-14 gavinUse the UIPROTO_BOOT_KEYBOARD #define from usb.h rather...
2010-03-28 thompsaDo not swap Apple keys when detecting Apple-FN keyboards.
2010-03-22 delphijUpdate to zlib 1.2.4 and add versioned symbols to the
2010-03-19 delphijCreate a custom branch where I will be able to do the...
2010-03-13 simonMerge OpenSSL 0.9.8m into head.
2010-03-11 thompsaextend search for Apple Function Key.
2010-03-09 desUpgrade to OpenSSH 5.4p1.
2010-03-05 jkimMerge ACPICA 20100304.
2010-03-03 joelThe NetBSD Foundation has granted permission to remove...
2010-02-28 rajMerge DTC-d75b33af.
2010-02-14 thompsaDetect when we are polling from kernel via cngetc(...
2010-01-06 impMerge from head at r201628.
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
2009-11-26 thompsaRemove overuse of exclamation marks in kernel printfs...
2009-11-22 thompsaProvide tunables for some of the usb sysctls that affec...
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 gonzoMFC @199204
2009-11-11 nwhitehornReduce probe priority of USB input devices to BUS_PROBE...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-15 thompsaOnly poll ukbd if KDB is active.
2009-10-12 hrsFix the 106/109 USB Japanese keyboard "underscore"...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-11 jkimMFV: r196804
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 gonzo- MFC from head@196987
2009-08-24 alfred - patch for cordump slowdown. Avoid using DELAY...
2009-08-20 jhbTemporarily revert the new-bus locking for 8.0 release...
2009-08-04 gonzo- MFC @196061
2009-08-02 attilioMake the newbus subsystem Giant free by adding the...
2009-07-30 alfredUSB CORE:
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-03 gonzo- MFC
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-23 thompsa- Make struct usb_xfer opaque so that drivers can not...
2009-06-15 thompsas/usb2_/usb_|usbd_/ on all function names for the USB...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 thompsaMake variables static where appropriate.
2009-06-12 thompsaCheck for a keyboard HID report in addition to the...
2009-06-12 gonzo- Merge from HEAD
2009-06-05 jkimImport ACPICA 20090521.
2009-06-04 thompsaRemove duplicate variable setting.
2009-06-03 jkimResync with head.
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 thompsaStaticize ukbd_detach and fix indentation.
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-29 thompsas/usb2_/usb_/ on all typedefs for the USB stack.
2009-05-28 thompsas/usb2_/usb_/ on all C structs for the USB stack.
2009-05-27 thompsaAdd support for the Apple MacBook Pro keyboard
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-26 gonzoMerge from HEAD
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-21 thompsaRename the usb sysctl tree from hw.usb2.* back to hw...
2009-05-21 thompsa- rename usb2_mode to usb_mode [1]
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-19 rwatsonMerge OpenBSM 1.1 from OpenBSM vendor branch to head.
2009-04-13 gonzo- Merge from HEAD
2009-04-05 thompsaMFp4 //depot/projects/usb@159909
2009-03-21 rpauloMerge libpcap 1.0.0.
2009-03-21 rpauloMerge tcpdump 4.0.0 from the vendor branch.
2009-03-12 impUpdate the projects tree to a newer FreeBSD current.
2009-03-11 dfrMerge in support for Xen HVM on amd64 architecture.
2009-03-02 thompsaRename the ushub device class back to uhub as it was...
2009-03-02 samconnect vendor wpa area to contrib
2009-02-23 thompsaMove the new USB stack into its new home.