From: Dmitry T. <dto...@am...> - 2005-07-06 13:46:43
|
"Micah F. Galizia" <mfg...@uw...> wrote: > @@ -309,9 +310,27 @@ > case HID_UP_MSVENDOR: > case HID_UP_LOGIVENDOR: > case HID_UP_LOGIVENDOR2: > - > - goto ignore; > - > + switch(usage->hid & HID_USAGE) { > + case 0x004: map_key_clear(KEY_AGAIN); Are you sure that MSVENDOR also uses the same mappings? I'd think these are exclusively Logitech's (LOGIVENDOR2). -- Dmitry |