aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* Forgot one.Nick Hibma1999-04-211-1/+1
* Remove feature creep: STAILQ_REMOVE_HEAD_UNTIL added it for convenienceNick Hibma1999-04-202-0/+16
* 1) Change printf's into DPRINTF.Nick Hibma1999-04-202-85/+96
* Add defines for Mass Storage Bulk-Only and COmmun. Class devices.Nick Hibma1999-04-201-19/+37
* Enclose .hcidebug in '#ifdef N.HCI'Nick Hibma1999-04-201-6/+20
* 1) Add Rockfire vendor and gamepad product (MAEKAWA Masahide)Nick Hibma1999-04-193-20/+73
* UHCI_DEBUG should of course be OHCI_DEBUGNick Hibma1999-04-171-13/+12
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-1618-216/+234
* 1) Make debugging more selective.Nick Hibma1999-04-1118-201/+180
* Applied patch for ukbd disconnect. Disconnect not fully functionalNick Hibma1999-04-111-66/+99
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &Nick Hibma1999-04-111-5/+6
* Remove unit from struct. Not used anymore.Nick Hibma1999-04-112-2/+0
* Reenable the recursive disconnection from a hub. Stop gap solutionNick Hibma1999-04-111-7/+9
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.Nick Hibma1999-04-111-2/+5
* 1) Add Lucent USS-720 eval kitNick Hibma1999-04-082-2/+18
* 1) Add AKS USB-HASP 0.6Nick Hibma1999-04-082-15/+38
* Add the Lucent USS-720 ISD Smart Cable.Mike Smith1999-04-082-0/+10
* Added macro logprintfNick Hibma1999-04-071-0/+4
* fix typoNick Hibma1999-04-061-2/+2
* 1) Add the defines for the Mass Storage classNick Hibma1999-04-051-10/+23
* change wrong names in prototypes (pipe to dev)Nick Hibma1999-04-051-3/+3
* Add the defines for the Iomega Zip 100 driveNick Hibma1999-04-052-0/+16
* bugfix: initialise timeout for usbd_device_request as well.Nick Hibma1999-04-051-3/+4
* added vision cameraNick Hibma1999-03-312-0/+16
* Cleaning up of code, remove unneeded cruft and makeNick Hibma1999-03-272-127/+90
* Added a number of device names: Konica, Microsoft, MacallyNick Hibma1999-03-242-0/+39
* Check whether the PIRQD enable bit is set in LegSup and if not, set it.Nick Hibma1999-03-231-8/+17
* 1) clean up debugging outputNick Hibma1999-03-232-12/+6
* Cosmetical changes.Nick Hibma1999-03-227-13/+14
* Implementation of the keyboard driver.Nick Hibma1999-03-221-426/+1247
* Moved timeout initialisation a bit earlier in the process. TheNick Hibma1999-03-221-8/+9
* Move untimeout up before call to uhci_ii_done, avoids panic inNick Hibma1999-03-081-4/+1
* Bug fix: Trap 12 when ugen not present and therefore unattached physicalNick Hibma1999-02-211-2/+7
* Device unload code is broken, disabled. Requires a bit of redesign on theNick Hibma1999-02-211-5/+16
* make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.Nick Hibma1999-02-211-57/+111
* Bug fix: devcount was running from [count..0], should be [count-1..0]Nick Hibma1999-02-201-1/+1
* 1) In polling mode (during boot) the callout_handle wasn'tNick Hibma1999-02-191-24/+11
* Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after SorenNick Hibma1999-02-182-0/+458
* Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572Nick Hibma1999-02-181-11/+8
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)Nick Hibma1999-02-151-0/+8
* Added more verbose debugging output to uhci_runNick Hibma1999-02-151-2/+26
* Added UHCI_LEGSUP to uhcireg.hNick Hibma1999-01-311-0/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-286-14/+14
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-2/+2
* add LEGSUP to uhci_dumpregsNick Hibma1999-01-221-4/+7
* forgotten in previous commit: Lowered default debug levelNick Hibma1999-01-221-1/+1
* Fixed disconnect for umouseNick Hibma1999-01-221-2/+7
* Textual changesNick Hibma1999-01-2227-62/+84
* Fixed bug in disconnect handling in uhub.cNick Hibma1999-01-221-4/+5
* Fixed bug that made UHCI controllers fail to start.Nick Hibma1999-01-211-4/+9