diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-30 05:06:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-08-30 05:06:22 +0000 |
commit | c3711327f7cac78c09b462663217a5753c6fe665 (patch) | |
tree | 75d4de0f9b6464746a4836bea1fdeb04cf845bd2 /sys/dev/usb/usbdevs | |
parent | 53dfa470d95285ab8967c2f6d33600c15df5f526 (diff) |
handle new pearl-style devices (which now attach their SD cards as a umass),
or ancient ancient usb/serial devices (which come up as false usb devices
when turned off); thanks to kitella for giving me a variety pack of old units
Diffstat (limited to 'sys/dev/usb/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 4e89218091c..5506a1d9c8d 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.288 2007/08/28 09:44:17 henning Exp $ +$OpenBSD: usbdevs,v 1.289 2007/08/30 05:06:21 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1942,7 +1942,7 @@ product REALTEK RTL8187 0x8187 RTL8187 /* Research In Motion products */ product RIM BLACKBERRY 0x0001 Blackberry -product RIM PEARL_DUAL 0x0004 Blackberry pearl dual +product RIM PEARL_DUAL 0x0004 RIM Mass Storage Device product RIM PEARL 0x0006 Blackberry pearl /* Roland products */ |