| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
all times, before the device is enabled and after the device is
disabled by wscons.
This was originally needed by umt for the Microsoft Surface Type
Cover to avoid it resetting (or at least detaching and reattaching)
when the touchpad was touched while at the console.
A similar problem occurs with the Pinebook Pro's keyboard when
switching from X to the console due to the touchpad getting
disabled, so add it to ums as well.
with and ok kurt
|
|
|
|
|
|
|
| |
quirks.
Original diff from Sven M. Hallberg < pesco () khjk ! org >
Diff updated and tested by Timo Myyra
ok phessler@
|
|
|
|
| |
ok mpi@
|
| |
|
| |
|
|
|
|
|
|
| |
interrupt transfers
OK sthen@
|
|
|
|
|
|
|
|
| |
UPSes.
(forced commit due to previous empty commit message)
ok mpi@ sthen@
|
| |
|
|
|
|
| |
ok mpi@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now NUT (sysutils/nut in ports) works on this device, and may work on
other OMRON UPSs, by:
1. Apply following diff to NUT source:
https://gist.github.com/ao-kenji/7070817
2. Put following setting in /etc/nut/ups.conf.
---
[by35s]
driver = blazer_usb
port = auto
desc = "OMRON BY35S"
vendorid = 0590
productid = 0080
subdriver = ippon
---
Reference:
http://sunnyone41.blogspot.jp/2011/05/omron-by50subuntu-1104.html
(written in Japanese)
ok deraadt@ mpi@
|
| |
|
| |
|
|
|
|
| |
ok deraadt@/dcoppa@ and sthen@.
|
|
|
|
|
|
|
| |
This allows these devices to attach as ugen, so at least we can use some apps,
like gphoto2 to retrieve media.
requested by a few, ok mikeb@
|
|
|
|
| |
feedback/ok deraadt@
|
| |
|
|
|
|
|
|
| |
device so it can be used in userland.
ok jasper@
|
| |
|
| |
|
|
|
|
|
| |
required; PR 6436
ok deraadt@
|
|
|
|
| |
ok krw
|
| |
|
|
|
|
| |
ok sthen@
|
|
|
|
| |
and Belkin F6C120 UPS, both UQ_BAD_HID.
|
|
|
|
| |
ok deraadt@, earlier version ok jasper@, feedback halex@
|
|
|
|
|
|
|
| |
they do have bSynchAddress set to 0 in their endpoint descriptor.
uaudio(4) used to not handle that correctly, but now does.
positive response from krw, deraadt, ratchov
|
|
|
|
| |
to suppress broken output in dmesg, add { UQ_NO_STRINGS } flag to the device.
|
| |
|
| |
|
|
|
|
|
|
| |
from attaching
with a hint from mglocker@
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
devices to USB1, instead let them attach to ehci(4).
This may break a couple of the devices for the moment, but it's the way
we have to go finally.
|
|
|
|
|
|
|
|
|
|
|
| |
up as this (we love standards). To make those devices attach anyway
we add an explicit quirk device list. Of course this list still needs
to be extended.
Thanks to Jerome Pinot for reporting about this issue and testing this
diff with his cam, which is such a device.
OK yuo@
|
|
|
|
|
|
|
|
|
|
|
| |
add new quirk entry for uvideo which is required isoc transfer.
Some usb2.0 devices use isochronous transfer but current usb
subsystem does not support isoc transfer in ehci(usb2.0) bus.
This patch introduce new psuedo usb hub request UHF_PORT_DISOWN_TO_1_1
to handover the device to ehci to usb1.1 bus(ohci or uhci).
ok mglocker@ deraadt@ fgsch@
|
|
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
|
|
|
|
|
| |
is a UVC driver.
ok robert@
|
|
|
|
| |
a UVC compliant webcam.
|
| |
|
|
|
|
| |
ok deraadt@
|
|
|
|
|
|
|
| |
not somewhere we want to go in the long term - adding a quirk for every
device out there that does something a little funky. It would be better if
devices that claimed they are HIDs actually acted like it. Failing that,
passing usb commands though uhid would be nice.
|
|
|
|
|
|
|
| |
this device bends the uhid specs backwards, it is also completely unusable
for left-handed people due to its shape.
Tested on actual hardware thanks to a donation from Maxim Belooussov.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
From: vladas <vladas.urbonas@gmail.com>
|
|
|
|
|
|
|
| |
and it was not consistently used. It was confusing as it suggested these
functions were static, which they were not.
discussed with dlg and jsg, ok jsg.
|