diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-27 11:38:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-27 11:38:44 +0000 |
commit | 594cb8f3e164d3f8f1aa49b7f185f547af78dc9e (patch) | |
tree | 12df46afe57c2469e6e83ea46968422296651d51 /sys/dev/usb/files.usb | |
parent | 7ffe24902c1ca3c8e10918b6a643face1a4e63d6 (diff) |
smallest usb driver ever: enable config on the Blackberry which prevents
usb from idling, thus it can get enough power to charge in all cases
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 38f7a403e72..6bc0fb3d06b 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.66 2006/11/25 18:10:29 uwe Exp $ +# $OpenBSD: files.usb,v 1.67 2006/11/27 11:38:43 deraadt Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -294,3 +294,8 @@ file dev/usb/if_uath.c uath device uow: onewirebus attach uow at uhub file dev/usb/uow.c uow + +# Research In Motion Blackberry +device uberry {} +attach uberry at uhub +file dev/usb/uberry.c uberry |