| Commit message (Expand) | Author | Age | Files | Lines |
| * | Applied patch for ukbd disconnect. Disconnect not fully functional | Nick Hibma | 1999-04-11 | 1 | -66/+99 |
| * | USBD_STALLED bit checking was inconsistent. Mixed use of == and & | Nick Hibma | 1999-04-11 | 1 | -5/+6 |
| * | Remove unit from struct. Not used anymore. | Nick Hibma | 1999-04-11 | 2 | -2/+0 |
| * | Reenable the recursive disconnection from a hub. Stop gap solution | Nick Hibma | 1999-04-11 | 1 | -7/+9 |
| * | Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson. | Nick Hibma | 1999-04-11 | 1 | -2/+5 |
| * | 1) Add Lucent USS-720 eval kit | Nick Hibma | 1999-04-08 | 2 | -2/+18 |
| * | 1) Add AKS USB-HASP 0.6 | Nick Hibma | 1999-04-08 | 2 | -15/+38 |
| * | Add the Lucent USS-720 ISD Smart Cable. | Mike Smith | 1999-04-08 | 2 | -0/+10 |
| * | Added macro logprintf | Nick Hibma | 1999-04-07 | 1 | -0/+4 |
| * | fix typo | Nick Hibma | 1999-04-06 | 1 | -2/+2 |
| * | 1) Add the defines for the Mass Storage class | Nick Hibma | 1999-04-05 | 1 | -10/+23 |
| * | change wrong names in prototypes (pipe to dev) | Nick Hibma | 1999-04-05 | 1 | -3/+3 |
| * | Add the defines for the Iomega Zip 100 drive | Nick Hibma | 1999-04-05 | 2 | -0/+16 |
| * | bugfix: initialise timeout for usbd_device_request as well. | Nick Hibma | 1999-04-05 | 1 | -3/+4 |
| * | added vision camera | Nick Hibma | 1999-03-31 | 2 | -0/+16 |
| * | Cleaning up of code, remove unneeded cruft and make | Nick Hibma | 1999-03-27 | 2 | -127/+90 |
| * | Added a number of device names: Konica, Microsoft, Macally | Nick Hibma | 1999-03-24 | 2 | -0/+39 |
| * | Check whether the PIRQD enable bit is set in LegSup and if not, set it. | Nick Hibma | 1999-03-23 | 1 | -8/+17 |
| * | 1) clean up debugging output | Nick Hibma | 1999-03-23 | 2 | -12/+6 |
| * | Cosmetical changes. | Nick Hibma | 1999-03-22 | 7 | -13/+14 |
| * | Implementation of the keyboard driver. | Nick Hibma | 1999-03-22 | 1 | -426/+1247 |
| * | Moved timeout initialisation a bit earlier in the process. The | Nick Hibma | 1999-03-22 | 1 | -8/+9 |
| * | Move untimeout up before call to uhci_ii_done, avoids panic in | Nick Hibma | 1999-03-08 | 1 | -4/+1 |
| * | Bug fix: Trap 12 when ugen not present and therefore unattached physical | Nick Hibma | 1999-02-21 | 1 | -2/+7 |
| * | Device unload code is broken, disabled. Requires a bit of redesign on the | Nick Hibma | 1999-02-21 | 1 | -5/+16 |
| * | make ums look like a Mouse Systems or Sysmouse mouse. Remove PS/2 interf. | Nick Hibma | 1999-02-21 | 1 | -57/+111 |
| * | Bug fix: devcount was running from [count..0], should be [count-1..0] | Nick Hibma | 1999-02-20 | 1 | -1/+1 |
| * | 1) In polling mode (during boot) the callout_handle wasn't | Nick Hibma | 1999-02-19 | 1 | -24/+11 |
| * | Moved [uo]hci_pci.c from /sys/dev/pci to /sys/pci after Soren | Nick Hibma | 1999-02-18 | 2 | -0/+458 |
| * | Moved busreset in uhci_init up to avoid clearing of FLBASE in Via 83572 | Nick Hibma | 1999-02-18 | 1 | -11/+8 |
| * | Applied patch from MAEKAWA Masahide <bishop@rr.iij4u.or.jp>. (PR2) | Nick Hibma | 1999-02-15 | 1 | -0/+8 |
| * | Added more verbose debugging output to uhci_run | Nick Hibma | 1999-02-15 | 1 | -2/+26 |
| * | Added UHCI_LEGSUP to uhcireg.h | Nick Hibma | 1999-01-31 | 1 | -0/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 6 | -14/+14 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -2/+2 |
| * | add LEGSUP to uhci_dumpregs | Nick Hibma | 1999-01-22 | 1 | -4/+7 |
| * | forgotten in previous commit: Lowered default debug level | Nick Hibma | 1999-01-22 | 1 | -1/+1 |
| * | Fixed disconnect for umouse | Nick Hibma | 1999-01-22 | 1 | -2/+7 |
| * | Textual changes | Nick Hibma | 1999-01-22 | 27 | -62/+84 |
| * | Fixed bug in disconnect handling in uhub.c | Nick Hibma | 1999-01-22 | 1 | -4/+5 |
| * | Fixed bug that made UHCI controllers fail to start. | Nick Hibma | 1999-01-21 | 1 | -4/+9 |
| * | Cleaning up, improving _detach, removing ominous warning (msmith) | Nick Hibma | 1999-01-21 | 1 | -9/+22 |
| * | Added ioctl interface | Nick Hibma | 1999-01-21 | 1 | -2/+24 |
| * | Removal unneccessary definitions | Nick Hibma | 1999-01-14 | 1 | -9/+5 |
| * | Corrected the latent fact that the uhub driver was providing a driver for | Nick Hibma | 1999-01-14 | 8 | -13/+31 |
| * | Added Entrega Parallel and Serial Connectors to the information | Nick Hibma | 1999-01-14 | 2 | -4/+26 |
| * | Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman) | Nick Hibma | 1999-01-13 | 5 | -11/+11 |
| * | 1) Bug fix: Interrupt transfers worked only for the first packet. | Nick Hibma | 1999-01-13 | 1 | -12/+17 |
| * | Cast argument to avoid warning. | Eivind Eklund | 1999-01-12 | 1 | -1/+1 |
| * | %b takes ints, not u_longs. | Eivind Eklund | 1999-01-12 | 1 | -4/+4 |