#
973ba3e6 |
| 16-Sep-2007 |
fgsch <fgsch@openbsd.org> |
some style(9). no binary change.
|
#
b4aecdb5 |
| 06-Sep-2007 |
matthieu <matthieu@openbsd.org> |
Return pressure as absolute z axis on ITM touchscreens. Other models just return 0 or 1 on this axis, depending on the contact. Ok robert@ miod@.
|
#
40aa4773 |
| 30-Aug-2007 |
matthieu <matthieu@openbsd.org> |
don't swap X and Y coordinates while in raw mode. ok robert@
|
#
9f5f6d50 |
| 14-Jun-2007 |
mbalmer <mbalmer@openbsd.org> |
Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and USB_DECLARE_DRIVER macros.
No binary change.
ok dlg.
|
#
a7d479f5 |
| 13-Jun-2007 |
mbalmer <mbalmer@openbsd.org> |
Apply some KNF after the recent removal of macros and type definitions.
No binary change.
ok ray.
|
#
73030186 |
| 12-Jun-2007 |
mbalmer <mbalmer@openbsd.org> |
Remove the definition and use of the device_ptr_t which was a struct device *.
No binary change.
ok mk.
|
#
0a96fdda |
| 11-Jun-2007 |
jsg <jsg@openbsd.org> |
usbd_devinfo_alloc() uses M_WAITOK so don't check return value. From Karl Sjödahl <dunceor@gmail.com>
|
#
4ab2b9fe |
| 10-Jun-2007 |
mbalmer <mbalmer@openbsd.org> |
Remove the definition and use of the USBDEVNAME macro.
(This might look easy, but it was a big diff. Thanks to dlg and especially jsg for looking over it; we found at least four mistakes in the ini
Remove the definition and use of the USBDEVNAME macro.
(This might look easy, but it was a big diff. Thanks to dlg and especially jsg for looking over it; we found at least four mistakes in the initial diff.)
ok jsg.
show more ...
|
#
1596fc1e |
| 10-Jun-2007 |
mbalmer <mbalmer@openbsd.org> |
Remove the definition and use of the USBDEV macro. It only created confusion and the address of it's argument: USBDEV(sc->sc_dev) yields &sc->sc_dev.
No binary changes.
ok jsg.
|
#
8c5d01ee |
| 06-Jun-2007 |
mk <mk@openbsd.org> |
Mechanical removal of USBBASEDEVICE. No binary change.
Tested by thib and myself.
ok mbalmer jsg
|
#
78315254 |
| 05-Jun-2007 |
mbalmer <mbalmer@openbsd.org> |
Remove the "Static" declaration of many functions. It was defined to be empty and it was not consistently used. It was confusing as it suggested these functions were static, which they were not.
d
Remove the "Static" declaration of many functions. It was defined to be empty 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.
show more ...
|
#
dcff4970 |
| 31-May-2007 |
robert <robert@openbsd.org> |
add Gunze USB Touch Panel support
|
#
de5d9ff0 |
| 27-May-2007 |
jsg <jsg@openbsd.org> |
Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. ok deraadt@ krw@ mbalmer@
|
#
cfed7d73 |
| 18-May-2007 |
robert <robert@openbsd.org> |
fix the check of wsmouse_calibcoords values and invert the X or Y coordinates to make the top left corner (0,0).
|
#
6430d03b |
| 08-May-2007 |
robert <robert@openbsd.org> |
Make use of struct wsmouse_calibcoords and add ioctl support for getting and passing calibration values. Move the scale struct to uts_softc so that each device can have it's own values instead of usi
Make use of struct wsmouse_calibcoords and add ioctl support for getting and passing calibration values. Move the scale struct to uts_softc so that each device can have it's own values instead of using the global one.
ok miod@
show more ...
|
#
14b67a91 |
| 26-Apr-2007 |
miod <miod@openbsd.org> |
USB device lists do not need a terminating sentinel, so don't provide any; this should prevent phantom devices from attaching axe or uberry on some machines.
ok deraadt@
|
#
565e952a |
| 25-Apr-2007 |
robert <robert@openbsd.org> |
Add suport for printing debug information like coordinates if UTS_DEBUG is defined and make sure that we are calling wsmouse_input every time the screen gets touched on different types of touchscreen
Add suport for printing debug information like coordinates if UTS_DEBUG is defined and make sure that we are calling wsmouse_input every time the screen gets touched on different types of touchscreens. Some minor cleanups while here.
show more ...
|
#
2fc38322 |
| 10-Apr-2007 |
miod <miod@openbsd.org> |
Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might Mouse. Currently limited to USB mice.
Adapted from a diff from Gareth <garf@loveandnature.co.za> on tech@
|
#
457d89f1 |
| 23-Mar-2007 |
robert <robert@openbsd.org> |
the input length is different on the eGalax and ITM screens, so let's adapt the code by specifing the corrent length and and move the check to the correct place.
|
#
cee05b38 |
| 16-Mar-2007 |
robert <robert@openbsd.org> |
uts(4) is a driver for USB Touchscreens;
currently the driver only support touchscreens made by eGalax and Future Technology Devices (ITM)
ok deraadt@
|