diff options
author | n_hibma <n_hibma@FreeBSD.org> | 2001-02-05 11:00:13 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 2001-02-05 11:00:13 +0000 |
commit | 7ce6ba54d52a12da4bd7f52bf653d550e846cbbf (patch) | |
tree | ca89f3a6726daf38f29b03137d3a172cbba6085c | |
parent | 0a210be9ab1b414a3fdf3e4e1332bdce0a0a101b (diff) | |
download | FreeBSD-src-7ce6ba54d52a12da4bd7f52bf653d550e846cbbf.zip FreeBSD-src-7ce6ba54d52a12da4bd7f52bf653d550e846cbbf.tar.gz |
* Correct a broken entry
* Add the id for the Rio 800 USB.
Submitted by: Wesley Morgan <morganw@chemikals.org>
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 26528dd..0ebada5 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -403,7 +403,7 @@ product COREGA ETHER_USB_T 0x0001 Ether USB-T product COREGA FETHER_USB_TX 0x0004 FEther USB-TX /* Creative products */ -product CREATIVE 0x1002 Nomad II MP3 player +product CREATIVE NOMAD_II 0x1002 Nomad II MP3 player /* CTX products */ product CTX EX1300 0x9999 Ex1300 hub @@ -773,6 +773,7 @@ product SUN KEYBOARD 0x0005 Type 6 USB product DIAMOND2 SUPRAEXPRESS56K 0x07da Supra Express 56K modem product DIAMOND2 SUPRA2890 0x0b4a SupraMax 2890 56K Modem product DIAMOND2 RIO600USB 0x5001 Rio 600 USB +product DIAMOND2 RIO800USB 0x5002 Rio 800 USB /* TEAC products */ product TEAC FD05PUB 0x0000 FD-05PUB floppy |