gavin
567e16b6ad
Improve descriptions for several devices supported by uslcom(4).
...
Correct the spelling of the company Telegesis.
Move MpMan to the correct location alphabetically.
MFC after: 2 weeks
2012-07-26 12:18:23 +00:00
gavin
98bfaf303f
Add support for more devices to uslcom(4). This commit syncronises the
...
list of supported devices with the union of:
NetBSD src/sys/dev/usb/uslsa.c 1.18
OpenBSD src/sys/dev/usb/uslcom.c 1.24
Linux source/drivers/usb/serial/cp210x.c HEAD
Remove duplicate JABLOTRON PC60B entry.
Note that some of the devices added here are multi-port devices. The
uslcom(4) driver currently only supports the first port on such devices.
Update the man page to reflect the full list of supported devices.
Remove two caveats from the CAVEATS section, as both listed caveats no
longer apply. Add a caveat about multi-port devices.
MFC after: 2 weeks
2012-07-26 12:10:19 +00:00
gavin
9a57e402a6
Add vendor.product for a mouse I have laying around
2012-07-25 21:32:55 +00:00
gavin
747797c712
Update the list of devices supported by uplcom. Although this only adds
...
one device (support for Motorola cables), this syncronises us with:
OpenBSD src/sys/dev/usb/uplcom.c 1.56
NetBSD src/sys/dev/usb/uplcom.c 1.73
Linux kernel.org HEAD
MFC after: 1 week
2012-07-25 11:33:43 +00:00
rea
1587fb52c0
u3g: add support for Huawei E392 LTE modem
...
I am using it rebranded and it carries the label "Megafon"
(it is Russian mobile operator); works fine with my 3G network.
Approved by: hselasky
2012-07-23 14:22:45 +00:00
hselasky
f9e1765c57
Add new USB device ID.
...
PR: usb/169789
Submitted by: Ruslan Bukin
MFC after: 1 week
2012-07-16 10:12:07 +00:00
hselasky
1d68305cda
Add new USB device ID.
...
PR: usb/169789
MFC after: 1 week
2012-07-16 09:35:47 +00:00
hselasky
c0f1fd3e76
Add new USB device ID.
...
PR: usb/169789
MFC after: 1 week
2012-07-15 18:12:09 +00:00
hrs
cb3a689918
- Add support of the following USB devices to run(4):
...
* Logitec LAN-W150N/U2
* Buffalo WLI-UC-GNM2
- Add device id of Planex GW-USValue-EZ.
2012-07-09 06:34:15 +00:00
hselasky
6c4e882135
Add new USB device ID.
...
Submitted by: Erich Dollansky
MFC after: 1 week
2012-07-03 16:32:47 +00:00
hselasky
ac5c6f48bd
Add more quirks for USB mass storage adapters.
...
Submitted by: Erich Dollansky
MFC after: 1 week
2012-07-03 16:29:41 +00:00
mav
dccf4b181e
Add IDs for some USB controllers I have around. Just a cosmetics.
...
MFC after: 3 days
2012-07-02 19:35:56 +00:00
marius
eea1bdf2c7
- Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter.
...
This includes adding support for skipping FTDI interfaces used for JTAG
leaving them for userland and just attaching to the RS232 half, similarly
to how the corresponding Linux drivers handles these kind of adapters.
While at it, sort uftdi_devs and return BUS_PROBE_SPECIFIC (because
uftdi_probe() alters the instance variables for better or worse as do
other probe routines of USB drivers) instead of 0.
- Remove duplicated entries for BeagleBone.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.
- Remove some stray lines.
MFC after: 3 days
2012-06-14 21:16:19 +00:00
hselasky
9afb01f39d
Add more quirks for USB MIDI adapters.
...
Obtained from: Clemens Ladisch
MFC after: 1 week
2012-06-14 16:20:19 +00:00
kevlo
f0d020b352
Add support for the SIMCom SIM5218, tested by me.
2012-04-21 14:30:51 +00:00
hselasky
fd7603d60b
Add new USB device IDs.
...
PR: usb/165815
MFC after: 1 week
2012-03-08 07:22:41 +00:00
kevlo
d2840a94e2
Add support for the MCS7832
...
Obtained from: OpenBSD
2012-02-28 15:45:42 +00:00
hselasky
2a66ed0b53
Add new USB device ID.
...
MFC after: 3 days
PR: usb/165154
2012-02-14 21:36:55 +00:00
hselasky
6625fd27ac
Add support for new USB device.
...
PR: usb/164275
MFC after: 3 days
2012-01-19 18:03:52 +00:00
stas
6e62eeb506
- Add ID for the BeagleBone FTDI serial over usb port.
...
MFC after: 3 days
2012-01-16 23:14:23 +00:00
hselasky
87b184512f
Add support for more USB devices.
...
Submitted by: pav @
MFC after: 1 week
2012-01-16 22:26:25 +00:00
kientzle
83920bc185
BeagleBone uses an FTDI chip with
...
an altered Product ID.
2012-01-15 23:00:33 +00:00
kevlo
f9b67c20b3
Another axe(4), found in ASUS zenbook.
2011-12-17 15:38:16 +00:00
emaste
79fb007af3
Add quirk for Micron RealSSD eUSB failing on unsupported SCSI command
...
It appears this device fails if sent a SYNCHRONIZE_CACHE command, so add
quirk to avoid sending it.
I will follow up with Micron on this issue, and will adjust the quirk if
necessary based on their feedback.
Reviewed by: hselasky@
2011-12-03 19:56:52 +00:00
hselasky
82f1b9e855
Add new USB IDs to RUN driver.
...
PR: usb/162712
MFC after: 1 week
2011-11-21 07:50:29 +00:00
miwi
27e4c20729
- Add support for Add LOGITECH Webcam C100
...
- While here whitespace fixes
PR: usb/161559
Submitted by: Sergey Zaykov <mail_of_sergey@mail.ru>
Reviewed by: hselasky
Approved by: hselasky, rwatson (mentor)
2011-11-20 12:26:20 +00:00
hselasky
33253749ed
Quirk all of ALCOR's mass storage devices instead of
...
quirking individual devices.
Submitted by: Dmitry Luhtionov
MFC after: 1 week
2011-11-17 10:46:51 +00:00
hselasky
f701026767
Add new USB IDs to RUN driver. Update usb.conf.
...
PR: usb/161798
MFC after: 3 days
2011-10-19 10:09:01 +00:00
hselasky
d5f55976ed
Add USB mass storage quirk for device that emits errors after the automatic
...
no synchronize cache detection.
Submitted by: Scott Allendorf
MFC after: 3 days
2011-10-10 16:26:06 +00:00
hselasky
c4b01cd5b9
Add quirks for some USB mass storage devices which doesn't respond
...
after trying to query the synchronize cache support.
Submitted by: Keith White
PR: usb/160911
Approved by: re (kensmith)
MFC after: 1 week
2011-09-27 07:06:02 +00:00
hselasky
06456f1cfd
Add new USB ID to u3g driver.
...
Approved by: re (kib)
MFC after: 1 week
PR: usb/159919
2011-08-20 16:21:40 +00:00
hselasky
727eb4fe39
Add new USB ID.
...
Approved by: re (kib)
MFC after: 1 week
PR: usb/159836
2011-08-20 14:21:32 +00:00
hselasky
d671528b27
Add new USB ID to u3g driver.
...
Approved by: re (kib)
Submitted by: Nick Hibma
MFC after: 3 days
2011-07-21 06:55:43 +00:00
yongari
87e7b085a9
Add initial support for AX88772B USB Fast Ethernet. AX88772B
...
supports IPv4/IPv6 checksum offloading and VLAN tag insertion/
stripping as well as WOL. Because uether does not provide a way
to announce driver specific offload capabilities to upper stack,
checksum offloading support needs more work and will be done in
future.
Special thanks to ASIX for donating sample hardware.
H/W donated by: ASIX Electronics
Reviewed by: hselasky
2011-07-14 17:19:00 +00:00
hselasky
c50de82aab
Add new USB 3G driver.
...
Submitted by: PseudoCylon <moonlightakkiy@yahoo.ca>
MFC after: 14 days
2011-07-08 10:58:56 +00:00
hselasky
f91c2275ef
Introduce a quirk for broken USB MIDI hardware instead of limiting performance
...
in general.
MFC after: 1 week
2011-07-03 13:27:23 +00:00
hselasky
59ea8324d7
Add new USB ID to UDAV driver.
...
Submitted by: Luiz Gustavo S. Costa <lgcosta@pfsense.org>
MFC after: 7 days
2011-06-19 08:34:10 +00:00
hselasky
3e0b323798
Add support for new USB serial driver.
...
Submitted by: Lev Serebryakov, lev @
MFC after: 14 days
2011-06-01 17:58:27 +00:00
hselasky
2d58907623
Add new USB ID's.
...
Submitted by: Jim Bryant
MFC after: 3 days
2011-05-14 12:16:09 +00:00
bms
25bebdda20
Add VID for Simtec Electronics.
...
Add PID for Simtec Electronics EntropyKey, a hardware random number generator.
2011-05-10 02:38:44 +00:00
hselasky
6b9608c82c
Add new USB ID.
...
Submitted by: Dmitry Luhtionov
MFC after: 7 days
2011-05-07 16:32:59 +00:00
daichi
ed18ff13e7
Add the Buffalo (Melco Inc.) WLI-UC-G301N
...
PR: usb/155229
Submitted by: Yoshiaki UCHIKAWA
MFC after: 1 week
2011-03-04 07:01:45 +00:00
hselasky
7e21857a46
- Add support for some non-standard USB MIDI devices from Roland, by
...
means of allowing vendor specific interface class for audio and MIDI devices.
- Add new quirks for this. The vendor and product list in OpenBSD's
dev/usb/umidi_quirks.c was used as reference.
MFC after: 14 days
Approved by: thompsa (mentor)
2011-02-24 09:13:47 +00:00
hselasky
3f3ccecc3b
Add more udav device ID's.
...
Submitted by: Rick van der Zwet <info@rickvanderzwet.nl>
MFC after: 7 days
Approved by: thompsa (mentor)
2011-02-19 22:53:50 +00:00
hselasky
a5fb784c6d
Add support for new USB to ethernet controller:
...
Moschip MCS7730/MCS7830
Submitted by: Rick van der Zwet <info@rickvanderzwet.nl>
Approved by: thompsa (mentor)
2011-02-16 08:33:30 +00:00
n_hibma
d083a86f6c
Curitel UM150 needs a quirk to stop it from detaching straight after
...
attach (resetting actually).
Submitted by: Oleg Nauman
MFC after: 1 week
2011-02-07 22:37:27 +00:00
hselasky
1ff02faff3
Fix for detection of MTK 3329 GPS USB devices.
...
Submitted by: Mykhaylo Yehorov
PR: usb/153929
Approved by: thompsa (mentor)
2011-02-03 18:25:55 +00:00
n_hibma
e2cbb786e8
New ID for the Novatel MC547
...
PR: 154127
Submitted by: Mike Tancsa
MFC after: 1 day
2011-02-01 22:26:06 +00:00
n_hibma
356e59b3b8
Add another ID for the ZTE MF190 Surf Stick
...
Submitted by: nagilum
MFC after: 1 day
2011-01-20 13:02:54 +00:00
gavin
05b262e505
Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This brings
...
the list of supported devices in sync with kernel.org git revision
f36ecd5de93e4c85a9e3d25100c6e233155b12e5, and OpenBSD uplcom.c r1.54
2011-01-09 17:40:04 +00:00