[9fans] iwp9 papers wip

2013-08-08 Thread erik quanstrom
it's not too early to submit your papers or works in progress.  :-)

http://www.iwp9.org

- erik



Re: [9fans] usb/kb: Home key produces 7

2013-08-08 Thread Yaroslav
It gets even weirder: another hack to enable F11/F12.

/n/dump/2013/0808/sys/src/cmd/usb/kb/kb.c:473,479 -
/sys/src/cmd/usb/kb/kb.c:473,479
  }


- #define hasesc1(sc) (((sc) = 0x47) || ((sc) == 0x38))
+ #define hasesc1(sc) (((sc) = 0x47  (sc)  0x57) || ((sc)  0x58)
|| ((sc) == 0x38))

  static void
  putmod(KDev *f, uchar mods, uchar omods, uchar mask, uchar esc, uchar sc)

2013/3/1 Yaroslav yari...@gmail.com:

 thanks.  that one had been bugging me.  looks like it works here.


 /n/sources/patch/usb-khome


-- 
- Yaroslav