On Thu, Dec 01, 2016 at 07:03:35PM +0200, Paul Irofti wrote: > > see what responses you get. It would be nice to have WiFi on/off > > working from a key if that is possible. > > The wi-fi on-off button on the x250 and x260 disables ugen1 device > 0x0a2a and 0x0a2b respectively. Of course that is not enough. I will try > to look into it soon. > > ugen1 detached > ugen1 at uhub0 port 7 "Intel product 0x0a2a" rev 2.01/0.01 addr 3
Let's add these product IDs to usbdevs. OK? Index: usbdevs =================================================================== RCS file: /cvs/src/sys/dev/usb/usbdevs,v retrieving revision 1.670 diff -u -p -u -p -r1.670 usbdevs --- usbdevs 23 Sep 2016 08:18:00 -0000 1.670 +++ usbdevs 1 Dec 2016 17:33:38 -0000 @@ -2301,6 +2301,8 @@ product INTEL2 RMH_4 0x8008 Rate Matchi product INTEL2 RMH_6 0x8009 Rate Matching Hub product INTEL2 RMH_8 0x800a Rate Matching Hub product INTEL TESTBOARD 0x9890 82930 test board +product INTEL2 BLUETOOTH 0x0a2a Bluetooth +product INTEL2 BLUETOOTH2 0x0a2b Bluetooth /* InterBiometrics products */ product INTERBIO IOBOARD 0x1002 IO Board
