YUREX が linux-next に入っている件

Say Y here if you want to connect a YUREX to your computer's USB
port. The YUREX is a leg-shakes sensor. See http://bbu.kayac.com/en
for further information. This driver supports read/write of leg-shakes
counter and fasync for the counter update via a device file
/dev/yurex*

YUREX のドライバが linux にはいりそうです :D

カーネル読書会でデモをやってましたが…やっぱり実際にデモするといいもんなんですね!

YUREX の commit は以下の二つ

http://tinyurl.com/3xcuqo2

USB: add driver for Meywa-Denki & Kayac YUREX

Meywa-Denki/Kayac YUREX is a leg-shakes sensor device.
See http://bbu.kayac.com/en/about/ for further information.
This driver support read/write the leg-shakes counter in the device
via a device file /dev/yurex[0-9]*.

[minor coding style cleanups fixed by gregkh]

Signed-off-by: Tomoki Sekiyama
Cc: Jiri Kosina
Signed-off-by: Greg Kroah-Hartman

http://tinyurl.com/2ufb34x

USB: yurex: assign a real minor number to the driver

This assigns the minor number 192 to the yurex driver.

We also fix up the previous usb minor number entry, it was wrong.

Cc: Tomoki Sekiyama
Signed-off-by: Greg Kroah-Hartman

YUREX の mknod マイナー番号は 192 から 16個のようでした :D