augustss
|
30c20f930f
|
Change my email address.
|
2000-04-27 15:26:44 +00:00 |
augustss
|
b12ed6c03b
|
Make it possible to move a device to its unconfigured state by
using config #0.
|
2000-04-23 00:46:59 +00:00 |
augustss
|
4379f92630
|
Make sure to read the full hub descriptor (including the deprecated field).
|
2000-04-21 18:57:40 +00:00 |
augustss
|
878deae672
|
Add a define for some slack port power up time.
|
2000-04-21 16:01:31 +00:00 |
augustss
|
358b947b7b
|
Correct a typo.
|
2000-04-03 13:40:05 +00:00 |
augustss
|
81c03592ef
|
Rename bulk only protocol (following FreeBSD).
|
2000-03-24 22:16:42 +00:00 |
augustss
|
c6eb2d324c
|
Add ioctl USB_SET_REPORT for uhid. This will allow manipulating the
feature items.
|
2000-03-19 22:23:28 +00:00 |
augustss
|
7d05674ba7
|
Distinguish between device and interface classes.
(I finally found a document that said that they were different.)
|
2000-02-29 21:37:00 +00:00 |
augustss
|
481e8339dc
|
Change the USB event mechanism to include more information about devices
and drivers. Partly from FreeBSD.
|
2000-02-02 07:33:59 +00:00 |
augustss
|
3386c68b46
|
Cosmetic changes and some small improvements. From FreeBSD and Nick Hibma.
|
1999-11-18 23:32:25 +00:00 |
augustss
|
a5b6bed471
|
Add a macro to extract the isoc type.
|
1999-10-20 21:02:39 +00:00 |
augustss
|
cefd751ca7
|
Remove FreeBSD tags that got in there by accident.
Add #include <sys/time.h> to usb.h.
|
1999-10-13 18:52:54 +00:00 |
augustss
|
03a522d3c1
|
Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
the USB stack compiles on FreeBSD again.
|
1999-10-13 08:10:55 +00:00 |
augustss
|
df435c83b2
|
Add an event mechanism so that a userland process can watch devices come
and go.
|
1999-10-12 11:54:56 +00:00 |
augustss
|
97a24aa488
|
Make defines follow the standard.
|
1999-09-16 21:53:58 +00:00 |
augustss
|
98b6524413
|
* Move DMA buffer allocation to HC independent code.
* Remove (almost) unused definitions USBD_XFER_OUT and USBD_XFER_IN.
|
1999-09-11 08:19:26 +00:00 |
augustss
|
6e6d511cf0
|
Add USUBCLASS_MIDISTREAM definition, per request from MAEKAWA Masahide
<bishop@rr.iij4u.or.jp>.
|
1999-09-06 17:16:47 +00:00 |
augustss
|
f3421bec94
|
Change the way the direction is extracted from the endpoint descriptor.
No functional changes to the drivers. From Nick Hibma, FreeBSD.
|
1999-09-04 22:26:11 +00:00 |
augustss
|
7a3bd0ab27
|
Add some missing request codes.
|
1999-08-29 22:45:41 +00:00 |
augustss
|
f747201099
|
Move more of the transfer completion processing to HC independent code.
Fix some problems with transfer abort & timeout.
|
1999-08-22 20:12:39 +00:00 |
augustss
|
462e2614ff
|
Add some mass storage definitions.
|
1999-08-19 19:50:42 +00:00 |
augustss
|
1107c3f6ea
|
Back out last change. The ugliness of the Audio Class should not have
to pollute the general USB definitions.
|
1999-08-18 07:55:19 +00:00 |
augustss
|
7fb139742d
|
Update the endpoint descriptor struct with the two oddball entries
that only the Audio Class has.
|
1999-08-18 07:45:56 +00:00 |
augustss
|
3016e1ebe0
|
Make some small changes to make it compile on OpenBSD.
|
1999-08-17 16:06:20 +00:00 |
augustss
|
9a0281ff87
|
Some new ioctl()s for the umodem driver.
|
1999-08-16 20:27:55 +00:00 |
augustss
|
b177c7a397
|
Totally redo the way device detach is done. It now uses a kernel event
thread and the config detach method.
Squish a number of space leaks on detach.
|
1999-06-30 06:44:22 +00:00 |
augustss
|
3fd5344a95
|
Add suspend/resume handling to the UHCI driver.
Currently it only works if the BIOS saves enough state of the controller.
Once I find a machine with a dumber BIOS I'll try to improve that.
|
1999-06-26 08:30:17 +00:00 |
thorpej
|
29184c350f
|
Add a few more Communication Interface Class subclasses (including Ethernet
and *shudder* ATM).
|
1999-05-18 23:42:56 +00:00 |
augustss
|
041a8536ac
|
s/revision/release/
|
1999-05-16 12:05:10 +00:00 |
augustss
|
86bb7f7d58
|
Add some Mass Storage constants.
|
1999-05-09 14:35:50 +00:00 |
augustss
|
fd9002550c
|
Make the reset even longer do cater for really bad devices.
|
1999-02-15 00:32:16 +00:00 |
augustss
|
302f42d891
|
Add more CDC definitions.
|
1999-01-03 01:09:18 +00:00 |
augustss
|
a02f8e62f5
|
Add uDWord type for 4 byte USB structure fields.
|
1999-01-01 15:18:17 +00:00 |
augustss
|
21e272bf01
|
Do not blindly assume that a device supports language id 0, instead
ask it what languages it supports.
|
1998-12-29 16:02:55 +00:00 |
augustss
|
961d81ade7
|
Return more info in ioctl(USB_DEVICEINFO).
|
1998-12-29 15:27:16 +00:00 |
augustss
|
683fd3dfba
|
Add some more useful #defines.
|
1998-12-29 14:27:33 +00:00 |
augustss
|
3064141641
|
Make it possible to specify the request flags when issuing a raw USB request.
|
1998-12-29 03:13:10 +00:00 |
augustss
|
f4133e9fae
|
Update timing again (for bad devices).
|
1998-12-28 12:35:27 +00:00 |
augustss
|
be8213d207
|
Add some isoc defines.
|
1998-12-28 03:27:00 +00:00 |
augustss
|
cd36ca65dd
|
Fix typos.
|
1998-12-28 02:20:28 +00:00 |
augustss
|
e0c228ae9c
|
Merge changes to make the USB stack work with FreeBSD. The original
diffs from Nick Hibma <n_hibma@freebsd.org>, but with substantial
changes from me.
XXX Not tested on FreeBSD yet.
|
1998-12-26 12:53:00 +00:00 |
augustss
|
f8b9a417f0
|
Improvement to the ugen driver.
Better error checking.
Some code rearrengment.
|
1998-12-09 00:18:10 +00:00 |
augustss
|
4d19a06c27
|
Some minor API changes and additions.
|
1998-12-08 15:18:45 +00:00 |
augustss
|
e424a174ba
|
Add stub for a modem driver.
|
1998-12-02 22:47:19 +00:00 |
augustss
|
ca707fcdf2
|
Make the copyright header conform to the NetBSD template.
|
1998-11-25 22:32:04 +00:00 |
augustss
|
6532f4f144
|
Add an ioctl() to get host controller statistics.
|
1998-07-25 15:22:11 +00:00 |
augustss
|
20106c31ca
|
Add some useful HID ioctl()s.
|
1998-07-13 10:49:41 +00:00 |
augustss
|
deb00272b9
|
Add USB support. Supported so far:
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers
|
1998-07-12 19:51:55 +00:00 |