History log of /netbsd-src/sys/dev/usb/FILES (Results 1 – 17 of 17)
Revision Date Author Comments
# f3c68eb2 29-Jun-2021 nia <nia@NetBSD.org>

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefu

Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.

show more ...


# 5cf9e8b8 16-May-2020 maya <maya@NetBSD.org>

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspe

Remove uyap, USB YAP phone firmware loader.

And the associated ezload EZ-USB code, which is only used by uyap.
It could theoretically be used by other drivers, but none of them are
in tree.

I suspect that this device isn't in use, as phone technology has improved
a lot since 2001 when uyap(4) was added to the tree.

Proposed with no objections on netbsd-users on 13 April 2020

show more ...


# 63933e95 13-Apr-2020 jdolecek <jdolecek@NetBSD.org>

remove obsolete support for ISD-ATA umass(4) adapters


# 5e031685 29-Jan-2020 maya <maya@NetBSD.org>

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
c

remove urio(4), a driver for the Rio500 MP3 player.

At this point it is highly unlikely this 1999 device still has users,
but it still comes up in the context of maxv's USB-fuzzing (and any device
could pretend to be a urio(4)), so it's best to get rid of it.

Renamed all major entries to obsolete, as was done in previous removals.

This still requires an update to sanitizers, but they're located in
"external", perhaps it should be first committed upstream?

Proposed on tech-kern a month ago.

show more ...


# da22dd8a 21-Dec-2014 mrg <mrg@NetBSD.org>

various umidi clean ups:
- move the contents of umidi{reg,var}.h into umidi.c directly as they
are not referenced by any other file.
- remove the useless include of umidi{reg,var}.h from umidi_quir

various umidi clean ups:
- move the contents of umidi{reg,var}.h into umidi.c directly as they
are not referenced by any other file.
- remove the useless include of umidi{reg,var}.h from umidi_quirks.c.
- add reference counting and wait/broadcast support to the IO paths.
- fix the error handling in midi_attach() and midi_open().
- sprinkle KASSERT() in several places.
- drop the local interrupt lock before calling into various parts of
the USB code. fixes lockdebug issues, and likely hangs.
- rename "binded" member as "bound".

with these most of the panics and problems i've seen are gone. there
is still one lockdebug panic to deal with that happens when unplugging
umidi while midiplay(1) is running.

show more ...


# fc5fe3c3 17-Jan-2012 christos <christos@NetBSD.org>

PR/45850: Pierre Pronchery: USB multi-touch panels are not supported


# 6f854a73 04-Nov-2010 dyoung <dyoung@NetBSD.org>

usb_port.h was deleted, no need to mention it here.


# 95d2b886 19-Aug-2006 plunky <plunky@NetBSD.org>

The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.

While it can be made to compile, the paradigm is not quite right because
it attempts to contact the filesystem during autoconfig w

The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.

While it can be made to compile, the paradigm is not quite right because
it attempts to contact the filesystem during autoconfig which sometimes
causes a panic. Even if that was fixed, there is another potential problem
in that the driver tries/sleeps/tries/sleeps and the sleep could
theoretically sleep past the rc.d/btconfig stage and the controller
would remain unconfigured.

So, I have prepared a different method for loading the firmware to
Broadcom BCM2033 chip based devices. A package 'sysutils/bcmfw' will load
the firmware files via a ugen(4) device interface.

This update removes the ubtbcmfw(4) driver and adds a table to the ubt(4)
driver so that it will not attach to Broadcom BCM2033 based devices before
the firmware was loaded.

This fixes kern/34219

show more ...


# a5c89047 19-Jun-2006 gdamore <gdamore@NetBSD.org>

Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack inc

Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.) This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.

show more ...


# 02f699b6 22-Feb-2006 hira <hira@NetBSD.org>

Fix typo (Prolofic -> Prolific).


# 028353b9 18-Jul-2005 augustss <augustss@NetBSD.org>

Add uipaq(4). From OpenBSD.


# bdbdfed4 30-Dec-2001 augustss <augustss@NetBSD.org>

Add some missing files.


# 1d25789f 16-Jan-2001 augustss <augustss@NetBSD.org>

Update with recent files.


# 5d4d9ec9 04-Oct-2000 augustss <augustss@NetBSD.org>

Update with uscanner.c


# 007a7dbf 23-Apr-2000 augustss <augustss@NetBSD.org>

Update with new files.


# e4f6c4c5 13-Jan-2000 augustss <augustss@NetBSD.org>

Add umass.c.


# df65083b 16-Aug-1999 augustss <augustss@NetBSD.org>

A small roadmap of the USB files.