Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{PRODUCT}=="5ac/12[9a][0-9a-f]/*", ACTION=="remove", RUN+="/usr/sbin/usbmuxd -x"
  2.  
  3. #ACTION=="remove", SUBSYSTEM=="usb", ENV{PRODUCT}=="5ac/12[9a][0-9a-f]/*", ENV{INTERFACE}=="255/*", RUN+="/usr/sbin/usbmuxd -x"
  4.  
  5. [ 4183.285311] usb 3-5: USB disconnect, device number 10
  6.  
  7. [ 4186.438922] usb 3-5: new full-speed USB device number 11 using xhci_hcd
  8.  
  9. [ 4186.589674] usb 3-5: New USB device found, idVendor=0e8d, idProduct=0002
  10.  
  11. [ 4186.589676] usb 3-5: New USB device strings: Mfr=2, Product=3, SerialNumber=4
  12.  
  13. [ 4186.589677] usb 3-5: Product: Product
  14.  
  15. [ 4186.589678] usb 3-5: Manufacturer: MediaTek Inc
  16.  
  17. [ 4186.589679] usb 3-5: SerialNumber: (don't think I should post it)
  18.  
  19. [ 4186.590513] usb-storage 3-5:1.0: USB Mass Storage device detected
  20.  
  21. [ 4186.590746] scsi host6: usb-storage 3-5:1.0
  22.  
  23. [ 4187.611892] scsi 6:0:0:0: Direct-Access MEDIATEK FLASH DISK PQ: 0 ANSI: 0 CCS
  24.  
  25. [ 4187.612166] sd 6:0:0:0: Attached scsi generic sg3 type 0
  26.  
  27. [ 4187.613054] sd 6:0:0:0: [sdc] 30375936 512-byte logical blocks: (15.6 GB/14.5 GiB)
  28.  
  29. [ 4187.613575] sd 6:0:0:0: [sdc] Write Protect is off
  30.  
  31. [ 4187.613576] sd 6:0:0:0: [sdc] Mode Sense: 03 00 00 00
  32.  
  33. [ 4187.613997] sd 6:0:0:0: [sdc] No Caching mode page found
  34.  
  35. [ 4187.614002] sd 6`enter code here`:0:0:0: [sdc] Assuming drive cache: write through
  36.  
  37. [ 4187.626106] sdc: sdc1
  38.  
  39. [ 4187.628093] sd 6:0:0:0: [sdc] Attached SCSI removable disk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement