summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authoryamt <yamt@NetBSD.org>2005-01-08 03:46:05 +0000
committeryamt <yamt@NetBSD.org>2005-01-08 03:46:05 +0000
commit075d5146c69bacf07cdd5963f1018dbbfca7225d (patch)
treea0f0bf76b9b43d51778513b995c0cca435937641 /sys/dev
parentc5aa4aada249816dd5c8f7ef70daf04fd80d0d8a (diff)
correct examples.
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions
commit/sys/dev/usb/uslsa.c?id=3624455ebafd1532e66a086f7e611ddef6000421'>Split device_t and softc for all USB device drivers, and related cosmeticcube 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-05use aprint_*_dev and device_xnamecegger 2008-02-18Use device_t and its accessor functions.dyoung 2007-10-25remove #include <usbhid.h> as its not neededplunky 2007-06-13Set portno in ucom_attach_args, to UCOM_UNK_PORTNO. The port number isnathanw 2007-05-21Add missing __KERNEL_RCSID() and missing $NetBSD$ tag.xtraeme 2007-05-20From PR kern/33496 - add uslsa(4), a CP210x USB-RS232 ucom driver.dogcow