Commit Graph

11904 Commits

Author SHA1 Message Date
augustss
bdbdfed4ec Add some missing files. 2001-12-30 11:01:24 +00:00
gehenna
7a22165e1c fix product ID 2001-12-30 05:12:36 +00:00
gehenna
b48ed7ad6d regen 2001-12-30 05:11:29 +00:00
gehenna
e9ab191fc3 Add some vendor/product IDs (from FreeBSD) 2001-12-30 05:09:50 +00:00
ichiro
2e72aee615 regen 2001-12-29 22:31:10 +00:00
ichiro
35012be445 add products
VT6305 OCHI IEEE 1394 Controller
VT3606 OCHI IEEE 1394 Controller
2001-12-29 22:30:33 +00:00
thorpej
2270cd2cb5 Add a case for x86_64. 2001-12-29 21:13:46 +00:00
augustss
5a31e4e8f8 Make the driver a little less talkative on errors. 2001-12-29 20:50:16 +00:00
augustss
3850573d96 Remove garbage. 2001-12-29 18:57:16 +00:00
augustss
c19b7e5c1b Be more paranoid about input sizes. 2001-12-29 18:56:52 +00:00
augustss
5db54303c8 Reset global count value properly. 2001-12-29 18:56:20 +00:00
augustss
198e193c28 Don't clear global report values when reporting an item. 2001-12-29 17:48:29 +00:00
junyoung
0d2905f4fc - Add a structure needed for access to CRTC registers.
- Add definitions for misc output register.
- Add defintions for the number of registers.
2001-12-29 17:44:35 +00:00
junyoung
dde1e51a31 Add functions needed for access to CRTC registers. 2001-12-29 17:40:35 +00:00
junyoung
ea3be41a59 KNF. 2001-12-29 17:06:50 +00:00
augustss
93f9b36aad Add a debug message. 2001-12-29 16:15:42 +00:00
augustss
496dc72437 Add some definitions from the USB OTG (On The Go) spec. 2001-12-29 15:44:11 +00:00
pooka
065a38a17f regen 2001-12-29 15:01:23 +00:00
pooka
e42e0310b4 Socket Communications Low-Power CF WLAN 2001-12-29 15:00:45 +00:00
augustss
9cef2a3db7 Add an XXX comment. 2001-12-29 14:25:47 +00:00
augustss
01eafb2239 Add some IrDA names. 2001-12-29 14:24:54 +00:00
augustss
9dd24c8a92 Regen. 2001-12-29 14:08:02 +00:00
augustss
5f958aabb7 Fix a typo. 2001-12-29 14:07:45 +00:00
augustss
8164bd8bae Move some USB device quirks to the umass_quirk table. 2001-12-29 14:06:18 +00:00
augustss
b965a7d6eb Remove some quirk entries that are handled in umass_quirk now. 2001-12-29 13:55:02 +00:00
augustss
414b3c7766 Always set the PQUIRK_ONLYBIG quirk for SCSI devices. 2001-12-29 13:52:21 +00:00
augustss
276b009425 Introduce a field, busquirks, in the umass quirk table that is passed
directly to the quirk field for the bus.
2001-12-29 13:46:23 +00:00
ichiro
a926e1d151 done - Make fwohci detach correctly (for cardbus/etc type interfaces) 2001-12-29 12:28:05 +00:00
ichiro
fc50aac093 implement fwohci detach routine. 2001-12-29 12:26:31 +00:00
augustss
e6bd479028 Add the new names for uhidev. 2001-12-29 10:53:13 +00:00
augustss
59473972d2 Only pull in HID processing if a driver needs it. 2001-12-29 10:50:55 +00:00
ichiro
63a6896a6c regen 2001-12-29 08:32:06 +00:00
ichiro
78efe121bf add product
IBM Smart Capture Card II
2001-12-29 08:31:01 +00:00
augustss
750a5959b8 Add some missing scan code translations. Docs from Microsoft via Perry Metzger. 2001-12-29 02:53:41 +00:00
christos
49b8e36112 Clean up the C_ and S_ constants. We don't really need two sets of them.
Also make the interrupt handler for older 3com cards look like the xl one.
I.e. don't ack the interrupt latch bit before checking if it is set.
At the same time, introduce constants for the watched interrupts, so that
we don't copy them all over the place.
2001-12-28 20:35:46 +00:00
augustss
935b0481a9 Introduce an extra driver level for HID devices, uhidev. This uhidev driver
attaches to the hub, and HID drivers (ums, ukbd, and uhid) attach to
uhidev.  The reason for this change is that some HID devices report multiple
components (like a keyboard and a mouse) using the same interface, but with
different report identifiers.  The report identifier can be specified with
a locator for the HID drivers.
Furthermore, change the ukbd driver to handle other formats than the boot
protocol.
2001-12-28 17:32:36 +00:00
itohy
818f391658 Move this figure to more suitable place:
http://www.netbsd.org/Documentation/Hardware/Chips/C-Media/cmi8738-mixer.fig
2001-12-28 14:02:48 +00:00
augustss
f690fc0845 More DIAGNOSTIC. 2001-12-28 00:21:26 +00:00
augustss
3bf49b584d Add some more #defines. 2001-12-28 00:20:24 +00:00
nathanw
5dbef63175 Use PQUIRK_ONLYBIG for all Olympus cameras, not just the C-1.
Use PQUIRK_ONLYBIG for the PQI TravelFlash.
2001-12-27 18:57:46 +00:00
augustss
04ec4ba316 Add some DIAGNOSTIC stuf that I forgot. From Nate Williams. 2001-12-27 18:48:28 +00:00
augustss
f8e03bd53c Change some DIAGNOSTIC #defines. 2001-12-27 18:43:46 +00:00
itohy
74f17f2922 Analyzed structure of CMI8738/PCI-6ch-* mixer
for the benefit of those who edit the driver.

This is a Fig file.  Use Xfig to edit/view, use Transfig
package to convert to other graphic formats.
2001-12-27 14:20:30 +00:00
itohy
f741672ddc Fix comment. 2001-12-27 14:17:04 +00:00
augustss
0df9b7654d ANSIfy. 2001-12-27 11:28:01 +00:00
augustss
d0f9a76506 Update a comment. 2001-12-27 11:27:11 +00:00
augustss
1f003f1c43 Name collection types. 2001-12-27 11:25:47 +00:00
augustss
81b818b421 Add usbd_get_protocol(). 2001-12-27 11:24:42 +00:00
augustss
12560718c5 Files I forgot to remove in last commit. 2001-12-27 11:23:56 +00:00
augustss
996d5c6c26 Be a little more paranoid. 2001-12-26 10:56:58 +00:00