summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
Commit message (Expand)AuthorAgeFilesLines
* UHCI_DEBUG should of course be OHCI_DEBUGn_hibma1999-04-171-13/+12
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-1618-218/+236
* 1) Make debugging more selective.n_hibma1999-04-1118-201/+180
* Applied patch for ukbd disconnect. Disconnect not fully functionaln_hibma1999-04-111-66/+99
* USBD_STALLED bit checking was inconsistent. Mixed use of == and &n_hibma1999-04-111-5/+6
* Remove unit from struct. Not used anymore.n_hibma1999-04-112-2/+0
* Reenable the recursive disconnection from a hub. Stop gap solutionn_hibma1999-04-111-7/+9
* Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson.n_hibma1999-04-111-2/+5
* 1) Add Lucent USS-720 eval kitn_hibma1999-04-082-2/+18
* 1) Add AKS USB-HASP 0.6n_hibma1999-04-082-15/+38
* Add the Lucent USS-720 ISD Smart Cable.msmith1999-04-082-0/+10
* Added macro logprintfn_hibma1999-04-071-0/+4
* fix typon_hibma1999-04-061-2/+2
* 1) Add the defines for the Mass Storage classn_hibma1999-04-051-10/+23
* change wrong names in prototypes (pipe to dev)n_hibma1999-04-051-3/+3
* Add the defines for the Iomega Zip 100 driven_hibma1999-04-052-0/+16
* bugfix: initialise timeout for usbd_device_request as well.n_hibma1999-04-051-3/+4
* added vision cameran_hibma1999-03-312-0/+16
* Cleaning up of code, remove unneeded cruft and maken_hibma1999-03-272-127/+90
* Added a number of device names: Konica, Microsoft, Macallyn_hibma1999-03-242-0/+39
* Check whether the PIRQD enable bit is set in LegSup and if not, set it.n_hibma1999-03-231-8/+17
* 1) clean up debugging outputn_hibma1999-03-232-12/+6
* Cosmetical changes.n_hibma1999-03-227-13/+14
* Implementation of the keyboard driver.n_hibma1999-03-221-438/+1259
* Moved timeout initialisation a bit earlier in the process. Then_hibma1999-03-221-8/+9
* Move untimeout up before call to uhci_ii_done, avoids panic inn_hibma1999-03-081-4/+1
* Bug fix: Trap 12 when ugen not present and therefore unattached physicaln_hibma1999-02-211-2/+7
* Device unload code is broken, disabled. Requires a bit of redesign on then_hibma1999-02-211-5/+16
* make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf.n_hibma1999-02-211-57/+111
* Bug fix: devcount was running from [count..0], should be [count-1..0]n_hibma1999-02-201-1/+1
* 1) In polling mode (during boot) the callout_handle wasn'tn_hibma1999-02-191-24/+11
* Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Sorenn_hibma1999-02-182-0/+458
* Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572n_hibma1999-02-181-11/+8
* Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2)n_hibma1999-02-151-0/+8
* Added more verbose debugging output to uhci_runn_hibma1999-02-151-2/+26
* Added UHCI_LEGSUP to uhcireg.hn_hibma1999-01-311-0/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-286-14/+14
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-2/+2
* add LEGSUP to uhci_dumpregsn_hibma1999-01-221-4/+7
* forgotten in previous commit: Lowered default debug leveln_hibma1999-01-221-1/+1
* Fixed disconnect for umousen_hibma1999-01-221-2/+7
* Textual changesn_hibma1999-01-2227-62/+84
* Fixed bug in disconnect handling in uhub.cn_hibma1999-01-221-4/+5
* Fixed bug that made UHCI controllers fail to start.n_hibma1999-01-211-4/+9
* Cleaning up, improving _detach, removing ominous warning (msmith)n_hibma1999-01-211-9/+22
* Added ioctl interfacen_hibma1999-01-211-2/+24
* Removal unneccessary definitionsn_hibma1999-01-141-9/+5
* Corrected the latent fact that the uhub driver was providing a driver forn_hibma1999-01-148-13/+31
* Added Entrega Parallel and Serial Connectors to the informationn_hibma1999-01-142-4/+26
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)n_hibma1999-01-135-11/+11
OpenPOWER on IntegriCloud