aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleaning up, improving _detach, removing ominous warning (msmith)Nick Hibma1999-01-211-9/+22
* Added ioctl interfaceNick Hibma1999-01-211-2/+24
* Removal unneccessary definitionsNick Hibma1999-01-141-9/+5
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-148-13/+31
* Added Entrega Parallel and Serial Connectors to the informationNick Hibma1999-01-142-4/+26
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-135-11/+11
* 1) Bug fix: Interrupt transfers worked only for the first packet.Nick Hibma1999-01-131-12/+17
* Cast argument to avoid warning.Eivind Eklund1999-01-121-1/+1
* %b takes ints, not u_longs.Eivind Eklund1999-01-121-4/+4